body.home {
	--home-bg: #07111a;
	--home-surface: rgba(9, 22, 34, 0.82);
	--home-surface-strong: rgba(12, 27, 40, 0.94);
	--home-border: rgba(255, 255, 255, 0.1);
	--home-text: #eef8ff;
	--home-muted: rgba(221, 236, 246, 0.74);
	--home-teal: #18d6d8;
	--home-cyan: #139fd3;
	--home-orange: #ff8b2a;
	--home-purple: #9658ff;
	--home-danger: #ff7148;
	--home-shadow: 0 30px 80px rgba(1, 7, 14, 0.45);
	background:
		radial-gradient(circle at 12% 8%, rgba(24, 214, 216, 0.15), transparent 25%),
		radial-gradient(circle at 88% 14%, rgba(255, 139, 42, 0.14), transparent 24%),
		radial-gradient(circle at 58% 82%, rgba(150, 88, 255, 0.12), transparent 24%),
		#07111a;
	color: var(--home-text);
}

.page-main--home {
	background:
		url("../images/demo/home-grid.svg") top center/1400px auto repeat-y,
		linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0)),
		#07111a;
	position: relative;
}

.page-main--home::before {
	background:
		radial-gradient(circle at 0 0, rgba(24, 214, 216, 0.12), transparent 30%),
		radial-gradient(circle at 100% 12%, rgba(255, 139, 42, 0.12), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.home .site-header {
	backdrop-filter: blur(0);
	background: linear-gradient(180deg, rgba(7, 17, 26, 0.42), rgba(7, 17, 26, 0.12));
	border-bottom-color: rgba(255, 255, 255, 0.04);
}

body.home .site-header.is-scrolled {
	backdrop-filter: blur(20px);
	background: rgba(7, 17, 26, 0.84);
	border-bottom-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 50px rgba(1, 8, 18, 0.35);
}

body.home .site-branding__logo-link,
body.home .site-footer__logo-link {
	display: inline-flex;
}

body.home .site-branding__logo-image {
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
	height: auto;
	width: 90px;
}

body.home .site-footer__logo-image {
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.24));
	width: 162px;
}

body.home .primary-nav__menu a {
	color: rgba(238, 248, 255, 0.78);
}

body.home .primary-nav__menu a:hover,
body.home .primary-nav__menu a:focus-visible {
	color: var(--home-text);
}

body.home .site-footer {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
		url("../images/demo/home-dots.svg") center/440px repeat,
		#061018;
}

body.home .site-footer__brand,
body.home .site-footer__menu,
body.home .site-footer__list,
body.home .site-footer__bottom {
	color: var(--home-muted);
}

body.home .site-footer a:hover,
body.home .site-footer a:focus-visible {
	color: var(--home-text);
}

