/**
 * Project case study — project details, Lighthouse scores + screens showcase.
 */

/* Align every section container with header / footer edges */
body.wz-project-case-page-body {
	overflow-x: clip;
}

body.wz-project-case-page-body .container,
.wz-project-case-page .container {
	width: 100%;
	max-width: var(--page-max, 75rem);
	margin-inline: auto;
	padding-inline: var(--space-6, 1.5rem);
	box-sizing: border-box;
}

@media (max-width: 640px) {
	body.wz-project-case-page-body .container,
	.wz-project-case-page .container {
		padding-inline: var(--space-4, 1rem);
	}
}

/* Shared eyebrow style (matches Project overview) */
.single-project .case-study__eyebrow,
.single-project .project-details__eyebrow,
.single-project .project-details__overview-eyebrow,
.single-project .project-lighthouse__eyebrow,
.single-project .project-lighthouse__panel-eyebrow,
.single-project .how-it-works__eyebrow,
.single-project .project-key-features__eyebrow,
.single-project .google-reviews__eyebrow,
.single-project .before-after__eyebrow,
.single-project .industry-recognition__eyebrow,
.single-project .faq-section__eyebrow,
.single-project .inquiry-form__eyebrow,
.single-project .inquiry-sidebar__eyebrow {
	margin: 0 0 0.55rem;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--link, #3c9020);
}

/* ── Client story: full-width content + uncropped hero media ─────────────── */

.single-project .case-study__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.single-project .case-study__main,
.single-project .case-study__aside {
	min-width: 0;
	width: 100%;
	max-width: none;
}

.single-project .case-study__title {
	max-width: none;
}

.single-project .case-study__blocks {
	max-width: none;
}

.single-project .case-study__aside .section-placeholder,
.single-project .case-study__aside .section-placeholder--wide {
	object-fit: contain;
	aspect-ratio: auto;
	width: 100%;
	height: auto;
	max-height: none;
	background: #fff;
}

/* ── Showcase client story (Hub Zentics SaaS) ─────────────────────────────── */

.single-project .case-study--showcase .case-study__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.75rem, 3.5vw, 2.75rem);
	align-items: start;
}

@media (min-width: 960px) {
	.single-project .case-study--showcase .case-study__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2rem, 4vw, 3.25rem);
	}
}

.single-project .case-study--showcase .case-study__eyebrow {
	margin-bottom: var(--space-3);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--link);
}

.single-project .case-study--showcase .case-study__title {
	max-width: 18ch;
	margin-bottom: var(--space-5);
	font-size: clamp(1.75rem, 3.8vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.12;
	color: var(--text-primary);
}

.single-project .case-study--showcase .case-study__lead {
	margin: 0 0 var(--space-8);
	max-width: 42rem;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--text-secondary);
}

.single-project .case-study--showcase .case-study__blocks--split {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-6);
	margin-bottom: var(--space-6);
	max-width: none;
}

@media (min-width: 640px) {
	.single-project .case-study--showcase .case-study__blocks--split {
		grid-template-columns: 1fr 1fr;
		column-gap: var(--space-8);
		row-gap: var(--space-6);
	}

	.single-project .case-study--showcase .case-study__block--services {
		grid-column: 1 / -1;
	}
}

.single-project .case-study--showcase .case-study__block-title {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	margin-bottom: var(--space-3);
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--text-primary);
}

.single-project .case-study--showcase .case-study__block-title::before {
	display: none;
}

.single-project .case-study--showcase .case-study__block-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	color: var(--link);
	background: color-mix(in srgb, var(--link) 12%, transparent);
}

.single-project .case-study--showcase .case-study__block-text {
	max-width: none;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--text-secondary);
}

.single-project .case-study--showcase .case-study__block--services .case-study__block-title {
	gap: var(--space-3);
}

.single-project .case-study--showcase .case-study__block--services .case-study__block-title::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 3px;
	height: 1rem;
	background: var(--link);
	border-radius: 2px;
}

.single-project .case-study--showcase .case-study__products {
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
}

.single-project .case-study--showcase .case-study__products a,
.single-project .case-study--showcase .case-study__products span {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--text-primary);
	text-decoration: none;
}

.single-project .case-study--showcase .case-study__products a::before,
.single-project .case-study--showcase .case-study__products span::before {
	content: "";
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-color: var(--link);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M6.5 11.5 3 8l1-1 2.5 2.5L12 4l1 1-6.5 6.5Z'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.single-project .case-study--showcase .case-study__actions {
	margin-top: var(--space-2);
}

.single-project .case-study--showcase .case-study__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 2.75rem;
	padding: 0.75rem 1.75rem;
	border: 1px solid #111;
	border-radius: 6px;
	background: linear-gradient(180deg, #1a1a1a 0%, #000 12%, #000 100%);
	color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
	font-weight: 600;
	letter-spacing: -0.01em;
	text-decoration: none;
}

