.site-main--home .home-what-contact-section {
	position: relative;
	overflow: hidden;
	padding: 92px 0 98px;
	background:
		radial-gradient(circle at 8% 16%, rgba(6, 216, 137, 0.045), transparent 18%),
		radial-gradient(circle at 92% 70%, rgba(6, 216, 137, 0.045), transparent 20%),
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.01) 0,
			rgba(255, 255, 255, 0.01) 1px,
			transparent 1px,
			transparent 22px
		),
		linear-gradient(180deg, #04080c 0%, #050912 100%);
}

.site-main--home .home-what-contact-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2)),
		radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.018), transparent 24%);
	pointer-events: none;
}

.site-main--home .home-what-contact-section__container {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 48px), 1390px);
	margin-inline: auto;
}

.site-main--home .home-what-contact-section__what {
	position: relative;
	padding-bottom: 88px;
}

.site-main--home .home-what-contact-section__header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 108px;
	margin-bottom: 52px;
	text-align: center;
	isolation: isolate;
}

.site-main--home .home-what-contact-section__shadow-title {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100%;
	transform: translate(-50%, -52%);
	color: rgba(6, 216, 137, 0.035);
	font-size: clamp(4.4rem, 8vw, 8.6rem);
	font-weight: 800;
	line-height: 0.82;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.site-main--home .home-what-contact-section__eyebrow,
.site-main--home .home-what-contact-section__header h2 {
	position: relative;
	z-index: 2;
}

.site-main--home .home-what-contact-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 14px;
	margin-bottom: 15px;
	border: 1px solid rgba(6, 216, 137, 0.26);
	border-radius: 8px;
	background: rgba(6, 216, 137, 0.045);
	color: var(--agency-color-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.site-main--home .home-what-contact-section__creative-label,
.site-main--home .home-what-contact-section__contact-eyebrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 30px;
	color: var(--agency-color-accent);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: none;
}

.site-main--home .home-what-contact-section__creative-label::before,
.site-main--home .home-what-contact-section__contact-eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 1px;
	transform: translateY(-50%);
	background: var(--agency-color-accent);
	box-shadow: 0 0 12px rgba(6, 216, 137, 0.32);
}

.site-main--home .home-what-contact-section__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 4.1vw, 4.2rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.site-main--home .home-what-contact-section__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 76px;
}

.site-main--home .home-what-contact-feature {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 22px;
	min-height: 196px;
	padding: 28px 28px 30px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 0;
	background:
		radial-gradient(circle at 88% 18%, rgba(6, 216, 137, 0.085), transparent 28%),
		linear-gradient(135deg, rgba(9, 13, 19, 0.96) 0%, rgba(4, 8, 12, 0.98) 100%);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
	transition:
		border-color 0.35s ease,
		transform 0.35s ease,
		background-color 0.35s ease;
}

.site-main--home .home-what-contact-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(6, 216, 137, 0.04), transparent 44%),
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.01) 0,
			rgba(255, 255, 255, 0.01) 1px,
			transparent 1px,
			transparent 18px
		);
	opacity: 0.72;
	pointer-events: none;
}

.site-main--home .home-what-contact-feature::after {
	content: "";
	position: absolute;
	right: -88px;
	bottom: -70px;
	z-index: 1;
	width: 230px;
	height: 182px;
	background:
		radial-gradient(
			circle at 38% 55%,
			rgba(6, 216, 137, 0.13) 0%,
			rgba(6, 216, 137, 0.12) 42%,
			transparent 43%
		),
		radial-gradient(
			circle at 76% 59%,
			rgba(6, 216, 137, 0.17) 0%,
			rgba(6, 216, 137, 0.14) 44%,
			transparent 45%
		);
	opacity: 0.95;
	pointer-events: none;
	transform: scale(1);
	transition:
		transform 0.35s ease,
		opacity 0.35s ease;
}

.site-main--home .home-what-contact-feature:hover {
	border-color: rgba(6, 216, 137, 0.22);
	transform: translateY(-4px);
}

.site-main--home .home-what-contact-feature:hover::after {
	transform: scale(1.04);
	opacity: 1;
}

.site-main--home .home-what-contact-feature__icon,
.site-main--home .home-what-contact-feature__content {
	position: relative;
	z-index: 2;
}

.site-main--home .home-what-contact-feature__icon {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 72px;
	height: 72px;
}

.site-main--home .home-what-contact-feature__icon-mask {
	display: block;
	width: 56px;
	height: 56px;
	background-color: var(--agency-color-accent);
	-webkit-mask-image: var(--feature-icon);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: var(--feature-icon);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	filter: drop-shadow(0 0 12px rgba(6, 216, 137, 0.2));
	transition:
		transform 0.35s ease,
		filter 0.35s ease,
		opacity 0.35s ease;
}