.home-section__eyebrow {
	align-items: center;
	color: var(--home-teal);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-section__eyebrow::before {
	background: linear-gradient(90deg, var(--home-teal), rgba(24, 214, 216, 0));
	border-radius: 999px;
	content: "";
	height: 1px;
	width: 34px;
}

.home-section-heading {
	display: grid;
	gap: 20px;
	justify-items: center;
	margin-bottom: 42px;
	max-width: 760px;
	margin-inline: auto;
	position: relative;
	text-align: center;
	z-index: 1;
}

.home-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.home-section-heading--split {
	align-items: center;
	display: grid;
	gap: 24px;
	justify-items: center;
	max-width: none;
}

.home-section-heading h2,
.home-process__content h2,
.home-faq__content h2,
.home-guarantee__content h2,
.home-final-cta__content h2 {
	font-size: clamp(2rem, 2.5vw, 3rem);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.home-section-heading p,
.home-guarantee__content p,
.home-final-cta__content p,
.home-hero__copy,
.home-faq__note strong,
.home-process__visual-card strong,
.home-story__copy p,
.home-service-card p,
.home-project-card p,
.home-testimonial-card blockquote,
.home-benefit-card p {
	color: var(--home-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin-inline: auto;
	text-align: center;
}

.home-button {
	align-items: center;
	backdrop-filter: blur(12px);
	border-radius: 999px;
	box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
	font-weight: 700;
	gap: 8px;
	overflow: hidden;
	position: relative;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.35s ease,
		background-color 0.35s ease;
}

.home-button::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: translateX(-120%);
	transition: transform 0.5s ease, opacity 0.3s ease;
}

.home-button:hover,
.home-button:focus-visible {
	box-shadow: 0 26px 44px rgba(10, 16, 26, 0.34);
	transform: translateY(-4px) scale(1.015);
}

.home-button:hover::after,
.home-button:focus-visible::after {
	opacity: 1;
	transform: translateX(110%);
}

.home-button--primary {
	background: linear-gradient(135deg, var(--home-teal), var(--home-cyan));
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #041017;
}

.home-button--secondary {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--home-text);
}

.home-button--secondary:hover,
.home-button--secondary:focus-visible {
	border-color: rgba(24, 214, 216, 0.34);
}

.home-inline-link {
	align-items: center;
	color: var(--home-text);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 10px;
	position: relative;
}

.home-inline-link::after {
	content: "->";
	transition: transform 0.3s ease;
}

.home-inline-link:hover::after,
.home-inline-link:focus-visible::after {
	transform: translateX(4px);
}

[data-hover-glow] {
	--mx: 50%;
	--my: 50%;
	--tilt-x: 0deg;
	--tilt-y: 0deg;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
	border: 1px solid var(--home-border);
	border-radius: 30px;
	box-shadow: var(--home-shadow);
	position: relative;
	transform: perspective(1200px) translateY(0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.35s ease,
		box-shadow 0.35s ease;
}

[data-hover-glow]::before {
	background: radial-gradient(circle at var(--mx) var(--my), rgba(24, 214, 216, 0.18), transparent 38%);
	border-radius: inherit;
	content: "";
	inset: -1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.25s ease;
}

[data-hover-glow]:hover,
[data-hover-glow]:focus-within {
	border-color: rgba(24, 214, 216, 0.26);
	box-shadow: 0 34px 70px rgba(0, 8, 16, 0.5);
	transform: perspective(1200px) translateY(-10px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

[data-hover-glow]:hover::before,
[data-hover-glow]:focus-within::before {
	opacity: 1;
}

.home-hero {
	align-items: center;
	display: flex;
	min-height: clamp(520px, 64vh, 720px);
	overflow: hidden;
	padding: 64px 0 64px;
	position: relative;
}

.home-hero__backdrop,
.home-hero__mesh,
.home-final-cta__mesh {
	inset: 0;
	position: absolute;
}

.home-hero__backdrop {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(0.9) brightness(0.55);
	transform: scale(1.04);
}

.home-hero__backdrop::before,
.home-hero__backdrop::after,
.home-hero__mesh::before {
	content: "";
	inset: 0;
	position: absolute;
}

.home-hero__backdrop::before {
	background:
		linear-gradient(180deg, rgba(4, 10, 18, 0.38), rgba(4, 10, 18, 0.76)),
		linear-gradient(120deg, rgba(7, 17, 26, 0.82), rgba(7, 17, 26, 0.48) 42%, rgba(7, 17, 26, 0.74));
}

.home-hero__backdrop::after {
	animation: km-home-hero-shift 20s ease-in-out infinite;
	background:
		radial-gradient(circle at 22% 26%, rgba(24, 214, 216, 0.16), transparent 26%),
		radial-gradient(circle at 78% 22%, rgba(255, 139, 42, 0.12), transparent 24%),
		radial-gradient(circle at 60% 78%, rgba(150, 88, 255, 0.12), transparent 28%);
	mix-blend-mode: screen;
	opacity: 0.92;
}

.home-hero__orb,
.home-guarantee__orb,
.home-final-cta__orb {
	border-radius: 999px;
	filter: blur(24px);
	position: absolute;
}

.home-hero__orb--one {
	animation: km-home-orb 18s ease-in-out infinite;
	background: radial-gradient(circle, rgba(24, 214, 216, 0.22), rgba(24, 214, 216, 0));
	height: 420px;
	left: -140px;
	top: 10%;
	width: 420px;
}

.home-hero__orb--two {
	animation: km-home-orb 22s ease-in-out infinite reverse;
	background: radial-gradient(circle, rgba(150, 88, 255, 0.18), rgba(150, 88, 255, 0));
	height: 360px;
	right: -120px;
	top: 14%;
	width: 360px;
}

.home-hero__grid {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.home-hero__content {
	justify-items: center;
	display: grid;
	gap: 18px;
	margin: 0 auto;
	max-width: 1120px;
	text-align: center;
	width: 100%;
}

.home-hero .home-section__eyebrow {
	justify-content: center;
}

.home-hero .home-section__eyebrow::after {
	background: linear-gradient(90deg, rgba(24, 214, 216, 0), var(--home-teal));
	border-radius: 999px;
	content: "";
	height: 1px;
	width: 34px;
}

.home-hero__title {
	align-items: center;
	display: grid;
	gap: 8px;
	justify-items: center;
	margin: 0;
	max-width: none;
	margin-inline: auto;
	text-align: center;
	width: 100%;
}

.home-hero__title-line {
	display: block;
	font-size: clamp(3rem, 5vw, 4.8rem);
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.home-hero__title-line .reveal {
	display: block;
	font-size: clamp(2.3rem, 4.5vw, 4rem);
	letter-spacing: -0.038em;
	line-height: 1.02;
	max-width: none;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.home-hero__copy {
	font-size: clamp(1rem, 1.45vw, 1.22rem);
	margin-inline: auto;
	max-width: 620px;
	text-align: center;
}

.home-hero__actions,
.home-guarantee__actions,
.home-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.home-hero__mesh {
	background:
		url("../images/demo/home-grid.svg") center/1400px auto repeat,
		url("../images/demo/home-mesh.svg") center/cover no-repeat;
	opacity: 0.26;
}

.home-hero__mesh::before {
	animation: km-home-hero-shift 24s ease-in-out infinite reverse;
	background:
		radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.1), transparent 18%),
		radial-gradient(circle at 30% 70%, rgba(24, 214, 216, 0.08), transparent 20%);
	opacity: 0.7;
}

.home-story__eyebrow,
.home-project-card__label,
.home-process__visual-card span,
.home-faq__note span {
	color: var(--home-teal);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-story__mini-card strong,
.home-process__visual-card strong,
.home-faq__note strong {
	font-size: 1rem;
	line-height: 1.45;
}

.home-story__screen img,
.home-project-card__media img,
.home-testimonial-card__header img,
.home-process__visual img,
.home-faq__image-shell img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-story__mini-card p {
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0;
}

.home-companies {
	padding-top: 18px;
}

.home-companies__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-company-card {
	align-items: center;
	display: grid;
	gap: 16px;
	justify-items: center;
	padding: 22px 20px;
	text-align: center;
}

.home-company-card__logo-wrap {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	display: inline-flex;
	height: 92px;
	justify-content: center;
	padding: 14px 18px;
	width: min(100%, 220px);
}

.home-company-card__logo {
	height: 100%;
	max-height: 60px;
	object-fit: contain;
	width: 100%;
}

.home-company-card__wordmark span {
	color: rgba(238, 248, 255, 0.82);
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.home-story {
	background:
		radial-gradient(circle at 16% 24%, rgba(255, 139, 42, 0.1), transparent 26%),
		radial-gradient(circle at 84% 30%, rgba(24, 214, 216, 0.12), transparent 30%);
	position: relative;
}

.home-story::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(24, 214, 216, 0.12), rgba(255, 255, 255, 0.03)),
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-position: center center;
	background-size: 100% 1px, 48px 48px, 48px 48px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.9), transparent 85%);
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
}

.home-story__split {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.home-story__column {
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	box-shadow: 0 28px 60px rgba(0, 8, 16, 0.26);
	display: grid;
	align-content: start;
	gap: 20px;
	min-height: 100%;
	overflow: hidden;
	padding: 28px 30px;
	position: relative;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.35s ease,
		box-shadow 0.35s ease;
}

.home-story__column::before {
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0.95;
	position: absolute;
}

.home-story__column--problem::before {
	background:
		radial-gradient(circle at top left, rgba(255, 139, 42, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
		rgba(8, 19, 29, 0.88);
}

.home-story__column--solution::before {
	background:
		radial-gradient(circle at top right, rgba(24, 214, 216, 0.2), transparent 36%),
		radial-gradient(circle at 76% 88%, rgba(150, 88, 255, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(24, 214, 216, 0.04), rgba(255, 255, 255, 0.02)),
		rgba(8, 19, 29, 0.82);
}

.home-story__column > * {
	position: relative;
	z-index: 1;
}

.home-story__label {
	color: var(--home-teal);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-story__column--problem .home-story__label {
	color: var(--home-orange);
}

.home-story__column h2 {
	font-size: clamp(2rem, 3vw, 3.2rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0;
}

.home-story__intro {
	display: grid;
	gap: 12px;
}

.home-story__intro > p,
.home-story__copy p,
.home-story__system,
.home-story__result {
	color: rgba(238, 248, 255, 0.82);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	text-align: left;
}

.home-story__list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-story__list li {
	align-items: center;
	color: var(--home-text);
	display: inline-flex;
	font-size: 1.02rem;
	font-weight: 500;
	gap: 12px;
}

.home-story__list li::before {
	background: linear-gradient(135deg, var(--home-teal), var(--home-cyan));
	border-radius: 999px;
	content: "";
	flex: 0 0 8px;
	height: 8px;
}

.home-story__column--problem .home-story__list li::before {
	background: linear-gradient(135deg, var(--home-orange), #ffb16b);
}

.home-story__closing {
	display: grid;
	gap: 12px;
	margin-top: auto;
}

.home-story__quote {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	color: var(--home-text);
	font-size: clamp(1.3rem, 2vw, 1.8rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.25;
	margin: 0;
	padding: 18px 20px;
}

.home-story__stack {
	display: grid;
	gap: 10px;
}

.home-story__step {
	color: var(--home-text);
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0;
}

.home-story__stack--solution .home-story__step {
	color: rgba(238, 248, 255, 0.96);
}

.home-story__result {
	font-weight: 600;
	max-width: 28ch;
}

.home-services,
.home-projects,
.home-testimonials,
.home-benefits,
.home-process,
.home-faq,
.home-guarantee,
.home-final-cta {
	position: relative;
}

.page-main--home .section {
	padding-bottom: 42px;
	padding-top: 42px;
}

.home-services {
	padding-top: 64px !important;
}

.home-services__grid,
.home-projects__grid,
.home-testimonials__grid,
.home-benefits__grid {
	display: grid;
	gap: 22px;
}

.home-services__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-service-card {
	backdrop-filter: blur(16px);
	display: grid;
	gap: 16px;
	justify-items: start;
	min-height: 280px;
	overflow: hidden;
	padding: 28px;
	text-align: left;
}

.home-service-card__pattern {
	background:
		radial-gradient(circle at top right, rgba(24, 214, 216, 0.16), transparent 32%),
		url("../images/demo/home-dots.svg") right top/220px no-repeat;
	content: "";
	inset: 0;
	opacity: 0.55;
	position: absolute;
}

.home-service-card__icon,
.home-benefit-card__icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(24, 214, 216, 0.22), rgba(255, 139, 42, 0.18));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	height: 54px;
	justify-content: center;
	position: relative;
	width: 54px;
	z-index: 1;
}

.home-service-card__icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 24px;
}

.home-service-card h3,
.home-project-card h3,
.home-testimonial-card h3,
.home-benefit-card h3,
.home-process__step h3 {
	font-size: 1.2rem;
	line-height: 1.25;
	position: relative;
	z-index: 1;
}

.home-service-card p,
.home-benefit-card p,
.home-project-card__body p {
	margin-inline: 0;
	text-align: left;
}

.home-projects__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-projects {
	padding-bottom: 94px !important;
}

.home-projects__controls {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.home-projects__nav {
	display: flex;
	gap: 12px;
}

.home-projects__button {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: var(--home-text);
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	width: 48px;
}

.home-projects__button:hover,
.home-projects__button:focus-visible {
	border-color: rgba(24, 214, 216, 0.26);
	box-shadow: 0 18px 30px rgba(1, 7, 14, 0.26);
	transform: translateY(-3px);
}

.home-projects__viewport {
	margin-inline: calc(var(--gutter) * -1);
	overflow-x: auto;
	padding-inline: var(--gutter);
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.home-projects__viewport::-webkit-scrollbar {
	display: none;
}

.home-projects__carousel {
	display: flex;
	gap: 24px;
}

.home-project-card {
	flex: 0 0 min(560px, calc(100vw - 82px));
	overflow: hidden;
	scroll-snap-align: start;
}

.home-project-card__media {
	display: block;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.home-project-card__media img {
	filter: saturate(0.96);
	transform: scale(1);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.home-project-card__overlay {
	background: linear-gradient(180deg, rgba(3, 8, 16, 0.1), rgba(3, 8, 16, 0.72));
	inset: 0;
	position: absolute;
	transition: background 0.35s ease, opacity 0.35s ease;
}

.home-project-card__body {
	display: grid;
	gap: 14px;
	justify-items: start;
	padding: 24px 26px 28px;
	text-align: left;
}

.home-project-card:hover .home-project-card__media img,
.home-project-card:focus-within .home-project-card__media img {
	filter: saturate(1.05) brightness(1.03);
	transform: scale(1.06);
}

.home-project-card:hover .home-project-card__overlay,
.home-project-card:focus-within .home-project-card__overlay {
	background: linear-gradient(180deg, rgba(3, 8, 16, 0.02), rgba(3, 8, 16, 0.82));
}

.home-testimonials {
	background:
		radial-gradient(circle at 18% 18%, rgba(24, 214, 216, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.home-testimonials__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-testimonial-card {
	display: grid;
	gap: 20px;
	padding: 28px;
}

.home-testimonial-card__header {
	align-items: center;
	display: flex;
	gap: 16px;
}

.home-testimonial-card__header img {
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	height: 66px;
	width: 66px;
}

.home-testimonial-card__header p {
	color: rgba(238, 248, 255, 0.66);
	font-size: 0.9rem;
	margin: 4px 0 0;
}

.home-testimonial-card__stars {
	color: #ffd77a;
	display: flex;
	gap: 6px;
}

.home-testimonial-card blockquote {
	margin: 0;
}

.home-benefits__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-benefit-card {
	display: grid;
	gap: 16px;
	justify-items: start;
	padding: 26px;
	text-align: left;
}

.home-process__grid,
.home-faq__grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.home-process__visual,
.home-faq__visual {
	position: relative;
}

.home-process__visual {
	border-radius: 34px;
	min-height: 620px;
	overflow: hidden;
}

.home-process__visual img {
	border-radius: 34px;
	height: 620px;
}

.home-process__visual-card,
.home-faq__note {
	backdrop-filter: blur(16px);
	max-width: 280px;
	padding: 18px 20px;
	position: absolute;
}

.home-process__visual-card {
	bottom: 28px;
	left: 24px;
}

.home-process__steps {
	display: grid;
	gap: 18px;
	padding-left: 30px;
	position: relative;
}

.home-process__steps::before,
.home-process__steps::after {
	border-radius: 999px;
	content: "";
	left: 10px;
	position: absolute;
	top: 14px;
	width: 3px;
}

.home-process__steps::before {
	background: rgba(255, 255, 255, 0.08);
	bottom: 14px;
}

.home-process__steps::after {
	background: linear-gradient(180deg, rgba(24, 214, 216, 0.16), var(--home-teal), rgba(255, 139, 42, 0.6));
	bottom: 14px;
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-process__steps.reveal.active::after {
	transform: scaleY(1);
}

.home-process__step {
	display: grid;
	padding: 24px 22px 24px 28px;
	position: relative;
}

.home-process__marker {
	align-items: center;
	background: linear-gradient(135deg, rgba(24, 214, 216, 0.24), rgba(150, 88, 255, 0.2));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	left: -20px;
	position: absolute;
	top: 22px;
	width: 40px;
}

.home-process__step-copy {
	display: grid;
	gap: 10px;
}

.home-faq__image-shell {
	border-radius: 34px;
	min-height: 560px;
	overflow: hidden;
}

.home-faq__image-shell img {
	height: 560px;
}

.home-faq__note {
	bottom: 28px;
	left: 22px;
	display: grid;
	gap: 10px;
}

.home-faq__items {
	display: grid;
	gap: 16px;
}

.home-faq__item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-faq__item.is-open {
	border-color: rgba(24, 214, 216, 0.24);
	box-shadow: 0 24px 44px rgba(0, 8, 16, 0.28);
}

.home-faq__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--home-text);
	cursor: pointer;
	display: flex;
	font-size: 1.05rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 22px 24px;
	text-align: left;
	width: 100%;
}

.home-faq__icon {
	flex: 0 0 auto;
	height: 18px;
	position: relative;
	width: 18px;
}

.home-faq__icon::before,
.home-faq__icon::after {
	background: var(--home-text);
	border-radius: 999px;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 18px;
}

.home-faq__icon::after {
	transform: translateY(-50%) rotate(90deg);
}

.home-faq__item.is-open .home-faq__icon::after {
	opacity: 0;
	transform: translateY(-50%) rotate(90deg) scaleX(0.4);
}

.home-faq__panel {
	max-height: 0;
	overflow: hidden;
	padding: 0 24px;
	transition: max-height 0.26s ease, padding-bottom 0.26s ease;
}

.home-faq__item.is-open .home-faq__panel {
	padding-bottom: 24px;
}

.home-guarantee__panel,
.home-final-cta__panel {
	background:
		linear-gradient(135deg, rgba(8, 18, 29, 0.92), rgba(6, 13, 21, 0.98)),
		url("../images/demo/home-grid.svg") center/cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 36px;
	overflow: hidden;
	position: relative;
}

.home-guarantee__panel {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 42px;
}

.home-guarantee__content,
.home-final-cta__content {
	display: grid;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.home-guarantee__content {
	justify-items: start;
	text-align: left;
}

.home-guarantee__content p {
	margin-inline: 0;
	text-align: left;
}

.home-guarantee__orb--one,
.home-final-cta__orb--one {
	animation: km-home-orb 14s ease-in-out infinite;
	background: radial-gradient(circle, rgba(24, 214, 216, 0.2), rgba(24, 214, 216, 0));
	height: 240px;
	left: -80px;
	top: -20px;
	width: 240px;
}

.home-guarantee__orb--two,
.home-final-cta__orb--two {
	animation: km-home-orb 18s ease-in-out infinite reverse;
	background: radial-gradient(circle, rgba(255, 139, 42, 0.18), rgba(255, 139, 42, 0));
	height: 280px;
	right: -80px;
	top: 90px;
	width: 280px;
}

.home-guarantee__badge {
	align-self: center;
	backdrop-filter: blur(16px);
	display: grid;
	gap: 12px;
	max-width: 320px;
	padding: 24px;
	z-index: 1;
}

.home-guarantee__badge img {
	filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.22));
}

.home-guarantee__badge span {
	color: var(--home-orange);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-final-cta {
	padding-bottom: 112px;
}

.home-final-cta__panel {
	min-height: 400px;
	padding: 54px 42px;
}

.home-final-cta__mesh {
	animation: km-home-mesh 18s ease-in-out infinite;
	background:
		url("../images/demo/home-mesh.svg") center/cover no-repeat,
		url("../images/demo/home-dots.svg") center/420px repeat;
	opacity: 0.82;
}

.home-final-cta__content {
	align-items: center;
	justify-items: center;
	margin: 0 auto;
	max-width: 760px;
	min-height: 290px;
	text-align: center;
}

@keyframes km-home-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes km-home-orb {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(28px, -18px, 0);
	}
}

@keyframes km-home-mesh {
	0%,
	100% {
		transform: scale(1) translate3d(0, 0, 0);
	}

	50% {
		transform: scale(1.04) translate3d(12px, -14px, 0);
	}
}

@keyframes km-home-hero-shift {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(18px, -14px, 0) scale(1.03);
	}
}

@media (max-width: 1200px) {
	.home-services__grid,
	.home-benefits__grid,
	.home-companies__grid,
	.home-testimonials__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.home-hero__grid,
	.home-process__grid,
	.home-faq__grid,
	.home-guarantee__panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.home-story__split {
		grid-template-columns: 1fr;
	}

	.home-project-card {
		flex-basis: min(520px, calc(100vw - 72px));
	}
}

@media (max-width: 860px) {
	body.home .site-header__nav-wrap {
		background: rgba(7, 17, 26, 0.96);
		backdrop-filter: blur(18px);
	}

	.home-hero {
		min-height: auto;
		padding-bottom: 46px;
		padding-top: 104px;
	}

	.home-hero__title-line .reveal {
		font-size: clamp(2rem, 6.8vw, 3rem);
		white-space: normal;
	}

	.home-hero__actions,
	.home-guarantee__actions,
	.home-final-cta__actions {
		flex-direction: column;
	}

	.home-services__grid,
	.home-benefits__grid,
	.home-companies__grid,
	.home-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.home-projects__controls {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.home-projects__nav {
		justify-content: flex-start;
	}

	.home-process__visual,
	.home-faq__image-shell {
		min-height: auto;
	}

	.home-process__visual img,
	.home-faq__image-shell img {
		height: auto;
	}
}

@media (max-width: 640px) {
	.home-hero,
	.home-companies,
	.home-story,
	.home-services,
	.home-projects,
	.home-testimonials,
	.home-benefits,
	.home-process,
	.home-faq,
	.home-guarantee,
	.home-final-cta {
		padding-bottom: 66px;
		padding-top: 66px;
	}

	.home-hero__content,
	.home-guarantee__panel,
	.home-final-cta__panel {
		padding-inline: 0;
	}

	.home-hero {
		padding-bottom: 34px;
		padding-top: 90px;
	}

	.home-service-card,
	.home-project-card__body,
	.home-testimonial-card,
	.home-benefit-card,
	.home-process__step,
	.home-guarantee__panel,
	.home-final-cta__panel,
	.home-company-card,
	.home-story__column {
		padding: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__orb,
	.home-guarantee__orb,
	.home-final-cta__orb,
	.home-hero__screen--primary,
	.home-hero__screen--secondary,
	.home-final-cta__mesh {
		animation: none !important;
	}

	[data-hover-glow],
	[data-hover-glow]:hover,
	[data-hover-glow]:focus-within {
		transform: none !important;
	}
}

/* Light homepage refresh */

body.home {
	--home-bg: #f7fafc;
	--home-surface: rgba(255, 255, 255, 0.82);
	--home-surface-strong: rgba(255, 255, 255, 0.96);
	--home-border: rgba(18, 35, 63, 0.08);
	--home-text: #12233f;
	--home-muted: rgba(18, 35, 63, 0.7);
	--home-teal: #13c8d6;
	--home-cyan: #1598c4;
	--home-orange: #ff9c51;
	--home-purple: #8e7bf5;
	--home-danger: #ff8158;
	--home-shadow: 0 30px 70px rgba(20, 43, 73, 0.12);
	background:
		radial-gradient(circle at 10% 8%, rgba(19, 200, 214, 0.1), transparent 24%),
		radial-gradient(circle at 92% 12%, rgba(255, 156, 81, 0.08), transparent 20%),
		radial-gradient(circle at 85% 86%, rgba(142, 123, 245, 0.08), transparent 24%),
		linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
	color: var(--home-text);
}

.page-main--home {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 250, 252, 0.88)),
		url("../images/demo/home-grid.svg") top center/1400px auto repeat-y;
	position: relative;
}

.page-main--home::before {
	background:
		radial-gradient(circle at 0 0, rgba(19, 200, 214, 0.08), transparent 30%),
		radial-gradient(circle at 100% 12%, rgba(255, 156, 81, 0.08), transparent 26%);
	opacity: 1;
}

body.home .site-header {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.7);
	border-bottom-color: rgba(18, 35, 63, 0.07);
}

body.home .site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(18, 35, 63, 0.08);
	box-shadow: 0 18px 40px rgba(20, 43, 73, 0.09);
}

body.home .site-branding__logo-image {
	filter: drop-shadow(0 12px 24px rgba(20, 43, 73, 0.12));
}

body.home .primary-nav__menu a {
	color: rgba(18, 35, 63, 0.78);
}

body.home .primary-nav__menu a:hover,
body.home .primary-nav__menu a:focus-visible {
	color: var(--home-text);
}

body.home .site-footer {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 252, 0.97)),
		radial-gradient(circle at 12% 0, rgba(19, 200, 214, 0.08), transparent 24%);
}

body.home .site-footer__brand,
body.home .site-footer__menu,
body.home .site-footer__list,
body.home .site-footer__bottom {
	color: rgba(18, 35, 63, 0.68);
}

body.home .site-footer a:hover,
body.home .site-footer a:focus-visible {
	color: var(--home-text);
}

.home-section__eyebrow {
	color: var(--home-cyan);
}

.home-section__eyebrow::before {
	background: linear-gradient(90deg, var(--home-teal), rgba(19, 200, 214, 0));
}

.home-section-heading h2,
.home-process__content h2,
.home-faq__content h2,
.home-guarantee__content h2,
.home-final-cta__content h2,
.home-story__column h2 {
	color: var(--home-text);
}

.home-section-heading p,
.home-guarantee__content p,
.home-final-cta__content p,
.home-hero__copy,
.home-faq__note strong,
.home-process__visual-card strong,
.home-story__copy p,
.home-service-card p,
.home-project-card p,
.home-testimonial-card blockquote,
.home-benefit-card p {
	color: var(--home-muted);
}

.home-button {
	box-shadow: 0 20px 36px rgba(20, 43, 73, 0.1);
}

.home-button:hover,
.home-button:focus-visible {
	box-shadow: 0 26px 44px rgba(20, 43, 73, 0.14);
}

.home-button--primary {
	background: linear-gradient(135deg, var(--home-teal), #3de1df);
	border-color: rgba(19, 200, 214, 0.18);
	color: #07111a;
}

.home-button--secondary {
	background: rgba(255, 255, 255, 0.74);
	border-color: rgba(18, 35, 63, 0.12);
	color: var(--home-text);
}

.home-button--secondary:hover,
.home-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(19, 200, 214, 0.22);
}

.home-inline-link {
	color: var(--home-cyan);
}

[data-hover-glow] {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.92)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.05), transparent 28%);
	border: 1px solid var(--home-border);
	box-shadow: var(--home-shadow);
}

[data-hover-glow]::before {
	background: radial-gradient(circle at var(--mx) var(--my), rgba(19, 200, 214, 0.16), transparent 38%);
}

[data-hover-glow]:hover,
[data-hover-glow]:focus-within {
	border-color: rgba(19, 200, 214, 0.18);
	box-shadow: 0 34px 72px rgba(20, 43, 73, 0.14);
}

.home-hero {
	padding-top: 84px;
	padding-bottom: 56px;
}

.home-hero__backdrop {
	filter: saturate(0.78) brightness(1.2);
	transform: scale(1.02);
}

.home-hero__backdrop::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(250, 252, 255, 0.82)),
		linear-gradient(120deg, rgba(248, 251, 255, 0.88), rgba(255, 255, 255, 0.32) 42%, rgba(247, 250, 255, 0.9));
}

.home-hero__backdrop::after {
	background:
		radial-gradient(circle at 18% 26%, rgba(19, 200, 214, 0.18), transparent 24%),
		radial-gradient(circle at 78% 22%, rgba(255, 156, 81, 0.14), transparent 22%),
		radial-gradient(circle at 64% 76%, rgba(142, 123, 245, 0.12), transparent 28%);
	mix-blend-mode: normal;
	opacity: 0.9;
}

.home-hero__mesh {
	opacity: 0.14;
}

.home-hero__mesh::before {
	background:
		radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.5), transparent 18%),
		radial-gradient(circle at 30% 70%, rgba(19, 200, 214, 0.08), transparent 20%);
}

.home-hero__orb--one {
	background: radial-gradient(circle, rgba(19, 200, 214, 0.18), rgba(19, 200, 214, 0));
}

.home-hero__orb--two {
	background: radial-gradient(circle, rgba(142, 123, 245, 0.14), rgba(142, 123, 245, 0));
}

.home-hero__content {
	max-width: 860px;
}

.home-hero .home-section__eyebrow {
	color: var(--home-cyan);
}

.home-hero .home-section__eyebrow::after {
	background: linear-gradient(90deg, rgba(19, 200, 214, 0), var(--home-teal));
	border-radius: 999px;
	content: "";
	height: 1px;
	width: 34px;
}

.home-hero__title {
	max-width: none;
}

.home-hero__title-line .reveal {
	color: var(--home-text);
	text-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.home-hero__copy {
	color: rgba(18, 35, 63, 0.72);
}

.home-companies {
	padding-top: 8px;
}

.home-company-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.92)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.05), transparent 28%);
	border: 1px solid var(--home-border);
	box-shadow: var(--home-shadow);
}

