.hero--homev2 {
	background-color: #2E2555;
	min-height: 38rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding-top: 4rem;
	background-image: url('../images/homev2/section-1-bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.hero--homev2::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #2E2555;
	opacity: 0.45;
	z-index: -1;
	pointer-events: none;
}

.hero--homev2 .hero--homev2__title { color: #EA3E9C !important; }
.hero--homev2 .hero--homev2__main-heading,
.hero--homev2 .hero--homev2__rotating-word { color: #FFFFFF !important; }
.hero--homev2 .hero--homev2__subheading,
.hero--homev2 .hero--homev2__subheading * { color: #FFFFFF !important; }
.hero--homev2 .hero--homev2__cta { color: #FFFFFF !important; background-color: #DA1884 !important; }

.hero--homev2__wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 90rem;
	min-height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding: 3.125rem 1.875rem;
	gap: 2.1875rem;
	position: relative;
	z-index: 1;
}

.hero--homev2__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.1875rem;
	max-width: 22.5625rem;
	margin: 0 auto;
}

.hero--homev2__text-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	width: 100%;
}

.hero--homev2__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #EA3E9C;
	margin: 0;
	text-align: center;
}

.hero--homev2__heading-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3125rem;
	width: 100%;
}

.hero--homev2__main-heading {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.375rem;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}

.hero--homev2__highlight {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 0.1875rem;
	background: rgba(218, 24, 132, 0.75);
}

.hero--homev2__rotating-word {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.375rem;
	color: #FFFFFF;
}

.hero--homev2__subheading {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	letter-spacing: 0.0125rem;
	color: #FFFFFF;
}

.hero--homev2__subheading p {
	margin: 0;
}

.hero--homev2__cta {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0.375rem 0.9375rem;
	width: 13.5rem;
	height: 3.125rem;
	background: #DA1884;
	border-radius: 0.375rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.1875rem;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	box-sizing: border-box;
}

.hero--homev2__cta:hover {
	color: #FFFFFF;
	opacity: 0.9;
}

.hero--homev2__image-col {
	width: 100%;
	max-width: 23.75rem;
}

.hero--homev2__image-wrapper {
	position: relative;
	width: 100%;
	height: 17.5rem;
	overflow: hidden;
	border-radius: 0.625rem;
}

.hero--homev2__image-wrapper picture,
.hero--homev2__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero--homev2__bg {
	display: none;
}

.hero--homev2__bg-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.hero--homev2__rotating-word {
	transition: opacity 0.35s ease-in-out;
}

.hero--homev2__rotating-word.is-changing {
	opacity: 0;
	transition: opacity 0.15s ease-in;
}

@media (min-width: 640px) {
	.hero--homev2__wrapper {
		padding: 3.125rem 1.875rem;
	}
	.hero--homev2__content {
		max-width: 100%;
	}
}

@media (min-width: 960px) {
	.hero--homev2 {
		min-height: 46.25rem;
		padding-top: 5.375rem;
	}

	.hero--homev2__wrapper {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0;
		gap: 1.875rem;
	}

	.hero--homev2__content {
		flex-direction: row;
		align-items: center;
		max-width: 90rem;
		width: 100%;
		gap: 1.875rem;
		margin: 0 auto;
	}

	.hero--homev2__text {
		flex: none;
		width: 47.875rem;
		max-width: calc(100% - 40.25rem - 1.875rem);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 3.125rem 0 3.125rem 6.25rem;
	}

	.hero--homev2__text-inner {
		align-items: flex-start;
		text-align: left;
		max-width: 37.6875rem;
		gap: 1.875rem;
	}

	.hero--homev2__title {
		font-family: 'Uni Neue', sans-serif;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.6875rem;
		text-align: left;
		color: #EA3E9C;
	}

	.hero--homev2__heading-row {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.625rem;
	}

	.hero--homev2__main-heading {
		font-weight: 700;
		font-size: 2.75rem;
		line-height: 3.6875rem;
		text-align: left;
	}

	.hero--homev2__rotating-word {
		font-weight: 700;
		font-size: 2.75rem;
		line-height: 3.6875rem;
	}

	.hero--homev2__subheading {
		font-size: 1.125rem;
		line-height: 1.6875rem;
		text-align: left;
	}

	.hero--homev2__image-col {
		flex: none;
		width: 40.25rem;
		max-width: 40.25rem;
		height: auto;
	}

	.hero--homev2__image-wrapper {
		width: 100%;
		height: auto;
	}

	.hero--homev2__bg {
		display: block;
		position: absolute;
		top: 4rem;
		right: 0;
		bottom: 0;
		width: 40.25rem;
		z-index: 0;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.hero--homev2 {
		min-height: 50rem;
	}
}
/* .homev2-logos__* moved to global.css for reuse on pricing page (synced logos). */
.homev2-features {
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3.75rem 1.875rem;
	gap: 2.1875rem;
	overflow: visible;
}

.homev2-features__inner {
	width: 100%;
	max-width: 77.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6.25rem;
}

.homev2-features__block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.625rem;
	width: 100%;
	overflow: visible;
	position: relative;
}