.single-project .case-study--showcase .case-study__cta:hover,
.single-project .case-study--showcase .case-study__cta:focus-visible {
	background: #111;
	color: #fff;
	opacity: 1;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.32);
}

.single-project .case-study--showcase .case-study__cta-arrow {
	display: none;
}

.single-project .case-study--showcase .case-study__aside {
	display: flex;
	flex-direction: column;
	gap: var(--space-5);
}

.single-project .case-study--showcase .case-study__media {
	margin: 0;
	width: 100%;
	overflow: hidden;
	border-radius: var(--radius-lg, 12px);
	border: 1px solid var(--border, #e6ebf2);
	background: #fff;
	box-shadow: var(--ds-shadow-small, 0 1px 2px rgba(0, 0, 0, 0.06));
}

.single-project .case-study--showcase .case-study__aside .section-placeholder,
.single-project .case-study--showcase .case-study__aside .section-placeholder--wide,
.single-project .case-study--showcase .case-study__image.section-placeholder {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center center;
	background: #fff;
}

.single-project .case-study--showcase .case-study__outcomes {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-4);
}

@media (min-width: 640px) {
	.single-project .case-study--showcase .case-study__outcomes {
		grid-template-columns: 1fr 1fr;
	}
}

.single-project .case-study--showcase .case-study__outcome {
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
	min-height: 100%;
	padding: var(--space-5);
	border-radius: var(--radius-md, 10px);
	color: #fff;
}

.single-project .case-study--showcase .case-study__outcome--blue {
	background: linear-gradient(145deg, #0070f3 0%, #0761d1 100%);
}

.single-project .case-study--showcase .case-study__outcome--teal {
	background: linear-gradient(145deg, #0d9488 0%, #0f766e 100%);
}

.single-project .case-study--showcase .case-study__outcome-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.single-project .case-study--showcase .case-study__outcome-text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

.single-project .project-details__image {
	object-fit: contain;
	aspect-ratio: auto;
	background: #fff;
}

/* ── Project details ─────────────────────────────────────────────────────── */

.project-details {
	--pd-ink: #0b1b33;
	--pd-muted: #5b6575;
	--pd-accent: #2f6bff;
	--pd-accent-soft: #e8efff;
	--pd-border: #e6ebf2;
	--pd-card: #ffffff;
	padding-block: clamp(2.75rem, 5.5vw, 4.5rem);
	border-top: 1px solid var(--pd-border);
	background: #f7f9fc;
}

.project-details__top {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

@media (min-width: 900px) {
	.project-details__top {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2rem, 4vw, 3.5rem);
	}
}

.project-details__copy {
	max-width: 34rem;
}

.project-details__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.85rem;
	padding: 0.35rem 0.85rem 0.35rem 0.55rem;
	border-radius: 999px;
	background: var(--pd-accent-soft);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--pd-accent);
}

.project-details__eyebrow-dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--pd-accent);
	flex-shrink: 0;
}

.project-details__title {
	margin: 0;
	font-size: clamp(2.25rem, 5vw, 3.25rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: var(--pd-ink);
}

.project-details__rule {
	display: block;
	width: 3.25rem;
	height: 3px;
	margin: 0.9rem 0 1.1rem;
	border-radius: 999px;
	background: var(--pd-accent);
}

.project-details__intro {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--pd-muted);
	text-wrap: pretty;
}

.project-details__media {
	margin: 0;
	border-radius: 1rem;
	overflow: hidden;
	background: #eef2f7;
	box-shadow: 0 18px 40px rgba(11, 27, 51, 0.08);
	border: 1px solid rgba(230, 235, 242, 0.9);
}

.project-details__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.project-details__cards {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 720px) {
	.project-details__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

.project-details__card {
	display: flex;
	align-items: flex-start;
	gap: 0.95rem;
	margin: 0;
	padding: 1.15rem 1.2rem;
	border: 1px solid var(--pd-border);
	border-radius: 1rem;
	background: var(--pd-card);
	box-shadow: 0 8px 24px rgba(11, 27, 51, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.project-details__card:hover {
	border-color: #d4def0;
	box-shadow: 0 14px 30px rgba(11, 27, 51, 0.07);
	transform: translateY(-1px);
}

.project-details__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	flex-shrink: 0;
	border-radius: 0.75rem;
	background: var(--pd-accent-soft);
	color: var(--pd-accent);
}

.project-details__card-icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.project-details__card-body {
	min-width: 0;
	padding-top: 0.1rem;
}

.project-details__card-label {
	margin: 0 0 0.3rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pd-ink);
}

.project-details__card-value {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--pd-muted);
}