.home-company-card__logo-wrap {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.94));
	border-color: rgba(18, 35, 63, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-company-card__wordmark span {
	color: rgba(18, 35, 63, 0.8);
}

.home-story {
	background:
		radial-gradient(circle at 16% 24%, rgba(255, 156, 81, 0.08), transparent 26%),
		radial-gradient(circle at 84% 30%, rgba(19, 200, 214, 0.1), transparent 30%);
}

.home-story::before {
	background:
		linear-gradient(90deg, rgba(18, 35, 63, 0.03), rgba(19, 200, 214, 0.08), rgba(18, 35, 63, 0.03)),
		linear-gradient(rgba(18, 35, 63, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 35, 63, 0.03) 1px, transparent 1px);
	opacity: 0.36;
}

.home-story__column {
	border-color: rgba(18, 35, 63, 0.08);
	box-shadow: var(--home-shadow);
}

.home-story__column--problem::before {
	background:
		radial-gradient(circle at top left, rgba(255, 156, 81, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 240, 0.95)),
		#ffffff;
}

.home-story__column--solution::before {
	background:
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.16), transparent 34%),
		radial-gradient(circle at 76% 88%, rgba(142, 123, 245, 0.1), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(241, 248, 252, 0.96)),
		#ffffff;
}

.home-story__column--problem .home-story__label {
	color: var(--home-orange);
}