.homev2-features__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.625rem;
}

.homev2-features__section-label {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #DA1884;
}

.homev2-features__section-title {
	margin: 0;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 2.1875rem;
	color: #333333;
}

.homev2-features__section-desc {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #787878;
}

.homev2-features__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	width: 100%;
}

.homev2-features__tiles {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.homev2-features__tile {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.25rem;
	gap: 0.625rem;
	background: #FFFFFF;
	border: 2px solid #F5F5F5;
	border-radius: 0.75rem;
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.homev2-features__tile--active {
	border-color: #DA1884;
}

.homev2-features__tile-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	width: 100%;
}

.homev2-features__tile-icon-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.3125rem;
	background: #FCE8F3;
	border-radius: 0.5rem;
	flex-shrink: 0;
}

.homev2-features__tile-icon {
	width: 1.25rem;
	height: 1.25rem;
	object-fit: contain;
}

.homev2-features__tile-title {
	margin: 0;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #333333;
	flex: 1;
}

.homev2-features__tile-chevron {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
	border-right: 0.09375rem solid #DA1884;
	border-bottom: 0.09375rem solid #DA1884;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.homev2-features__tile--expanded .homev2-features__tile-chevron {
	transform: rotate(-135deg);
}

.homev2-features__tile-body {
	display: none;
	width: 100%;
	flex-direction: column;
	gap: 0.625rem;
	padding-left: 3.125rem;
}

.homev2-features__tile--expanded .homev2-features__tile-body {
	display: flex;
}

.homev2-features__tile-desc {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #333333;
}

.homev2-features__tile-image-wrap {
	display: none;
	width: 100%;
	margin: 0.5rem 0;
}

.homev2-features__tile-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.375rem;
}

.homev2-features__learn-more {
	align-self: flex-start;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #333333;
	text-decoration: none;
}

.homev2-features__learn-more:hover {
	color: #DA1884;
}

.homev2-features__visual {
	display: none;
	width: 100%;
}

.homev2-features__visual-inner {
	width: 100%;
	position: relative;
}

.homev2-features__visual-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.375rem;
	transition: opacity 0.2s ease;
}

.homev2-features__visual-img.is-loading {
	opacity: 0.3;
}

.homev2-features__visual-loader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.5rem;
	height: 2.5rem;
	z-index: 2;
}

.homev2-features__visual-loader.is-loading {
	display: inline-block;
}

.homev2-features__visual-loader div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 2rem;
	height: 2rem;
	margin: 0.25rem;
	border: 0.25rem solid #DA1884;
	border-radius: 50%;
	animation: homev2-features-spin 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #DA1884 transparent transparent transparent;
}

.homev2-features__visual-loader div:nth-child(1) { animation-delay: -0.45s; }
.homev2-features__visual-loader div:nth-child(2) { animation-delay: -0.3s; }
.homev2-features__visual-loader div:nth-child(3) { animation-delay: -0.15s; }

@keyframes homev2-features-spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (max-width: 639px) {
	/* Hide all decorative images on mobile */
	.homev2-features__visual,
	.homev2-features__tile-image-wrap {
		display: none !important;
	}

	/* Smaller icons on mobile */
	.homev2-features__tile-icon-wrap {
		width: 2rem;
		height: 2rem;
		padding: 0.25rem;
	}

	.homev2-features__tile-icon {
		width: 1rem;
		height: 1rem;
	}

	/* Reduce gap between feature blocks */
	.homev2-features__inner {
		gap: 3rem;
	}

	/* Smaller chevron on mobile, centered vertically */
	.homev2-features__tile-chevron {
		width: 0.625rem;
		height: 0.625rem;
		align-self: center;
		flex-shrink: 0;
	}
}

@media (min-width: 640px) {
	.homev2-features__tile-body {
		display: flex;
	}

	.homev2-features__tile-chevron {
		display: none;
	}

	.homev2-features__tile-head {
		align-items: flex-start;
	}

	.homev2-features__tile-icon-wrap {
		width: 2.5rem;
		height: 2.5rem;
	}

	.homev2-features__tile-icon {
		width: 1.25rem;
		height: 1.25rem;
	}

}