.project-details__card-value a {
	color: var(--pd-accent);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.project-details__card-value a:hover {
	text-decoration-thickness: 2px;
}

.project-details__card-value--prose {
	line-height: 1.65;
}

/* ── Project details overview (Hub Zentics) ─────────────────────────────── */

.project-details--overview {
	--pd-blue: #2f6bff;
	--pd-blue-soft: #e8efff;
	--pd-accent: var(--link, #3c9020);
	--pd-accent-soft: color-mix(in srgb, var(--link, #3c9020) 12%, transparent);
	--pd-ink: #0b1b33;
	--pd-muted: #5b6575;
	--pd-border: #e6ebf2;
	--pd-card: #ffffff;
	--pd-stage: #eef2f7;
	background: #f7f9fc;
	border-top: 1px solid var(--pd-border);
}

.project-details--overview .project-details__overview-header {
	max-width: 40rem;
	margin: 0 0 1.75rem;
	text-align: left;
}

.project-details--overview .project-details__overview-eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pd-accent);
}

.project-details--overview .project-details__overview-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.1;
	color: var(--pd-ink);
}

.project-details--overview .project-details__overview-lead {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--pd-muted);
}

.project-details--overview .project-details__overview-grid {
	display: grid;
	gap: 1.25rem;
	align-items: stretch;
	margin-bottom: 1.25rem;
}

@media (min-width: 960px) {
	.project-details--overview .project-details__overview-grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.72fr);
		gap: 1.5rem;
	}
}

.project-details--overview .project-details__showcase {
	min-width: 0;
}

.project-details--overview .project-details__showcase-frame {
	margin: 0;
	padding: clamp(0.75rem, 2vw, 1.35rem);
	border-radius: 1.1rem;
	background: #fff;
	border: 1px solid rgba(230, 235, 242, 0.95);
	box-shadow: 0 18px 40px rgba(11, 27, 51, 0.06);
	overflow: hidden;
}

.project-details--overview .project-details__showcase-image,
.project-details--overview .project-details__showcase-video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	background: #fff;
	object-fit: contain;
	aspect-ratio: auto;
}

.project-details--overview .project-details__showcase-frame--video {
	padding: 0;
	background: #0b1b33;
}

.project-details--overview .project-details__showcase-video {
	border-radius: 1.1rem;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #0b1b33;
}

.project-details--overview .project-details__info-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.35rem 1.25rem 1.25rem;
	border-radius: 1.1rem;
	background: var(--pd-card);
	border: 1px solid var(--pd-border);
	box-shadow: 0 14px 34px rgba(11, 27, 51, 0.07);
}

.project-details--overview .project-details__info-title {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8b93a3;
}

.project-details--overview .project-details__info-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1 1 auto;
}

.project-details--overview .project-details__info-item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.project-details--overview .project-details__info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	border-radius: 0.7rem;
	background: var(--pd-accent-soft);
	color: var(--pd-accent);
}

.project-details--overview .project-details__info-icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.project-details--overview .project-details__info-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
	padding-top: 0.15rem;
}

.project-details--overview .project-details__info-label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #8b93a3;
}

.project-details--overview .project-details__info-value {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--pd-ink);
	word-break: break-word;
}

.project-details--overview .project-details__info-value a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--pd-blue);
	text-decoration: none;
}

.project-details--overview .project-details__info-value a:hover {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.project-details--overview .project-details__info-external {
	flex-shrink: 0;
}

.project-details--overview .project-details__info-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	min-height: 3rem;
	margin-top: 0.25rem;
	padding: 0.75rem 1.1rem;
	border-radius: 0.85rem;
	background: var(--pd-blue);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 650;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(47, 107, 255, 0.28);
}

.project-details--overview .project-details__info-cta:hover,
.project-details--overview .project-details__info-cta:focus-visible {
	background: #2458e0;
	color: #fff;
	text-decoration: none;
}

.project-details--overview .project-details__stack {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
	padding: 1rem 1.2rem;
	border-radius: 1rem;
	background: var(--pd-card);
	border: 1px solid var(--pd-border);
	box-shadow: 0 8px 24px rgba(11, 27, 51, 0.04);
}

.project-details--overview .project-details__stack--in-card {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.95rem 0 0;
	margin-top: 0.15rem;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--pd-border);
	box-shadow: none;
}

.project-details--overview .project-details__stack-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--pd-accent);
	white-space: nowrap;
}

.project-details--overview .project-details__stack-icon {
	display: inline-flex;
	color: var(--pd-accent);
}

.project-details--overview .project-details__stack-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-details--overview .project-details__stack-tags li {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	border: 1px solid #d9dee8;
	background: #f8fafc;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #3d4656;
}

/* ── Lighthouse scores ───────────────────────────────────────────────────── */

.project-lighthouse {
	padding-block: clamp(2.5rem, 5vw, 4rem);
	border-top: 1px solid #e8eaee;
	background: #fff;
}

.project-lighthouse__header {
	max-width: 36rem;
	margin-bottom: 1.5rem;
}

.project-lighthouse__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--link, #3c9020);
}

.project-lighthouse__title {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #0a0a0a;
	text-wrap: balance;
}

.project-lighthouse--outcomes .project-lighthouse__title {
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.035em;
}