.home-story__intro > p,
.home-story__copy p,
.home-story__system,
.home-story__result {
	color: rgba(18, 35, 63, 0.72);
}

.home-story__list li,
.home-story__step {
	color: var(--home-text);
}

.home-story__quote {
	background: rgba(255, 255, 255, 0.68);
	border-color: rgba(18, 35, 63, 0.08);
	color: var(--home-text);
}

.home-services,
.home-projects,
.home-testimonials,
.home-benefits,
.home-process,
.home-faq,
.home-guarantee,
.home-final-cta {
	background: transparent;
}

.home-service-card,
.home-project-card,
.home-testimonial-card,
.home-benefit-card,
.home-process__step,
.home-faq__item,
.home-guarantee__badge,
.home-process__visual-card,
.home-faq__note {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 251, 255, 0.93)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.05), transparent 28%);
	border: 1px solid var(--home-border);
	box-shadow: var(--home-shadow);
}

.home-service-card__pattern {
	background:
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.08), transparent 30%),
		url("../images/demo/home-dots.svg") right top/220px no-repeat;
	opacity: 0.35;
}

.home-service-card__icon,
.home-benefit-card__icon,
.home-process__marker {
	background: linear-gradient(135deg, rgba(19, 200, 214, 0.16), rgba(255, 156, 81, 0.16));
	border-color: rgba(18, 35, 63, 0.08);
	color: var(--home-text);
}