@media (min-width: 960px) {
	.homev2-features {
		padding: 5rem 6.25rem;
		gap: 6.25rem;
	}

	.homev2-features__block {
		gap: 1.875rem;
	}

	.homev2-features__section-title {
		font-size: 2.25rem;
		line-height: 3.25rem;
	}

	.homev2-features__section-desc {
		font-size: 1.625rem;
		line-height: 2.1875rem;
	}

	.homev2-features__content {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: 1.875rem;
		overflow: visible;
	}

	.homev2-features__block--image-right .homev2-features__tiles {
		order: 0;
		flex: 1;
		max-width: 48.75rem;
	}

	.homev2-features__block--image-right .homev2-features__visual {
		order: 1;
		flex: 0 0 26.875rem;
	}

	.homev2-features__block--image-left .homev2-features__tiles {
		order: 1;
		flex: 1;
		max-width: 48.75rem;
	}

	.homev2-features__block--image-left .homev2-features__visual {
		order: 0;
		flex: 0 0 26.875rem;
	}

	.homev2-features__visual {
		display: block;
		flex-shrink: 0;
		align-self: stretch;
	}

	.homev2-features__visual-inner {
		position: relative;
		top: 0;
		transition: top 0s;
	}

}
/* .homev2-banner__* moved to global.css for reuse on pricing page (sekcja przejściowa). */
.homev2-painpoints {
	padding: 3.75rem 1.875rem;
	gap: 0.625rem;
	background-color: #f7f7f7;
	background-image: url(../images/homev2/section-5-background.png);
	background-size: 100vw auto;
	background-repeat: no-repeat;
	background-position: center top 120px;
}

.homev2-painpoints__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.9375rem;
	max-width: 77.5rem;
	margin: 0 auto;
	width: 100%;
}

.homev2-painpoints__header {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	width: 100%;
}

.homev2-painpoints__label {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #DA1884;
	margin: 0;
}

.homev2-painpoints__title {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 2.1875rem;
	color: #333333;
	margin: 0;
}

.homev2-painpoints__row {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.homev2-painpoints__cards {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.homev2-painpoints__card {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F5F5F5;
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12);
	border-radius: 0.75rem;
	overflow: hidden;
}

.homev2-painpoints__card-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1.5625rem 1.25rem;
	gap: 0.625rem;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.homev2-painpoints__card-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	background: #FCE8F3;
	border-radius: 0.5rem;
	padding: 0.3125rem;
}

.homev2-painpoints__card-icon {
	width: 1.875rem;
	height: 1.875rem;
	object-fit: contain;
}

.homev2-painpoints__card-title {
	flex: 1;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #333333;
}

.homev2-painpoints__card-chevron {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.7;
	transition: transform 0.35s ease-out;
}

.homev2-painpoints__card--open .homev2-painpoints__card-chevron {
	transform: rotate(180deg);
}

.homev2-painpoints__card-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease-out;
	overflow: hidden;
	visibility: hidden;
}

.homev2-painpoints__card--open .homev2-painpoints__card-body {
	grid-template-rows: 1fr;
	visibility: visible;
}

.homev2-painpoints__card-body-inner {
	min-height: 0;
	overflow: hidden;
	padding: 0 1.25rem;
	transition: padding-top 0.35s ease-out, padding-bottom 0.35s ease-out;
}

.homev2-painpoints__card--open .homev2-painpoints__card-body-inner {
	padding-top: 0;
	padding-bottom: 1.5625rem;
}

.homev2-painpoints__card-body-inner:empty {
	padding: 0;
}

.homev2-painpoints__card-desc {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #333333;
	margin: 0 0 0 3.125rem;
}

.homev2-painpoints__video-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	max-height: 21.25rem;
	background: #201547;
	border-radius: 0.75rem;
	overflow: hidden;
}

.homev2-painpoints__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homev2-painpoints__video-poster-only {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.homev2-painpoints__video-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #201547;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.homev2-painpoints__video-wrap--playing .homev2-painpoints__video-overlay {
	opacity: 0;
	pointer-events: none;
}