.project-lighthouse__lead {
	margin: 0.75rem 0 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #5b6470;
	text-wrap: pretty;
}

/* Lighthouse board — contained card */
.project-lighthouse__board {
	border: 1px solid #e8eaee;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(15, 23, 32, 0.04);
}

/* Top score tabs — 4 equal columns inside container */
.project-lighthouse__tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e8eaee;
	background: #fafbfc;
}

.project-lighthouse__tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 7.5rem;
	padding: 1.25rem 0.75rem;
	border: none;
	border-right: 1px solid #e8eaee;
	background: transparent;
	cursor: pointer;
	font: inherit;
	color: #6b7280;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.project-lighthouse__tab:last-child {
	border-right: none;
}

.project-lighthouse__tab:hover {
	background: #f3f4f6;
}

.project-lighthouse__tab.is-active {
	background: #fff;
	color: #0a0a0a;
}

.project-lighthouse__tab:focus-visible {
	outline: 2px solid var(--link, #3c9020);
	outline-offset: -2px;
	z-index: 1;
}

.project-lighthouse__tab-ring {
	position: relative;
	flex-shrink: 0;
	width: 3.25rem;
	height: 3.25rem;
}

.project-lighthouse__ring {
	display: block;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.project-lighthouse__ring-track {
	fill: none;
	stroke: #e5e7eb;
	stroke-width: 4;
}

.project-lighthouse__ring--lg .project-lighthouse__ring-track {
	stroke-width: 6;
}

.project-lighthouse__ring-value {
	fill: none;
	stroke: #0cce6b;
	stroke-width: 4;
	stroke-linecap: round;
}

.project-lighthouse__ring--sm .project-lighthouse__ring-value {
	stroke-dasharray: 188.496;
	stroke-dashoffset: 0;
}

.project-lighthouse__ring--lg .project-lighthouse__ring-value {
	stroke-width: 6;
	stroke-dasharray: 414.69;
	stroke-dashoffset: 0;
}

.project-lighthouse__tab-score {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 1rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #0a0a0a;
	line-height: 1;
	pointer-events: none;
}

.project-lighthouse__tab-label {
	max-width: 9rem;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	color: inherit;
}

.project-lighthouse__tab.is-active .project-lighthouse__tab-label {
	color: #0a0a0a;
}

/* Detail panel */
.project-lighthouse__panels {
	position: relative;
	min-height: 18rem;
	padding: 1.75rem 1.5rem 1.5rem;
}

.project-lighthouse__panel {
	display: none;
}

.project-lighthouse__panel.is-active {
	display: block;
	animation: project-lighthouse-fade 0.35s ease;
}

@keyframes project-lighthouse-fade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.project-lighthouse__panel-grid {
	display: grid;
	gap: 1.5rem;
	align-items: start;
}

@media (min-width: 900px) {
	.project-lighthouse__panel-grid {
		grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.72fr);
		gap: 0;
		align-items: stretch;
	}

	.project-lighthouse__detail {
		padding-right: 2rem;
		border-right: 1px solid #e8eaee;
	}

	.project-lighthouse__preview {
		padding-left: 2rem;
	}
}

.project-lighthouse__metric-title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

.project-lighthouse__metric-text {
	margin: 0 0 1.25rem;
	max-width: 34rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #5b6470;
}

.project-lighthouse__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.75rem;
	color: #6b7280;
}

.project-lighthouse__legend li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.project-lighthouse__legend-dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	flex-shrink: 0;
}

.project-lighthouse__legend-dot--good {
	background: #0cce6b;
}

.project-lighthouse__legend-dot--mid {
	background: #ffa400;
	border-radius: 2px;
}

.project-lighthouse__legend-dot--bad {
	background: #ff4e42;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	border-radius: 0;
}

.project-lighthouse__preview {
	margin: 0;
	padding: 0.65rem;
	border: 1px solid #e8eaee;
	border-radius: 10px;
	background: #f3f4f6;
}

.project-lighthouse__preview img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 22rem;
	object-fit: cover;
	object-position: top center;
	border-radius: 6px;
	background: #fff;
}

.project-screens-showcase .how-it-works__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0.75rem;
	border: 1px solid #e8eaee;
	border-radius: var(--geist-marketing-radius, 8px);
	background: #f7f9fc;
	overflow: hidden;
}

.project-screens-showcase .how-it-works__visual img,
.project-screens-showcase .how-it-works__visual .section-placeholder {
	display: block;
	width: 100%;
	height: auto;
	max-height: 32rem;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	border-radius: calc(var(--geist-marketing-radius, 8px) - 2px);
	border: 0;
	background: #fff;
}

.project-screens-showcase .how-it-works__panels {
	min-height: 0;
}

.project-screens-showcase .how-it-works__panel-lead {
	max-width: 36rem;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #5b6470;
}

.project-screens-showcase__bullets {
	display: grid;
	gap: 0.55rem;
	max-width: 36rem;
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
}