.home-service-card h3,
.home-project-card h3,
.home-testimonial-card h3,
.home-benefit-card h3,
.home-process__step h3,
.home-faq__button {
	color: var(--home-text);
}

.home-projects__button {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(18, 35, 63, 0.1);
	color: var(--home-text);
}

.home-projects__button:hover,
.home-projects__button:focus-visible {
	border-color: rgba(19, 200, 214, 0.22);
	box-shadow: 0 18px 32px rgba(20, 43, 73, 0.12);
}

.home-project-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 251, 255, 0.94)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.05), transparent 28%);
	border: 1px solid var(--home-border);
	box-shadow: var(--home-shadow);
}

.home-project-card__media {
	border-bottom: 1px solid rgba(18, 35, 63, 0.06);
}

.home-project-card__overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 35, 63, 0.28));
}

.home-project-card:hover .home-project-card__overlay,
.home-project-card:focus-within .home-project-card__overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 35, 63, 0.36));
}

.home-project-card__label,
.home-process__visual-card span,
.home-faq__note span {
	color: var(--home-cyan);
}

.home-testimonials {
	background:
		radial-gradient(circle at 18% 18%, rgba(19, 200, 214, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.home-testimonial-card__header p {
	color: rgba(18, 35, 63, 0.58);
}

.home-testimonial-card blockquote {
	color: rgba(18, 35, 63, 0.72);
}

.home-process__visual,
.home-faq__image-shell {
	border: 1px solid rgba(18, 35, 63, 0.08);
	box-shadow: var(--home-shadow);
}

.home-process__steps::before {
	background: rgba(18, 35, 63, 0.08);
}

.home-process__steps::after {
	background: linear-gradient(180deg, rgba(19, 200, 214, 0.24), var(--home-teal), rgba(255, 156, 81, 0.48));
}

.home-faq__item {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.94)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.04), transparent 28%);
}