.homev2-painpoints__video-more {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(32, 21, 71, 0.85);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.homev2-painpoints__video-more[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.homev2-painpoints__video-wrap--ended .homev2-painpoints__video-overlay {
	opacity: 0;
	pointer-events: none;
}

.homev2-painpoints__video-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	background: #DA1884;
	border-radius: 0.5rem;
	text-decoration: none;
	transition: opacity 0.2s;
}

.homev2-painpoints__video-more-btn:hover {
	color: #FFFFFF;
	opacity: 0.9;
}

.homev2-painpoints__play {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homev2-painpoints__play svg {
	width: 5rem;
	height: 5rem;
}

@media (min-width: 640px) {
	.homev2-painpoints__label {
		font-family: 'Uni Neue', sans-serif;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.6875rem;
	}

	.homev2-painpoints__title {
		font-weight: 700;
		font-size: 2.25rem;
		line-height: 3.25rem;
	}
}

@media (min-width: 960px) {
	.homev2-painpoints {
		padding: 6.25rem 1.25rem;
		gap: 0.625rem;
	}

	.homev2-painpoints__inner {
		gap: 3.4375rem;
	}

	.homev2-painpoints__row {
		flex-direction: row;
		align-items: flex-start;
		gap: 1.875rem;
	}

	.homev2-painpoints__cards {
		flex: 0 0 40rem;
		max-width: 40rem;
		gap: 1.25rem;
	}

	.homev2-painpoints__video-wrap {
		flex: 1 1 auto;
		min-width: 0;
		aspect-ratio: 510 / 339;
		max-height: none;
		max-width: none;
		align-self: center;
	}
}
.homev2-casestudies {
	background-color: #201547;
	padding: 3.75rem 1.875rem;
}

.homev2-casestudies__inner {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	max-width: 77.5rem;
	margin: 0 auto;
	width: 100%;
}

.homev2-casestudies__header {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0;
}

.homev2-casestudies__label {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.6875rem;
	color: #EA3E9C;
	margin: 0;
}

.homev2-casestudies__title {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 2.1875rem;
	color: #FFFFFF;
	margin: 0;
}

.homev2-casestudies__desc {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #FFFFFF;
	margin: 0;
}

.homev2-casestudies__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17.4375rem;
	height: 3.125rem;
	padding: 0 0.9375rem;
	background: #DA1884;
	border-radius: 0.375rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.1875rem;
	color: #FFFFFF;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity 0.2s;
}

.homev2-casestudies__cta:hover {
	color: #FFFFFF;
	opacity: 0.9;
}

.homev2-casestudies__slider-wrap {
	position: relative;
	width: 100%;
}

.homev2-casestudies__nav {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 2rem;
	height: 3rem;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	flex: none;
	order: 0;
	flex-grow: 0;
	align-items: center;
	justify-content: center;
}

.homev2-casestudies__nav--prev {
	left: -3.5rem;
}

.homev2-casestudies__nav--next {
	right: -3.5rem;
}

.homev2-casestudies__nav::after {
	content: '';
	display: block;
	width: 1.375rem;
	height: 1.375rem;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.homev2-casestudies__nav--prev::after {
	transform: rotate(45deg);
}

.homev2-casestudies__nav--next::after {
	transform: rotate(-135deg);
}

.homev2-casestudies__swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.homev2-casestudies__slide {
	height: auto;
}

.homev2-casestudies__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	overflow: hidden;
}

.homev2-casestudies__card-media {
	width: 100%;
	height: 11rem;
	background: #f5f5f5;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	box-sizing: border-box;
}

.homev2-casestudies__card-logo {
	max-width: 12.5rem;
	max-height: 12.5rem;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.homev2-casestudies__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 1.25rem;
	flex: 1;
}

.homev2-casestudies__card-title {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #333333;
	margin: 0;
}

.homev2-casestudies__card-industry {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #333333;
	margin: 0;
}

.homev2-casestudies__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.homev2-casestudies__metrics--count-1 .homev2-casestudies__metric {
	flex: 1 1 100%;
}

.homev2-casestudies__metrics--count-2 .homev2-casestudies__metric {
	flex: 1 1 0;
}

.homev2-casestudies__metrics--count-3 .homev2-casestudies__metric {
	flex: 1 1 0;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.homev2-casestudies__metric {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.9375rem 1.5625rem;
	background: linear-gradient(#ffffff, #ffffff) padding-box,
	            linear-gradient(135deg, #DA1884, #44499C) border-box;
	border: 0.125rem solid transparent;
	border-radius: 0.375rem;
	min-width: 0;
	flex: 1;
	box-sizing: border-box;
}

.homev2-casestudies__metric-value {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 2.1875rem;
	text-align: center;
	color: #DA1884;
}

.homev2-casestudies__metric-label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	text-align: center;
	color: #333333;
}

.homev2-casestudies__card-summary {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #333333;
	margin: 0;
}

.homev2-casestudies__read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #333333;
	text-decoration: none;
	margin-top: auto;
	transition: opacity 0.2s;
}

.homev2-casestudies__read-more:hover {
	opacity: 0.9;
}

.homev2-casestudies__read-more-arrow {
	flex-shrink: 0;
	color: #DA1884;
}

.homev2-casestudies__pagination {
	position: relative;
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0;
	gap: 2.5rem;
	width: 9.6875rem;
	height: 1.5625rem;
	flex: none;
	order: 2;
	flex-grow: 0;
	justify-content: center;
}

.homev2-casestudies__pagination.swiper-pagination .swiper-pagination-bullet {
	width: 1.5625rem;
	height: 1.5625rem;
	background: #44499C;
	opacity: 1;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0;
}

.homev2-casestudies__pagination.swiper-pagination .swiper-pagination-bullet-active {
	background: #DA1884;
}

@media (max-width: 639px) {
	.homev2-casestudies__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 0;
		gap: 1.25rem;
		width: auto;
		height: auto;
	}

	.homev2-casestudies__pagination.swiper-pagination .swiper-pagination-bullet {
		width: 1.25rem;
		height: 1.25rem;
		background: #FFFFFF;
		opacity: 0.5;
	}

	.homev2-casestudies__pagination.swiper-pagination .swiper-pagination-bullet-active {
		background: #FFFFFF;
		opacity: 1;
	}
}

@media (min-width: 640px) {
	.homev2-casestudies__header {
		gap: 1.25rem;
		padding: 0 3.875rem 0 0;
	}

	.homev2-casestudies__label {
		font-family: 'Uni Neue', sans-serif;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.6875rem;
	}

	.homev2-casestudies__title {
		font-weight: 700;
		font-size: 2.25rem;
		line-height: 3.25rem;
	}

	.homev2-casestudies__desc {
		font-size: 1.625rem;
		line-height: 2.1875rem;
	}
}

@media (min-width: 960px) {
	.homev2-casestudies {
		padding: 6.25rem 2.375rem;
	}

	.homev2-casestudies__header {
		padding: 0 3.875rem 0 0;
	}

	.homev2-casestudies__nav {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.homev2-fit {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 6.25rem 6.25rem;
	gap: 0.625rem;
}

.homev2-fit__inner {
	max-width: 77.5rem;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 3.125rem;
	gap: 1.25rem;
	background: #FFFFFF;
	border: 0.125rem solid #142E7B;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
}

.homev2-fit__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.625rem;
}

.homev2-fit__label {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #DA1884;
	margin: 0;
}

.homev2-fit__title {
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 3.25rem;
	color: #333333;
	margin: 0;
}

.homev2-fit__desc {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #333333;
	margin: 0;
}

.homev2-fit__cta-wrapper {
	margin-top: 1.25rem;
}

.homev2-fit__cta-wrapper--mobile {
	display: none;
}

.homev2-fit__cta-row {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.homev2-fit__cta-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #333333;
	white-space: nowrap;
}

.homev2-fit__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 11.3125rem;
	height: 3.125rem;
	padding: 0 0.9375rem;
	background: #DA1884;
	border-radius: 0.375rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.1875rem;
	color: #FFFFFF;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity 0.2s;
}

.homev2-fit__cta:hover {
	color: #FFFFFF;
	opacity: 0.9;
}

.homev2-fit__right {
	display: flex;
}

.homev2-fit__tiles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9375rem;
	width: 100%;
}