.project-screens-showcase__bullets li {
	position: relative;
	padding-left: 1.15rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #3d4656;
}

.project-screens-showcase__bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--link, #3c9020);
}

.project-screens-showcase .how-it-works__step-desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.project-screens-showcase .how-it-works__step-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: var(--link, #3c9020);
	background: color-mix(in srgb, var(--link, #3c9020) 12%, transparent);
}

.project-screens-showcase .how-it-works__step-icon svg {
	width: 15px;
	height: 15px;
}

.project-screens-showcase .how-it-works__step:not(.is-active) .how-it-works__step-icon {
	color: var(--text-muted, #6b7280);
	background: var(--ds-gray-100, #f3f4f6);
}

.project-screens-showcase .how-it-works__step.is-active .how-it-works__step-icon {
	color: #fff;
	background: var(--link, #3c9020);
}

.project-screens-showcase--key-features {
	border-top: 1px solid #e6ebf2;
	background: #fff;
}

.project-screens-showcase--key-features .how-it-works__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--link, #3c9020);
}

.project-screens-showcase--key-features .how-it-works__title {
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.035em;
}

.project-screens-showcase--key-features .how-it-works__lead {
	max-width: 40rem;
}

.project-screens-showcase__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.project-screens-showcase__meta li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	max-width: 100%;
	min-width: 0;
	padding: 0.35rem 0.65rem;
	border: 1px solid #e8eaee;
	border-radius: 999px;
	background: #fafbfc;
	font-size: 0.8125rem;
	line-height: 1.3;
	color: #0a0a0a;
	overflow-wrap: anywhere;
}

.project-screens-showcase__meta-label {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b7280;
}

.project-screens-showcase__meta a {
	color: var(--link, #3c9020);
	font-weight: 600;
	text-decoration: none;
}

.project-screens-showcase__meta a:hover {
	text-decoration: underline;
}

.project-screens-showcase__checklist {
	margin-bottom: 0.25rem;
}

@media (min-width: 520px) {
	.project-screens-showcase__checklist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.project-screens-showcase__outcomes {
	margin-top: 0.5rem;
}

.project-screens-showcase__checklist--compact {
	grid-template-columns: 1fr;
}

@media (min-width: 520px) {
	.project-screens-showcase__checklist--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	.project-lighthouse__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-lighthouse__tab:nth-child(2n) {
		border-right: none;
	}

	.project-lighthouse__tab:nth-child(-n + 2) {
		border-bottom: 1px solid #e8eaee;
	}

	.project-lighthouse__panels {
		padding: 1.25rem 1rem;
	}
}

@media (max-width: 480px) {
	.project-lighthouse__tabs {
		grid-template-columns: 1fr;
	}

	.project-lighthouse__tab {
		flex-direction: row;
		justify-content: flex-start;
		gap: 1rem;
		min-height: auto;
		padding: 1rem;
		border-right: none;
		border-bottom: 1px solid #e8eaee;
	}

	.project-lighthouse__tab:last-child {
		border-bottom: none;
	}

	.project-lighthouse__tab-label {
		max-width: none;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.project-lighthouse__panel.is-active {
		animation: none;
	}
}

/* ── Proven Results outcomes (Hub Zentics) ──────────────────────────────── */

.project-lighthouse--outcomes {
	--lh-blue: #2f6bff;
	--lh-blue-soft: color-mix(in srgb, #2f6bff 12%, transparent);
	--lh-green: var(--link, #3c9020);
	background: #f7f9fc;
}

.project-lighthouse--outcomes .project-lighthouse__board {
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.project-lighthouse--outcomes .project-lighthouse__tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	border-bottom: 0;
	background: transparent;
	padding: 0;
}

.project-lighthouse--outcomes .project-lighthouse__header {
	max-width: none;
	margin-bottom: 1.5rem;
}

.project-lighthouse--outcomes .project-lighthouse__tab {
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.65rem;
	min-height: 0;
	height: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid #e6ebf2;
	border-radius: 0.85rem;
	background: #fff;
	box-shadow: 0 8px 22px rgba(11, 27, 51, 0.04);
	color: #5b6575;
	text-align: left;
}

.project-lighthouse--outcomes .project-lighthouse__tab:last-child {
	border-right: 1px solid #e6ebf2;
}

.project-lighthouse--outcomes .project-lighthouse__tab:hover {
	background: #fff;
	border-color: #d7deea;
}

.project-lighthouse--outcomes .project-lighthouse__tab.is-active {
	border-color: var(--lh-blue);
	box-shadow: 0 0 0 1px var(--lh-blue), 0 10px 26px rgba(47, 107, 255, 0.12);
	color: #0b1b33;
}

.project-lighthouse--outcomes .project-lighthouse__tab-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	color: var(--lh-blue);
}

.project-lighthouse--outcomes .project-lighthouse__tab-icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.project-lighthouse--outcomes .project-lighthouse__tab-label {
	max-width: none;
	font-size: clamp(0.95rem, 1.3vw, 1.0625rem);
	font-weight: 500;
	letter-spacing: -0.015em;
	text-transform: none;
	line-height: 1.25;
	text-align: left;
}

.project-lighthouse--outcomes .project-lighthouse__panels {
	min-height: 0;
	padding: 0;
	border: 1px solid #e6ebf2;
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 12px 30px rgba(11, 27, 51, 0.05);
	overflow: hidden;
}

.project-lighthouse--outcomes .project-lighthouse__panel-grid {
	padding: clamp(1.25rem, 2.5vw, 1.85rem);
}

.project-lighthouse--outcomes .project-lighthouse__detail {
	text-align: left;
}

@media (min-width: 900px) {
	.project-lighthouse--outcomes .project-lighthouse__panel-grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(16rem, 1.05fr);
		gap: 1.5rem;
		align-items: center;
	}

	.project-lighthouse--outcomes .project-lighthouse__detail {
		padding-right: 0.5rem;
		border-right: 0;
	}

	.project-lighthouse--outcomes .project-lighthouse__preview {
		padding-left: 0;
	}
}

.project-lighthouse--outcomes .project-lighthouse__panel-eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lh-green);
	text-align: left;
}

.project-lighthouse--outcomes .project-lighthouse__metric-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: left;
}

.project-lighthouse--outcomes .project-lighthouse__metric-text {
	margin: 0 0 1.35rem;
	max-width: 34rem;
	font-size: 0.98rem;
	line-height: 1.65;
	text-align: left;
}

.project-lighthouse--outcomes .project-lighthouse__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-items: stretch;
}

.project-lighthouse--outcomes .project-lighthouse__feature {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.7rem;
	min-width: 0;
	width: auto;
	max-width: none;
	text-align: left;
}

.project-lighthouse--outcomes .project-lighthouse__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	flex-shrink: 0;
	border-radius: 0.65rem;
	background: color-mix(in srgb, var(--lh-green) 12%, transparent);
	color: var(--lh-green);
}

.project-lighthouse--outcomes .project-lighthouse__feature-icon svg {
	width: 1.1rem;
	height: 1.1rem;
}

.project-lighthouse--outcomes .project-lighthouse__feature-label {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.35;
	color: #0b1b33;
}

.project-lighthouse--outcomes .project-lighthouse__preview {
	margin: 0;
	padding: 0.75rem;
	border: 1px solid #e6ebf2;
	border-radius: 1rem;
	background: #eef2f7;
}

.project-lighthouse--outcomes .project-lighthouse__preview img {
	max-height: 26rem;
	object-fit: contain;
	object-position: center;
	border-radius: 0.65rem;
	background: #fff;
}

@media (max-width: 899px) {
	.project-lighthouse--outcomes .project-lighthouse__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-lighthouse--outcomes .project-lighthouse__tab:nth-child(2n),
	.project-lighthouse--outcomes .project-lighthouse__tab:nth-child(-n + 2) {
		border-right: 1px solid #e6ebf2;
		border-bottom: 1px solid #e6ebf2;
	}

	.project-lighthouse--outcomes .project-lighthouse__features {
		grid-template-columns: 1fr;
	}

	.project-lighthouse--outcomes .project-lighthouse__panels {
		padding: 1.15rem 1rem;
	}

	.project-lighthouse--outcomes .project-lighthouse__preview img {
		max-height: 18rem;
	}
}

@media (max-width: 640px) {
	.project-lighthouse--outcomes .project-lighthouse__tabs {
		grid-template-columns: 1fr;
	}

	.project-lighthouse--outcomes .project-lighthouse__tab {
		flex-direction: row;
		align-items: center;
		min-height: 0;
		padding: 0.85rem 1rem;
		border-right: 1px solid #e6ebf2;
		border-bottom: 1px solid #e6ebf2;
	}

	.project-lighthouse--outcomes .project-lighthouse__tab-label {
		text-align: left;
		font-size: 0.95rem;
	}
}

@media (max-width: 480px) {
	.project-lighthouse--outcomes .project-lighthouse__tab {
		padding: 0.8rem 0.9rem;
	}
}

/* ── Key features (Hub Zentics) ─────────────────────────────────────────── */

.project-key-features {
	--kf-ink: #0b1b33;
	--kf-muted: #5b6575;
	--kf-blue: #2f6bff;
	--kf-blue-soft: color-mix(in srgb, #2f6bff 12%, transparent);
	--kf-green: var(--link, #3c9020);
	--kf-border: #e6ebf2;
	padding-block: clamp(2.75rem, 5.5vw, 4.25rem);
	border-top: 1px solid var(--kf-border);
	background: #fff;
}

.project-key-features__header {
	max-width: 40rem;
	margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
	text-align: left;
}

.project-key-features__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kf-green);
}

.project-key-features__title {
	margin: 0 0 0.65rem;
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.1;
	color: var(--kf-ink);
}

.project-key-features__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--kf-muted);
}