.home-faq__item.is-open {
	border-color: rgba(19, 200, 214, 0.18);
	box-shadow: 0 24px 44px rgba(20, 43, 73, 0.12);
}

.home-faq__icon::before,
.home-faq__icon::after {
	background: var(--home-text);
}

.home-faq__panel p {
	color: rgba(18, 35, 63, 0.72);
}

.home-guarantee__panel,
.home-final-cta__panel {
	background:
		radial-gradient(circle at top left, rgba(19, 200, 214, 0.14), transparent 28%),
		radial-gradient(circle at bottom right, rgba(142, 123, 245, 0.1), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 252, 0.98)),
		url("../images/demo/home-grid.svg") center/cover no-repeat;
	border: 1px solid rgba(18, 35, 63, 0.08);
	box-shadow: var(--home-shadow);
}

.home-guarantee__orb--one,
.home-final-cta__orb--one {
	background: radial-gradient(circle, rgba(19, 200, 214, 0.14), rgba(19, 200, 214, 0));
}

.home-guarantee__orb--two,
.home-final-cta__orb--two {
	background: radial-gradient(circle, rgba(255, 156, 81, 0.12), rgba(255, 156, 81, 0));
}

.home-guarantee__content,
.home-final-cta__content {
	color: var(--home-text);
}

.home-guarantee__content p,
.home-final-cta__content p {
	color: rgba(18, 35, 63, 0.72);
}

.home-guarantee__badge span {
	color: var(--home-orange);
}

.home-final-cta__mesh {
	opacity: 0.22;
}

.home-final-cta__content {
	min-height: 0;
}

@media (max-width: 1100px) {
	.home-hero {
		padding-top: 96px;
	}
}

@media (max-width: 860px) {
	body.home .site-header__nav-wrap {
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(18, 35, 63, 0.08);
		box-shadow: 0 24px 48px rgba(20, 43, 73, 0.12);
	}

	.home-hero {
		padding-top: 96px;
		padding-bottom: 42px;
	}

	.home-hero__title-line .reveal {
		font-size: clamp(1.95rem, 6.5vw, 3rem);
	}
}

@media (max-width: 640px) {
	.home-hero,
	.home-companies,
	.home-story,
	.home-services,
	.home-projects,
	.home-testimonials,
	.home-benefits,
	.home-process,
	.home-faq,
	.home-guarantee,
	.home-final-cta {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.home-hero {
		padding-top: 88px;
		padding-bottom: 30px;
	}
}

/* Homepage art direction upgrade */

.page-main--home .section {
	padding-top: 72px;
	padding-bottom: 72px;
}

.page-main--home .section::before {
	background:
		radial-gradient(circle at 14% 22%, rgba(19, 200, 214, 0.1), transparent 20%),
		radial-gradient(circle at 86% 28%, rgba(255, 156, 81, 0.08), transparent 18%);
	content: "";
	inset: 0;
	opacity: 0.36;
	pointer-events: none;
	position: absolute;
	transform: translate3d(0, 20px, 0);
	transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 0;
}

.page-main--home .section.is-inview::before {
	opacity: 0.92;
	transform: translate3d(0, 0, 0);
}

.page-main--home .section > .container,
.home-story__split,
.home-services__grid,
.home-projects__viewport,
.home-testimonials__grid,
.home-benefits__grid,
.home-process__grid,
.home-faq__grid,
.home-guarantee__panel,
.home-final-cta__panel {
	position: relative;
	z-index: 1;
}

.home-section-heading {
	margin-bottom: 52px;
}

.home-hero {
	background:
		radial-gradient(circle at 18% 20%, rgba(19, 200, 214, 0.22), transparent 26%),
		radial-gradient(circle at 82% 18%, rgba(142, 123, 245, 0.18), transparent 24%),
		linear-gradient(180deg, rgba(6, 15, 25, 0.68), rgba(8, 17, 31, 0.78));
	min-height: clamp(560px, 74vh, 840px);
	padding-top: 96px;
	padding-bottom: 72px;
}

.home-hero::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 82px 82px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.9), transparent 88%);
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
}

.home-hero__backdrop {
	filter: saturate(0.9) brightness(0.48);
	transform: translate3d(0, calc(var(--page-scroll, 0) * -26px), 0) scale(1.04);
}

.home-hero__backdrop::before {
	background:
		linear-gradient(180deg, rgba(6, 14, 24, 0.42), rgba(6, 14, 24, 0.78)),
		linear-gradient(120deg, rgba(7, 17, 26, 0.9), rgba(7, 17, 26, 0.56) 42%, rgba(7, 17, 26, 0.9));
}

.home-hero__backdrop::after {
	background:
		radial-gradient(circle at 18% 24%, rgba(19, 200, 214, 0.2), transparent 22%),
		radial-gradient(circle at 78% 22%, rgba(255, 156, 81, 0.14), transparent 20%),
		radial-gradient(circle at 62% 78%, rgba(142, 123, 245, 0.16), transparent 24%);
}

.home-hero__mesh {
	opacity: 0.22;
}

.home-hero__title-line .reveal,
.home-hero__copy,
.home-hero .home-section__eyebrow {
	color: #eef6ff;
}

.home-hero__copy {
	max-width: 720px;
}

.home-hero .home-section__eyebrow::before,
.home-hero .home-section__eyebrow::after {
	opacity: 0.8;
}

.home-companies {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96)),
		radial-gradient(circle at 10% 0, rgba(19, 200, 214, 0.08), transparent 20%);
}

.home-company-card {
	border-radius: 34px;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.35s ease;
}

.home-company-card:hover,
.home-company-card:focus-within {
	border-color: rgba(19, 200, 214, 0.18);
	box-shadow: 0 36px 72px rgba(20, 43, 73, 0.14);
	transform: translateY(-8px);
}