.homev2-fit__tile {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1.25rem 0.625rem;
	gap: 0.625rem;
	background: #FCFCFC;
	border: 0.125rem solid #142E7B;
	border-radius: 0.5rem;
	cursor: pointer;
}

.homev2-fit__tile-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #FCE8F3;
	border-radius: 0.5rem;
	flex-shrink: 0;
}

.homev2-fit__tile-icon {
	width: 1.875rem;
	height: 1.875rem;
	object-fit: contain;
}

.homev2-fit__tile-content {
	flex: 1;
}

.homev2-fit__tile-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #333333;
	margin: 0;
}

.homev2-fit__tooltip-toggle {
	border: none;
	background: none;
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	flex-shrink: 0;
}

.homev2-fit__tooltip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #F0F0F0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1;
	color: #8F8F8F;
}

.homev2-fit__tooltip {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 0.5rem;
	padding: 0.75rem 1rem;
	background: #201547;
	color: #FFFFFF;
	border-radius: 0.5rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.5rem);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 5;
}

.homev2-fit__tile--tooltip-open .homev2-fit__tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (min-width: 960px) {
	.homev2-fit__tile:hover .homev2-fit__tooltip,
	.homev2-fit__tile:focus-within .homev2-fit__tooltip {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.homev2-fit__tooltip-text {
	margin: 0;
}

@media (max-width: 639px) {
	.homev2-fit {
		padding: 2.5rem 1.25rem;
	}

	.homev2-fit__inner {
		padding: 1.25rem;
	}

	.homev2-fit__cta-row {
		flex-wrap: wrap;
	}

	.homev2-fit__cta {
		width: 100%;
	}

	.homev2-fit__cta-wrapper--desktop {
		display: none;
	}

	.homev2-fit__cta-wrapper--mobile {
		display: block;
		margin-top: 1.25rem;
	}
}

@media (min-width: 640px) {
	.homev2-fit {
		padding: 3.75rem 3.125rem;
	}
}

@media (min-width: 960px) {
	.homev2-fit {
		padding: 6.25rem 6.25rem;
	}

	.homev2-fit__inner {
		flex-direction: row;
		align-items: center;
		gap: 1.25rem;
	}

	.homev2-fit__left {
		flex: 0 0 29.875rem;
	}

	.homev2-fit__right {
		flex: 0 0 40.125rem;
	}

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

.homev2-integrations {
	background: #F5F5F5;
	padding: 4.25rem 1.875rem;
}

.homev2-integrations__inner {
	max-width: 77.5rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
	text-align: center;
}

.homev2-integrations__text {
	max-width: 64.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
}

.homev2-integrations__label {
	margin: 0;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #DA1884;
}

.homev2-integrations__title {
	margin: 0;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 3.25rem;
	color: #333333;
}

.homev2-integrations__desc {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #787878;
}

.homev2-integrations__cta-wrapper {
	margin-top: 1.25rem;
}

.homev2-integrations__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.3125rem 0.875rem;
	min-width: 11.3125rem;
	min-height: 3.125rem;
	border-radius: 0.375rem;
	border: 0.0625rem solid #DA1884;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.1875rem;
	color: #DA1884;
	text-decoration: none;
	transition: opacity 0.2s;
}

.homev2-integrations__cta:hover {
	color: #DA1884;
	opacity: 0.9;
}

.homev2-integrations__list {
	width: 100%;
	padding: 0.75rem 0;
}

/* Grid layout when Swiper is NOT initialized (<= 6 integracji) */
.homev2-integrations__list.swiper:not(.swiper-initialized) .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	justify-content: center;
	justify-items: center;
}

.homev2-integrations__list.swiper:not(.swiper-initialized) .swiper-slide {
	width: 100%;
}

.homev2-integrations__item {
	display: flex;
	justify-content: center;
}

.homev2-integrations__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.homev2-integrations__card {
	background: #FFFFFF;
	border-radius: 0.625rem;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	padding: 1.25rem 1.875rem;
	min-width: 12rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
}

.homev2-integrations__logo-wrap {
	width: 4.0625rem;
	height: 4.0625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homev2-integrations__logo {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.homev2-integrations__name {
	margin: 0;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #333333;
}

.homev2-integrations__more {
	margin: 1.25rem 0 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.3125rem;
	color: #787878;
}

@media (max-width: 959.98px) {
	.homev2-integrations__list {
		max-width: 25.125rem;
		margin-left: auto;
		margin-right: auto;
	}

	.homev2-integrations__card {
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (min-width: 640px) {
	.homev2-integrations {
		padding: 4.75rem 3.125rem;
	}
}

@media (min-width: 960px) {
	.homev2-integrations {
		padding: 6.25rem 6.25rem;
	}

	.homev2-integrations__inner {
		gap: 3.125rem;
	}

	.homev2-integrations__list.swiper:not(.swiper-initialized) .swiper-wrapper {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.homev2-support {
	background: #FFFFFF;
	padding: 3.75rem 1.875rem;
}

.homev2-support__inner {
	max-width: 77.5rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
}

.homev2-support__header {
	max-width: 64.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
}

.homev2-support__body {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.homev2-support__label {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #DA1884;
}

.homev2-support__title {
	margin: 0;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 2.1875rem;
	color: #333333;
}

.homev2-support__desc {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #787878;
}

.homev2-support__tabs {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.875rem;
}

.homev2-support__tab {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0.75rem;
	margin: 0;
	border: 0;
	background: none;
	appearance: none;
	-webkit-appearance: none;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #787878;
}

.homev2-support__tab-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-height: 2.5rem;
}

.homev2-support__tab-logo img {
	max-height: 2.5rem;
	width: 100%;
	height: auto;
	display: block;
}

.homev2-support__tab-text {
	display: inline-block;
}

.homev2-support__tab-mobile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.homev2-support__tab--left.is-active,
.homev2-support__tab--right.is-active {
	color: #333333;
}

@media (max-width: 959px) {
	.homev2-support__tab {
		background: rgba(51, 51, 51, 0.06);
		border-radius: 0.5rem;
		padding: 0.625rem 0.75rem;
		border: 2px solid transparent;
		transition: background 0.2s ease, border-color 0.2s ease;
		cursor: pointer;
	}

	.homev2-support__tab--left.is-active,
	.homev2-support__tab--right.is-active {
		background: rgba(218, 24, 132, 0.08);
		border-color: #DA1884;
		color: #333333;
	}
}

@media (min-width: 960px) {
	.homev2-support__tab-mobile {
		display: none;
	}
}

.homev2-support__columns-wrapper {
	width: 100%;
}

.homev2-support__columns-inner {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.homev2-support__column {
	max-width: 100%;
	width: 100%;
	margin: 0;
	border-radius: 1rem;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.homev2-support__column {
	display: none;
}

.homev2-support__column.is-active {
	display: flex;
}

.homev2-support__column--left {
	background: #2E2555;
	color: #FFFFFF;
}

.homev2-support__column--right {
	background: #FFFFFF;
}

.homev2-support__column-title {
	margin: 0 0 0.75rem;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #FFFFFF;
}

.homev2-support__column--right .homev2-support__column-title {
	color: #333333;
}

.homev2-support__items {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
	flex: 1;
	box-sizing: border-box;
}

.homev2-support__item {
	border-radius: 0.75rem;
	display: flex;
}

.homev2-support__column--left .homev2-support__item {
	background: #201547;
}

.homev2-support__column--right .homev2-support__item {
	background: #F5F5F5;
}

.homev2-support__item-inner {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}

.homev2-support__item-icon {
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.homev2-support__item-icon-img {
	max-width: 2.125rem;
	max-height: 2.125rem;
	object-fit: contain;
}

.homev2-support__item-body {
	flex: 1 1 auto;
}

.homev2-support__item-title {
	margin: 0 0 0.3125rem;
	font-family: 'Uni Neue', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	color: #FFFFFF;
}

.homev2-support__column--right .homev2-support__item-title {
	color: #333333;
}

.homev2-support__item-desc {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}

.homev2-support__column--right .homev2-support__item-desc {
	color: #333333;
}

.homev2-support__testimonial {
	width: 100%;
	margin-top: 2rem;
	background: #FFFFFF;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
}

.homev2-support__testimonial-swiper {
	width: 100%;
	box-sizing: border-box;
	padding: 3.5rem 1.5rem 3.5rem;
}

.homev2-support__testimonial-slide {
	display: flex;
	justify-content: center;
}

.homev2-support__testimonial-inner {
	max-width: 77.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 2.1875rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.homev2-support__testimonial-logo-wrap {
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homev2-support__testimonial-logo {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.homev2-support__testimonial-meta {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

.homev2-support__testimonial-meta-text {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.homev2-support__testimonial-company {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #333333;
}

.homev2-support__testimonial-person {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: #787878;
}

.homev2-support__testimonial-content {
	position: relative;
	margin-top: 0.75rem;
}

.homev2-support__testimonial-text {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6875rem;
	color: #333333;
	text-align: left;
}

.homev2-support__testimonial-quote {
	position: absolute;
	display: block;
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.homev2-support__testimonial-quote--left {
	top: -1.5rem;
	left: 0;
}

.homev2-support__testimonial-quote--right {
	right: 0;
	bottom: -1.5rem;
}

.homev2-support__testimonial-author {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.5rem;
	letter-spacing: 0.0125rem;
	color: #333333;
}

@media (min-width: 640px) {
	.homev2-support {
		padding: 3.75rem 3.125rem;
	}
}

@media (min-width: 960px) {
	.homev2-support {
		padding: 3.125rem 6.25rem 6.25rem;
	}

	.homev2-support__inner {
		gap: 4.0625rem;
	}

	.homev2-support__title {
		font-size: 2.25rem;
		line-height: 3.25rem;
	}

	.homev2-support__columns-inner {
		flex-direction: row;
		gap: 1.875rem;
	}

	.homev2-support__column {
		display: flex;
		max-width: none;
		width: 50%;
	}

	.homev2-support__item {
		flex: 1;
	}

	.homev2-support__testimonial-inner {
		padding: 2.1875rem 4.375rem;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.homev2-support__testimonial-meta {
		flex: 0 0 auto;
	}

	.homev2-support__testimonial-content {
		flex: 1 1 auto;
		margin-top: 0;
		padding: 0 3.75rem;
	}

	.homev2-support__testimonial-text {
		text-align: center;
	}

	.homev2-support__tab-logo--desktop {
		display: inline-flex;
	}

	.homev2-support__tab-mobile {
		display: none;
	}
}

.homev2-newsletter {
	padding: 3.125rem 1.875rem;
	background-color: #201547;
}

.homev2-newsletter__inner {
	max-width: 77.5rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
}

.homev2-newsletter__content {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-width: 36.25rem;
}

.homev2-newsletter__label {
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 700;
	color: #ea3e9c;
	margin: 0;
}

.homev2-newsletter__title {
	font-size: 1.625rem;
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.homev2-newsletter__description {
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
}

.homev2-newsletter__form {
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	background-color: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
	padding: 1.875rem;
	max-width: 34.625rem;
	position: relative;
}

.homev2-newsletter__loader {
	display: none;
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0.75rem;
	z-index: 2;
	align-items: center;
	justify-content: center;
}

.homev2-newsletter--loading .homev2-newsletter__loader {
	display: flex;
}

.homev2-newsletter__spinner {
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
}

.homev2-newsletter__spinner div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 2rem;
	height: 2rem;
	margin: 0.25rem;
	border: 0.25rem solid #DA1884;
	border-radius: 50%;
	animation: homev2-newsletter-spin 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #DA1884 transparent transparent transparent;
}

.homev2-newsletter__spinner div:nth-child(1) { animation-delay: -0.45s; }
.homev2-newsletter__spinner div:nth-child(2) { animation-delay: -0.3s; }
.homev2-newsletter__spinner div:nth-child(3) { animation-delay: -0.15s; }

@keyframes homev2-newsletter-spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.homev2-newsletter__form-row {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.homev2-newsletter__field {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.homev2-newsletter__field-label {
	font-size: 1rem;
	line-height: 1.2;
	color: #333333;
}

.homev2-newsletter__input {
	width: 100%;
	padding: 0.625rem 0.9375rem;
	font-size: 1rem;
	line-height: 1.375;
	border-radius: 0.375rem;
	border: 1px solid #bababa;
	outline: none;
	background-color: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.homev2-newsletter__input:focus {
	border-color: #142e7b;
	box-shadow: 0 0 0 0.125rem rgba(20, 46, 123, 0.2);
}

.homev2-newsletter__submit {
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.375rem 0.9375rem;
	border-radius: 0.375rem;
	border: 0;
	background-color: #da1884;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	cursor: pointer;
	min-height: 3.125rem;
	transition: opacity 0.2s ease;
}

.homev2-newsletter__submit:hover {
	opacity: 0.9;
}

.homev2-newsletter__consent {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333333;
	margin: 0;
}

.homev2-newsletter__checkbox {
	margin-top: 0.75rem;
}

.homev2-newsletter__checkbox-row {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.homev2-newsletter__checkbox-input {
	width: 1rem;
	height: 1rem;
	border-radius: 0.25rem;
	border: 1px solid #bababa;
	flex-shrink: 0;
	margin-top: 0.1875rem;
}

.homev2-newsletter__checkbox-label {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333333;
}

.homev2-newsletter__message {
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0;
	color: #111827;
}

.homev2-newsletter__message--success {
	color: #059669;
}

.homev2-newsletter__message--error {
	color: #b91c1c;
}

.homev2-newsletter__benefits {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.homev2-newsletter__benefits-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.homev2-newsletter__benefit-inner {
	display: flex;
	align-items: flex-start;
	gap: 0.9375rem;
}

.homev2-newsletter__benefit-icon {
	flex: 0 0 auto;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homev2-newsletter__benefit-icon-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.homev2-newsletter__benefit-title {
	margin: 0 0 0.1875rem;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.homev2-newsletter__benefit-description {
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: #ffffff;
}

.homev2-newsletter__privacy {
	font-size: 0.875rem;
	line-height: 1.1428571429;
	color: #333333;
	text-align: center;
	margin: 0.5rem 0 0;
}

@media (min-width: 60rem) {
	.homev2-newsletter {
		padding: 4.375rem 6.25rem 1.875rem;
	}

	.homev2-newsletter__inner {
		flex-direction: column;
		gap: 2.1875rem;
	}

	.homev2-newsletter__content {
		max-width: 77.5rem;
	}

	.homev2-newsletter__title {
		font-size: 2.25rem;
		line-height: 1.45;
	}

	.homev2-newsletter__body-row {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1.875rem;
		margin-top: 2.1875rem;
	}

	.homev2-newsletter__form {
		flex: 1;
		max-width: none;
		margin-top: 0;
	}

	.homev2-newsletter__benefits {
		flex: 1;
		max-width: none;
		margin-top: 0 !important;
	}
}