.project-key-features__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-key-features__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
	padding: 1.35rem 1.25rem 1.35rem 0;
}

.project-key-features__item:nth-child(3n) {
	padding-right: 0;
}

.project-key-features__item:nth-child(n + 4) {
	border-top: 1px solid var(--kf-border);
}

.project-key-features__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 0.85rem;
	background: var(--kf-blue-soft);
	color: var(--kf-blue);
}

.project-key-features__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.project-key-features__copy {
	min-width: 0;
}

.project-key-features__item-title {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: var(--kf-ink);
}

.project-key-features__item-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--kf-muted);
}

@media (max-width: 899px) {
	.project-key-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-key-features__item:nth-child(3n) {
		padding-right: 1.25rem;
	}

	.project-key-features__item:nth-child(2n) {
		padding-right: 0;
	}

	.project-key-features__item:nth-child(n + 4) {
		border-top: 0;
	}

	.project-key-features__item:nth-child(n + 3) {
		border-top: 1px solid var(--kf-border);
	}
}

@media (max-width: 560px) {
	.project-key-features__grid {
		grid-template-columns: 1fr;
	}

	.project-key-features__item,
	.project-key-features__item:nth-child(3n),
	.project-key-features__item:nth-child(2n) {
		padding-right: 0;
	}

	.project-key-features__item:nth-child(n + 2) {
		border-top: 1px solid var(--kf-border);
	}

	.project-key-features__item:nth-child(n + 3),
	.project-key-features__item:nth-child(n + 4) {
		border-top: 1px solid var(--kf-border);
	}
}