.home-story {
	background:
		radial-gradient(circle at 14% 22%, rgba(255, 156, 81, 0.18), transparent 22%),
		radial-gradient(circle at 84% 26%, rgba(19, 200, 214, 0.18), transparent 24%),
		linear-gradient(180deg, #091321, #0d1726);
	color: #eef6ff;
}

.home-story::before {
	opacity: 0.46;
}

.home-story__column {
	backdrop-filter: blur(20px);
}

.home-story__column--problem::before {
	background:
		radial-gradient(circle at top left, rgba(255, 156, 81, 0.18), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		rgba(13, 23, 38, 0.84);
}

.home-story__column--solution::before {
	background:
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.2), transparent 34%),
		radial-gradient(circle at 76% 88%, rgba(142, 123, 245, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
		rgba(11, 26, 38, 0.84);
}

.home-story__column h2,
.home-story__list li,
.home-story__step,
.home-story__quote {
	color: #f3f8ff;
}

.home-story__intro > p,
.home-story__copy p,
.home-story__system,
.home-story__result {
	color: rgba(235, 241, 255, 0.72);
}

.home-story__quote {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

.home-services {
	background:
		radial-gradient(circle at 10% 24%, rgba(19, 200, 214, 0.08), transparent 22%),
		radial-gradient(circle at 90% 18%, rgba(255, 156, 81, 0.08), transparent 18%),
		linear-gradient(180deg, #ffffff, #f7fafc);
}

.home-services__grid {
	align-items: start;
	gap: 26px;
}

.home-service-card {
	border-radius: 34px;
	min-height: 300px;
}

.home-service-card:nth-child(2),
.home-service-card:nth-child(5) {
	transform: translateY(18px);
}

.home-service-card:hover,
.home-service-card:focus-within {
	box-shadow: 0 40px 76px rgba(20, 43, 73, 0.15);
	transform: translateY(-10px);
}

.home-service-card:hover .home-service-card__icon,
.home-service-card:focus-within .home-service-card__icon {
	transform: translateY(-2px) scale(1.04);
}

.home-service-card__icon {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-service-card .home-inline-link {
	margin-top: auto;
}

.home-projects {
	background:
		radial-gradient(circle at 14% 18%, rgba(19, 200, 214, 0.18), transparent 22%),
		radial-gradient(circle at 86% 24%, rgba(142, 123, 245, 0.14), transparent 22%),
		linear-gradient(180deg, #091321, #0d1726);
	color: #eef6ff;
	padding-bottom: 110px !important;
}

.home-projects .home-section__eyebrow,
.home-projects .home-section-heading h2,
.home-projects .home-section-heading p,
.home-projects .home-inline-link {
	color: #eef6ff;
}

.home-projects .home-section-heading p {
	color: rgba(235, 241, 255, 0.7);
}

.home-projects__button {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
	color: #eef6ff;
}

.home-project-card {
	backdrop-filter: blur(18px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(12, 24, 39, 0.72);
	border-color: rgba(255, 255, 255, 0.1);
}

.home-project-card__body h3,
.home-project-card__body p,
.home-project-card__label,
.home-project-card .home-inline-link {
	color: #eef6ff;
}

.home-project-card__body p {
	color: rgba(235, 241, 255, 0.72);
}

.home-testimonials {
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 156, 81, 0.08), transparent 22%),
		radial-gradient(circle at 86% 28%, rgba(19, 200, 214, 0.08), transparent 22%),
		linear-gradient(180deg, #fffdfb, #f8fafc);
}

.home-testimonials__grid {
	align-items: start;
}

.home-testimonial-card:nth-child(2) {
	transform: translateY(22px);
}

.home-testimonial-card:hover,
.home-testimonial-card:focus-within {
	transform: translateY(-8px);
}

.home-benefits {
	background:
		linear-gradient(180deg, #ffffff, #f6f9fc),
		radial-gradient(circle at 0 0, rgba(142, 123, 245, 0.06), transparent 24%);
}

.home-benefits__grid {
	gap: 24px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-benefit-card {
	border-radius: 32px;
	grid-column: span 2;
	min-height: 100%;
}

.home-benefit-card:nth-child(4),
.home-benefit-card:nth-child(5) {
	grid-column: span 3;
}

.home-benefit-card:hover,
.home-benefit-card:focus-within {
	transform: translateY(-8px);
}

.home-process {
	background:
		radial-gradient(circle at 16% 22%, rgba(19, 200, 214, 0.08), transparent 22%),
		linear-gradient(180deg, #f8fbfd, #ffffff);
}

.home-process__visual {
	box-shadow: 0 42px 80px rgba(20, 43, 73, 0.16);
}

.home-process__visual-card {
	backdrop-filter: blur(20px);
}

.home-process__step {
	border-radius: 28px;
}

.home-process__step:hover,
.home-process__step:focus-within {
	transform: translateY(-6px);
}

.home-faq {
	background:
		radial-gradient(circle at 84% 24%, rgba(255, 156, 81, 0.08), transparent 22%),
		radial-gradient(circle at 10% 84%, rgba(19, 200, 214, 0.08), transparent 24%),
		linear-gradient(180deg, #ffffff, #f7fafc);
}

.home-faq__visual {
	order: 2;
}

.home-faq__content {
	order: 1;
}

.home-faq__item:hover,
.home-faq__item:focus-within {
	transform: translateY(-3px);
}

.home-guarantee {
	background:
		radial-gradient(circle at 14% 20%, rgba(19, 200, 214, 0.18), transparent 24%),
		radial-gradient(circle at 86% 22%, rgba(255, 156, 81, 0.16), transparent 22%),
		linear-gradient(180deg, #091321, #0d1726);
	color: #eef6ff;
}

.home-guarantee__panel {
	background:
		radial-gradient(circle at top left, rgba(19, 200, 214, 0.16), transparent 26%),
		radial-gradient(circle at bottom right, rgba(142, 123, 245, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(10, 21, 34, 0.8);
	border-color: rgba(255, 255, 255, 0.1);
}

.home-guarantee__content h2,
.home-guarantee__content p,
.home-guarantee__badge strong,
.home-guarantee__badge span {
	color: #eef6ff;
}

.home-guarantee__content p,
.home-guarantee__badge span {
	color: rgba(235, 241, 255, 0.74);
}

.home-guarantee__badge {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(9, 20, 33, 0.74);
	border-color: rgba(255, 255, 255, 0.1);
}

.home-final-cta {
	background:
		radial-gradient(circle at 18% 20%, rgba(19, 200, 214, 0.18), transparent 22%),
		radial-gradient(circle at 84% 24%, rgba(142, 123, 245, 0.16), transparent 22%),
		linear-gradient(180deg, #08111f, #0b1625);
	color: #eef6ff;
	padding-bottom: 120px;
}

.home-final-cta__panel {
	background:
		radial-gradient(circle at top left, rgba(19, 200, 214, 0.16), transparent 24%),
		radial-gradient(circle at bottom right, rgba(255, 156, 81, 0.12), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(9, 19, 31, 0.78);
	border-color: rgba(255, 255, 255, 0.1);
}

.home-final-cta__content h2,
.home-final-cta__content p,
.home-final-cta .home-section__eyebrow {
	color: #eef6ff;
}

.home-final-cta__content p {
	color: rgba(235, 241, 255, 0.72);
}

.home-final-cta__mesh {
	opacity: 0.34;
}

.home-benefit-card,
.home-service-card,
.home-testimonial-card,
.home-process__step,
.home-faq__item,
.home-project-card {
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.35s ease,
		background-color 0.35s ease;
}

@media (max-width: 1180px) {
	.home-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-benefit-card,
	.home-benefit-card:nth-child(4),
	.home-benefit-card:nth-child(5) {
		grid-column: span 1;
	}
}

@media (max-width: 980px) {
	.page-main--home .section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.home-service-card:nth-child(2),
	.home-service-card:nth-child(5),
	.home-testimonial-card:nth-child(2) {
		transform: none;
	}

	.home-faq__visual,
	.home-faq__content {
		order: initial;
	}
}

@media (max-width: 640px) {
	.page-main--home .section {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.home-hero {
		min-height: 0;
		padding-top: 98px;
		padding-bottom: 40px;
	}

	.home-projects,
	.home-final-cta {
		padding-bottom: 76px !important;
	}
}

/* Cohesive all-light refinement */

.page-main--home .section::before {
	background:
		radial-gradient(circle at 14% 22%, rgba(19, 200, 214, 0.08), transparent 20%),
		radial-gradient(circle at 86% 28%, rgba(255, 156, 81, 0.06), transparent 18%);
}

.home-section-heading h2,
.home-project-card__body h3,
.home-service-card h3,
.home-testimonial-card h3,
.home-benefit-card h3,
.home-process__step h3,
.home-faq__button,
.home-guarantee__content h2,
.home-final-cta__content h2,
.home-story__column h2 {
	color: #0f1d36;
}

.home-section-heading p,
.home-service-card p,
.home-project-card__body p,
.home-testimonial-card blockquote,
.home-benefit-card p,
.home-guarantee__content p,
.home-final-cta__content p,
.home-story__intro > p,
.home-story__copy p,
.home-story__system,
.home-story__result,
.home-faq__panel p,
.home-hero__copy {
	color: rgba(18, 35, 63, 0.76);
}

.home-hero {
	background:
		radial-gradient(circle at 18% 20%, rgba(19, 200, 214, 0.12), transparent 24%),
		radial-gradient(circle at 82% 18%, rgba(142, 123, 245, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff, #f6f9fc);
}

.home-hero::before {
	opacity: 0.18;
}

.home-hero__backdrop {
	filter: saturate(0.86) brightness(1.08);
}

.home-hero__backdrop::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(248, 251, 255, 0.86)),
		linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.42) 42%, rgba(246, 249, 252, 0.92));
}

.home-hero__backdrop::after {
	background:
		radial-gradient(circle at 18% 24%, rgba(19, 200, 214, 0.14), transparent 22%),
		radial-gradient(circle at 78% 22%, rgba(255, 156, 81, 0.1), transparent 20%),
		radial-gradient(circle at 62% 78%, rgba(142, 123, 245, 0.08), transparent 24%);
}

.home-hero__title-line .reveal,
.home-hero .home-section__eyebrow {
	color: #0f1d36;
}

.home-story {
	background:
		radial-gradient(circle at 14% 22%, rgba(255, 156, 81, 0.1), transparent 22%),
		radial-gradient(circle at 84% 26%, rgba(19, 200, 214, 0.1), transparent 24%),
		linear-gradient(180deg, #ffffff, #f5f8fb);
	color: #12233f;
}

.home-story__column--problem::before {
	background:
		radial-gradient(circle at top left, rgba(255, 156, 81, 0.14), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 240, 0.96)),
		#ffffff;
}

.home-story__column--solution::before {
	background:
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.14), transparent 34%),
		radial-gradient(circle at 76% 88%, rgba(142, 123, 245, 0.08), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 252, 0.96)),
		#ffffff;
}

.home-story__column h2,
.home-story__list li,
.home-story__step,
.home-story__quote {
	color: #0f1d36;
}

.home-story__quote {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(18, 35, 63, 0.08);
}

.home-projects {
	background:
		radial-gradient(circle at 14% 18%, rgba(19, 200, 214, 0.1), transparent 22%),
		radial-gradient(circle at 86% 24%, rgba(142, 123, 245, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff, #f6f9fc);
	color: #12233f;
}

.home-projects .home-section__eyebrow,
.home-projects .home-section-heading h2,
.home-projects .home-inline-link,
.home-projects .home-project-card__label,
.home-projects .home-project-card .home-inline-link {
	color: #0f1d36;
}

.home-projects .home-section-heading p,
.home-projects .home-project-card__body p {
	color: rgba(18, 35, 63, 0.74);
}

.home-projects__button {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(18, 35, 63, 0.1);
	color: #0f1d36;
}

.home-project-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.94)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.05), transparent 28%);
	border-color: rgba(18, 35, 63, 0.08);
}

.home-project-card__body h3,
.home-project-card__body p,
.home-project-card__label,
.home-project-card .home-inline-link {
	color: #0f1d36;
}

.home-project-card__overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 35, 63, 0.18));
}

.home-project-card:hover .home-project-card__overlay,
.home-project-card:focus-within .home-project-card__overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 35, 63, 0.26));
}

.home-guarantee {
	background:
		radial-gradient(circle at 14% 20%, rgba(19, 200, 214, 0.1), transparent 24%),
		radial-gradient(circle at 86% 22%, rgba(255, 156, 81, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff, #f5f8fb);
	color: #12233f;
}

.home-guarantee__panel {
	background:
		radial-gradient(circle at top left, rgba(19, 200, 214, 0.12), transparent 26%),
		radial-gradient(circle at bottom right, rgba(142, 123, 245, 0.08), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 252, 0.96)),
		#ffffff;
	border-color: rgba(18, 35, 63, 0.08);
}

.home-guarantee__content h2,
.home-guarantee__content p,
.home-guarantee__badge strong {
	color: #0f1d36;
}

.home-guarantee__badge,
.home-guarantee__badge span {
	color: rgba(18, 35, 63, 0.74);
}

.home-guarantee__badge {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 253, 0.94)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.06), transparent 28%);
	border-color: rgba(18, 35, 63, 0.08);
}

.home-final-cta {
	background:
		radial-gradient(circle at 18% 20%, rgba(19, 200, 214, 0.1), transparent 22%),
		radial-gradient(circle at 84% 24%, rgba(142, 123, 245, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff, #f4f8fb);
	color: #12233f;
}

.home-final-cta__panel {
	background:
		radial-gradient(circle at top left, rgba(19, 200, 214, 0.12), transparent 24%),
		radial-gradient(circle at bottom right, rgba(255, 156, 81, 0.08), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 252, 0.96)),
		#ffffff;
	border-color: rgba(18, 35, 63, 0.08);
}

.home-final-cta__content h2,
.home-final-cta__content p,
.home-final-cta .home-section__eyebrow {
	color: #0f1d36;
}

.home-final-cta__content p {
	color: rgba(18, 35, 63, 0.74);
}

.home-final-cta__mesh {
	opacity: 0.2;
}

/* Refinement pass */

.home-hero__grid {
	display: flex;
	justify-content: center;
}

.home-hero__content {
	align-items: center;
	justify-items: center;
	max-width: 960px;
}

.home-hero__title {
	max-width: 980px;
}

.home-hero__title-line,
.home-hero__title-line .reveal {
	width: 100%;
}

.home-projects {
	background: #ffffff;
}

.home-projects::before {
	background:
		radial-gradient(circle at 14% 18%, rgba(19, 200, 214, 0.08), transparent 22%),
		radial-gradient(circle at 86% 24%, rgba(142, 123, 245, 0.06), transparent 22%);
	content: "";
	inset: 0;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
}

.home-process__grid {
	align-items: start;
	gap: 56px;
}

.home-process__steps {
	gap: 18px;
	padding-left: 0;
}

.home-process__steps::before,
.home-process__steps::after {
	content: none;
}

.home-process__step {
	align-items: start;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 253, 0.96)),
		radial-gradient(circle at top right, rgba(19, 200, 214, 0.06), transparent 28%);
	border: 1px solid rgba(18, 35, 63, 0.08);
	border-radius: 30px;
	box-shadow: 0 24px 54px rgba(20, 43, 73, 0.1);
	display: grid;
	gap: 16px;
	grid-template-columns: 56px 1fr;
	padding: 26px 24px;
}

.home-process__step:hover,
.home-process__step:focus-within {
	box-shadow: 0 34px 66px rgba(20, 43, 73, 0.14);
	transform: translateY(-4px);
}

.home-process__marker {
	left: auto;
	position: relative;
	top: auto;
}

.home-process__step-copy {
	gap: 8px;
	padding-top: 4px;
}

.home-process__step-copy p {
	color: rgba(18, 35, 63, 0.74);
	margin: 0;
}

@media (max-width: 860px) {
	.home-hero__content,
	.home-hero__title {
		max-width: 100%;
	}

	.home-process__step {
		grid-template-columns: 48px 1fr;
		padding: 22px 20px;
	}
}

@media (max-width: 640px) {
	.home-process__step {
		grid-template-columns: 1fr;
	}
}