.site-main--home .home-what-contact-feature:hover .home-what-contact-feature__icon-mask {
	transform: translateY(-2px);
	filter: drop-shadow(0 0 12px rgba(6, 216, 137, 0.35));
}

.site-main--home .home-what-contact-feature__label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 13px;
	color: var(--agency-color-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
}

.site-main--home .home-what-contact-feature__label::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--agency-color-accent);
	box-shadow: 0 0 12px rgba(6, 216, 137, 0.3);
}

.site-main--home .home-what-contact-feature__title {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.site-main--home .home-what-contact-feature__text {
	max-width: 420px;
	margin: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.82;
	letter-spacing: 0.01em;
}

.site-main--home .home-what-contact-section__creative {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
	gap: 66px;
	align-items: center;
	margin-bottom: 0;
}

.site-main--home .home-what-contact-section__creative::before {
	content: "";
	position: absolute;
	left: 30px;
	top: -28px;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(6, 216, 137, 0.12);
	background: rgba(6, 216, 137, 0.035);
	pointer-events: none;
}

.site-main--home .home-what-contact-section__creative-media {
	position: relative;
	z-index: 2;
	max-width: 560px;
	width: 100%;
	overflow: hidden;
	background: #071017;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.site-main--home .home-what-contact-section__creative-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 8, 12, 0.18), transparent 42%),
		radial-gradient(circle at 82% 82%, rgba(6, 216, 137, 0.16), transparent 28%);
	pointer-events: none;
}

.site-main--home .home-what-contact-section__creative-media img {
	display: block;
	width: 100%;
	height: auto;
	filter: saturate(0.88) contrast(1.02) brightness(0.86);
}

.site-main--home .home-what-contact-section__creative-content {
	position: relative;
	z-index: 2;
	padding-top: 0;
}

.site-main--home .home-what-contact-section__creative-label {
	margin-bottom: 18px;
}

.site-main--home .home-what-contact-section__creative-title {
	max-width: 720px;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: clamp(2.4rem, 4vw, 4.4rem);
	font-weight: 800;
	line-height: 1.13;
	letter-spacing: -0.045em;
	text-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
}

.site-main--home .home-what-contact-section__creative-text {
	max-width: 720px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.site-main--home .home-what-contact-section__creative-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-main--home .home-what-contact-section__creative-points li {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 34px;
}

.site-main--home .home-what-contact-section__point-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	background-color: var(--agency-color-accent);
	-webkit-mask-image: var(--feature-bullet-icon);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: var(--feature-bullet-icon);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	filter: drop-shadow(0 0 8px rgba(6, 216, 137, 0.35));
}

.site-main--home .home-what-contact-section__point-icon--fallback {
	border-radius: 50%;
	background-color: var(--agency-color-accent);
	-webkit-mask-image: none;
	mask-image: none;
}

.site-main--home .home-what-contact-section__point-text {
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

.site-main--home .home-what-contact-section__contact {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 58px;
	align-items: start;
	padding-top: 84px;
	border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.site-main--home .home-what-contact-section__contact-copy,
.site-main--home .home-what-contact-section__form-wrap {
	position: relative;
	z-index: 2;
}

.site-main--home .home-what-contact-section__contact-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 28px;
	isolation: isolate;
}

.site-main--home .home-what-contact-section__contact-shadow {
	position: absolute;
	left: -7px;
	top: 37px;
	z-index: 1;
	color: rgba(6, 216, 137, 0.035);
	font-size: clamp(4rem, 7vw, 7.6rem);
	font-weight: 800;
	line-height: 0.82;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.site-main--home .home-what-contact-section__contact-eyebrow,
.site-main--home .home-what-contact-section__contact-header h2 {
	position: relative;
	z-index: 2;
}

.site-main--home .home-what-contact-section__contact-eyebrow {
	margin-bottom: 16px;
}

.site-main--home .home-what-contact-section__contact-header h2 {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.45rem, 4.1vw, 4.3rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.site-main--home .home-what-contact-section__contact-text {
	max-width: 520px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.site-main--home .home-what-contact-section__phone-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 30px;
	margin-bottom: 42px;
	border: 1px solid var(--agency-color-accent);
	background: transparent;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.01em;
	transition:
		background-color 0.35s ease,
		color 0.35s ease,
		border-color 0.35s ease,
		transform 0.35s ease;
}

.site-main--home .home-what-contact-section__phone-cta:hover,
.site-main--home .home-what-contact-section__phone-cta:focus {
	background-color: var(--agency-color-accent);
	color: #07110f;
	transform: translateY(-2px);
}

.site-main--home .home-what-contact-section__accordion {
	max-width: 540px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-main--home .home-what-contact-section__accordion-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-main--home .home-what-contact-section__accordion-item summary {
	position: relative;
	display: flex;
	align-items: center;
	padding: 18px 26px 18px 0;
	cursor: pointer;
	list-style: none;
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: -0.025em;
}

.site-main--home .home-what-contact-section__accordion-item summary::-webkit-details-marker {
	display: none;
}

.site-main--home .home-what-contact-section__accordion-item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #d8dde7;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.site-main--home .home-what-contact-section__accordion-item[open] summary {
	color: var(--agency-color-accent);
}

.site-main--home .home-what-contact-section__accordion-item[open] summary::after {
	content: "−";
}

.site-main--home .home-what-contact-section__accordion-content {
	padding: 0 0 22px;
}

.site-main--home .home-what-contact-section__accordion-content p {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.01em;
}

.site-main--home .home-what-contact-section__form-card {
	position: relative;
	overflow: hidden;
	padding: 34px 32px 30px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 8px;
	background:
		radial-gradient(circle at 86% 88%, rgba(6, 216, 137, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(15, 20, 28, 0.95) 0%, rgba(10, 15, 21, 0.95) 100%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.site-main--home .home-what-contact-section__form-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 216, 137, 0.035), transparent 38%),
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.01) 0,
			rgba(255, 255, 255, 0.01) 1px,
			transparent 1px,
			transparent 18px
		);
	pointer-events: none;
}

.site-main--home .home-what-contact-section__form-title,
.site-main--home .home-what-contact-section__form {
	position: relative;
	z-index: 2;
}

.site-main--home .home-what-contact-section__form-title {
	margin: 0 0 26px;
	text-align: center;
	color: #ffffff;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.site-main--home .home-what-contact-section__form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.site-main--home .home-what-contact-section__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.site-main--home .home-what-contact-section__field label {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.site-main--home .home-what-contact-section__field input,
.site-main--home .home-what-contact-section__field textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.035);
	border-radius: 4px;
	padding: 13px 14px;
	color: #ffffff;
	font: inherit;
	outline: none;
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease,
		box-shadow 0.3s ease;
}

.site-main--home .home-what-contact-section__field input:focus,
.site-main--home .home-what-contact-section__field textarea:focus {
	border-color: rgba(6, 216, 137, 0.55);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 0 0 3px rgba(6, 216, 137, 0.06);
}

.site-main--home .home-what-contact-section__field textarea {
	min-height: 136px;
	resize: vertical;
}

.site-main--home .home-what-contact-section__submit {
	min-width: 132px;
	align-self: flex-start;
}

/* One-time entrance animation */
.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__header,
.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-feature,
.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__creative-media,
.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__creative-content,
.has-home-scroll-animations .site-main--home .home-what-contact-section__contact .home-what-contact-section__contact-copy,
.has-home-scroll-animations .site-main--home .home-what-contact-section__contact .home-what-contact-section__form-wrap {
	opacity: 0;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__header {
	transform: translate3d(0, 30px, 0);
}

.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-feature {
	transform: translate3d(0, 32px, 0);
}

.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__creative-media {
	transform: translate3d(-38px, 34px, 0);
}

.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__creative-content {
	transform: translate3d(38px, 34px, 0);
}

.has-home-scroll-animations .site-main--home .home-what-contact-section__contact .home-what-contact-section__contact-copy {
	transform: translate3d(-34px, 34px, 0);
}

.has-home-scroll-animations .site-main--home .home-what-contact-section__contact .home-what-contact-section__form-wrap {
	transform: translate3d(34px, 34px, 0);
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-section__header {
	animation: homeWhatFadeUp 0.76s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-feature {
	animation: homeWhatFadeUp 0.74s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-feature:nth-child(1) {
	animation-delay: 0.1s;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-feature:nth-child(2) {
	animation-delay: 0.18s;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-feature:nth-child(3) {
	animation-delay: 0.26s;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-section__creative-media {
	animation: homeWhatFadeLeft 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section.is-in-view .home-what-contact-section__creative-content {
	animation: homeWhatFadeRight 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.36s forwards;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section__contact.is-in-view .home-what-contact-section__contact-copy {
	animation: homeWhatFadeLeft 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.has-home-scroll-animations .site-main--home .home-what-contact-section__contact.is-in-view .home-what-contact-section__form-wrap {
	animation: homeWhatFadeRight 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

@keyframes homeWhatFadeUp {
	from {
		opacity: 0;
		transform: translate3d(0, 32px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes homeWhatFadeLeft {
	from {
		opacity: 0;
		transform: translate3d(-38px, 34px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes homeWhatFadeRight {
	from {
		opacity: 0;
		transform: translate3d(38px, 34px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__header,
	.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-feature,
	.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__creative-media,
	.has-home-scroll-animations .site-main--home .home-what-contact-section .home-what-contact-section__creative-content,
	.has-home-scroll-animations .site-main--home .home-what-contact-section__contact .home-what-contact-section__contact-copy,
	.has-home-scroll-animations .site-main--home .home-what-contact-section__contact .home-what-contact-section__form-wrap {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

@media (max-width: 1199px) {
	.site-main--home .home-what-contact-section__container {
		width: min(calc(100% - 40px), 1200px);
	}

	.site-main--home .home-what-contact-section__features {
		gap: 18px;
	}

	.site-main--home .home-what-contact-feature {
		grid-template-columns: 1fr;
		min-height: 220px;
	}

	.site-main--home .home-what-contact-feature::after {
		right: -78px;
		bottom: -62px;
		width: 208px;
		height: 166px;
	}

	.site-main--home .home-what-contact-section__creative {
		grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
		gap: 44px;
	}

	.site-main--home .home-what-contact-section__creative-media {
		max-width: 500px;
	}

	.site-main--home .home-what-contact-section__contact {
		gap: 38px;
	}
}

@media (max-width: 991px) {
	.site-main--home .home-what-contact-section {
		padding: 78px 0 82px;
	}

	.site-main--home .home-what-contact-section__container {
		width: min(calc(100% - 32px), 960px);
	}

	.site-main--home .home-what-contact-section__shadow-title,
	.site-main--home .home-what-contact-section__contact-shadow {
		display: none;
	}

	.site-main--home .home-what-contact-section__header {
		min-height: auto;
		margin-bottom: 34px;
	}

	.site-main--home .home-what-contact-section__features,
	.site-main--home .home-what-contact-section__creative,
	.site-main--home .home-what-contact-section__contact {
		grid-template-columns: 1fr;
	}

	.site-main--home .home-what-contact-section__features {
		gap: 20px;
		margin-bottom: 58px;
	}

	.site-main--home .home-what-contact-feature {
		grid-template-columns: 72px minmax(0, 1fr);
		min-height: auto;
	}

	.site-main--home .home-what-contact-feature::after {
		right: -82px;
		bottom: -66px;
		width: 220px;
		height: 176px;
	}

	.site-main--home .home-what-contact-section__creative {
		gap: 34px;
	}

	.site-main--home .home-what-contact-section__creative-media {
		max-width: none;
	}

	.site-main--home .home-what-contact-section__contact {
		padding-top: 70px;
	}

	.site-main--home .home-what-contact-section__accordion {
		max-width: none;
	}

	.site-main--home .home-what-contact-section__form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.site-main--home .home-what-contact-section {
		padding: 62px 0 66px;
	}

	.site-main--home .home-what-contact-section__container {
		width: min(calc(100% - 24px), 100%);
	}

	.site-main--home .home-what-contact-section__what {
		padding-bottom: 62px;
	}

	.site-main--home .home-what-contact-section__eyebrow {
		min-height: 32px;
		padding: 7px 12px;
		font-size: 10px;
	}

	.site-main--home .home-what-contact-section__creative-label,
	.site-main--home .home-what-contact-section__contact-eyebrow {
		font-size: 12px;
	}

	.site-main--home .home-what-contact-section__header h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.site-main--home .home-what-contact-section__features {
		margin-bottom: 50px;
	}

	.site-main--home .home-what-contact-feature {
		grid-template-columns: 1fr;
		padding: 24px 22px;
	}

	.site-main--home .home-what-contact-feature::after {
		right: -56px;
		bottom: -48px;
		width: 164px;
		height: 132px;
	}

	.site-main--home .home-what-contact-feature__icon {
		width: 58px;
		height: 58px;
	}

	.site-main--home .home-what-contact-feature__icon-mask {
		width: 48px;
		height: 48px;
	}

	.site-main--home .home-what-contact-feature__title {
		font-size: 24px;
	}

	.site-main--home .home-what-contact-section__creative-title,
	.site-main--home .home-what-contact-section__contact-header h2 {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.site-main--home .home-what-contact-section__creative-points {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.site-main--home .home-what-contact-section__contact {
		padding-top: 58px;
	}

	.site-main--home .home-what-contact-section__phone-cta {
		width: 100%;
		font-size: 16px;
		text-align: center;
	}

	.site-main--home .home-what-contact-section__accordion-item summary {
		font-size: 20px;
	}

	.site-main--home .home-what-contact-section__form-card {
		padding: 28px 20px 24px;
	}

	.site-main--home .home-what-contact-section__form-title {
		font-size: 24px;
	}
}