/* ── Google reviews (project case studies) ───────────────────────────────── */

.google-reviews {
	--gr-ink: #0b1b33;
	--gr-muted: #5b6575;
	--gr-border: #e6ebf2;
	--gr-card: #ffffff;
	--gr-star: #f4b400;
	padding-block: clamp(2.75rem, 5.5vw, 4.5rem);
	border-top: 1px solid var(--gr-border);
	background: #f7f9fc;
}

.google-reviews__header {
	max-width: 40rem;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.google-reviews__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--link, #3c9020);
}

.google-reviews__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--gr-ink);
}

.google-reviews__lead {
	margin: 0 0 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.55;
	color: var(--gr-muted);
}

.google-reviews__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
}

.google-reviews__score {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--gr-ink);
	line-height: 1;
}

.google-reviews__summary-stars,
.google-reviews__stars {
	display: inline-flex;
	gap: 0.1rem;
	color: var(--gr-star);
	font-size: 1.05rem;
	line-height: 1;
}

.google-reviews__star {
	opacity: 0.28;
}

.google-reviews__star.is-filled {
	opacity: 1;
}

.google-reviews__count {
	font-size: 0.9375rem;
	color: var(--gr-muted);
}

.google-reviews__panel {
	position: relative;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.google-reviews__slides {
	position: relative;
	min-height: 16rem;
}

.google-reviews__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition:
		opacity var(--testimonials-transition-ms, 1100ms) cubic-bezier(0.16, 1, 0.3, 1),
		transform var(--testimonials-transition-ms, 1100ms) cubic-bezier(0.16, 1, 0.3, 1),
		visibility var(--testimonials-transition-ms, 1100ms);
	pointer-events: none;
}

.google-reviews__slide.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
	z-index: 1;
}

.google-reviews__slide.is-entering {
	opacity: 0;
	visibility: visible;
	transform: translateY(0.75rem);
}

.google-reviews__slide.is-exiting {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-0.5rem);
	z-index: 0;
}

.google-reviews__row {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: 1fr;
	align-items: stretch;
}

@media (min-width: 700px) {
	.google-reviews__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.google-reviews__row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.google-reviews__card {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	height: 100%;
	padding: 1.35rem 1.4rem 1.5rem;
	border: 1px solid var(--gr-border);
	border-radius: 1rem;
	background: var(--gr-card);
	box-shadow: 0 1px 2px rgba(11, 27, 51, 0.04);
	min-height: 14rem;
}

.google-reviews__card-top {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.google-reviews__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #e8f0fe;
	color: #1967d2;
	font-size: 1rem;
	font-weight: 700;
	flex-shrink: 0;
}

.google-reviews__meta {
	min-width: 0;
	flex: 1;
}

.google-reviews__author {
	margin: 0;
	font-size: 0.975rem;
	font-weight: 650;
	color: var(--gr-ink);
	line-height: 1.25;
}

.google-reviews__date {
	margin: 0.15rem 0 0;
	font-size: 0.8125rem;
	color: var(--gr-muted);
}

.google-reviews__badge {
	display: inline-flex;
	flex-shrink: 0;
}

.google-reviews__quote {
	margin: 0;
}

.google-reviews__quote p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #334155;
}

.google-reviews__progress {
	display: flex;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 1.25rem;
}

.google-reviews__dot {
	position: relative;
	width: 2.25rem;
	height: 0.28rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d5dbe6;
	cursor: pointer;
	overflow: hidden;
}

.google-reviews__dot::after {
	content: "";
	position: absolute;
	inset: 0;
	transform-origin: left center;
	transform: scaleX(0);
	background: #4285f4;
}

.google-reviews__dot.is-active {
	background: #c6d8f8;
}

.google-reviews__dot.is-active.is-progressing::after {
	animation: google-reviews-dot-fill var(--testimonials-auto-ms, 5s) linear forwards;
}

@keyframes google-reviews-dot-fill {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

.google-reviews__dot:focus-visible {
	outline: 2px solid #4285f4;
	outline-offset: 3px;
}

.google-reviews__footer {
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
	display: flex;
	justify-content: center;
}

/* Hub: before/after + next steps — green accents, left-aligned headers */
.single-project .before-after {
	--hz-accent: var(--link, #3c9020);
	--hz-accent-secondary: var(--link, #3c9020);
}

.single-project .before-after__header {
	max-width: 46rem;
	margin-inline: 0;
	margin-bottom: var(--space-10, 2.5rem);
	text-align: left;
}

.single-project .industry-recognition__header {
	max-width: 46rem;
	text-align: left;
}

.single-project .industry-recognition__lead {
	max-width: 40rem;
}

.single-project .award-card__brand {
	font-size: 14px;
}

.single-project .inquiry-form__intro-head {
	border-bottom: 0;
}

.single-project .inquiry-form__intro-stats {
	border-bottom: 0;
}

.single-project .inquiry-form__intro-stat + .inquiry-form__intro-stat {
	border-left: 0;
}

/* —— Mobile: keep Hub sections readable and overflow-free —— */
@media (max-width: 767px) {
	.single-project .before-after__toggle {
		display: flex;
		align-self: stretch;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.single-project .before-after__toggle-btn {
		flex: 1 1 0;
		min-width: 0;
		padding: var(--space-3, 0.75rem) var(--space-3, 0.75rem);
		font-size: 0.75rem;
		white-space: normal;
		text-align: center;
	}

	.single-project .before-after__board-shell {
		padding: var(--space-4, 1rem);
		border-radius: var(--radius-md, 0.75rem);
	}

	.single-project .before-after__cell {
		padding: var(--space-3, 0.75rem) var(--space-4, 1rem);
	}

	.single-project .before-after__cell-text {
		font-size: 0.875rem;
	}

	.single-project .industry-recognition__title {
		max-width: none;
		font-size: clamp(1.5rem, 7vw, 2rem);
	}

	.single-project .industry-recognition__lead {
		max-width: none;
	}

	.single-project .award-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.single-project .award-card__brand {
		clip-path: none;
		justify-content: flex-start;
		padding: 0.85rem 1rem;
		font-size: 0.8125rem;
		letter-spacing: 0.06em;
		text-align: left;
	}

	.single-project .award-card__body {
		padding: 1rem 1.1rem 1.15rem;
	}

	.single-project .faq-section__title {
		font-size: clamp(1.5rem, 7vw, 2rem);
	}

	.single-project .faq-accordion__summary {
		gap: 0.75rem;
	}

	.single-project .faq-accordion__question {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.single-project .case-study--showcase .case-study__title,
	.single-project .project-details__overview-title,
	.single-project .project-lighthouse__title,
	.single-project .project-key-features__title,
	.single-project .how-it-works__title {
		overflow-wrap: anywhere;
	}

	.single-project .project-details--overview .project-details__stack-label {
		white-space: normal;
	}

	.single-project .inquiry-form__title {
		font-size: clamp(1.5rem, 7vw, 2rem);
	}

	.single-project .inquiry-form__intro-stats {
		grid-template-columns: 1fr;
	}

	.single-project .inquiry-form__intro-stat {
		min-height: 0;
		padding: var(--space-5, 1.25rem) 0;
	}

	.single-project .inquiry-form__intro-stat + .inquiry-form__intro-stat {
		padding-left: 0;
		border-top: 0;
	}

	.single-project img,
	.single-project .project-lighthouse__preview,
	.single-project .project-details__showcase-frame,
	.single-project .how-it-works__panel-media {
		max-width: 100%;
	}

	.single-project .how-it-works__panel-media img,
	.single-project .section-placeholder img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 480px) {
	.single-project .project-lighthouse--outcomes .project-lighthouse__feature {
		gap: 0.65rem;
	}

	.single-project .project-screens-showcase__meta {
		gap: 0.4rem;
	}

	.single-project .google-reviews__card {
		padding-inline: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.google-reviews__slide,
	.google-reviews__slide.is-active,
	.google-reviews__slide.is-entering,
	.google-reviews__slide.is-exiting {
		transition: none;
		transform: none;
	}

	.google-reviews__dot.is-active.is-progressing::after {
		animation: none;
		transform: scaleX(1);
	}
}

