/**
 * Shared frontend styles for Parsp Elementor widgets.
 */

.parsp-widget {
	box-sizing: border-box;
	direction: rtl;
}

.parsp-widget *,
.parsp-widget *::before,
.parsp-widget *::after {
	box-sizing: inherit;
}

.parsp-agency-hero {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	overflow: hidden;
	background-color: #ffffff;
}

.parsp-agency-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.parsp-agency-hero__title {
	margin: 0 0 14px;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.25;
}

.parsp-agency-hero__title-highlight {
	display: inline-block;
}

.parsp-agency-hero__subtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 26px;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
}

.parsp-agency-hero__subtitle-line {
	display: flex;
	align-items: center;
	width: 100%;
	white-space: nowrap;
}

.parsp-agency-hero__subtitle-line--first {
	gap: 18px;
}

.parsp-agency-hero__subtitle-line--second {
	gap: 14px;
}

.parsp-agency-hero__subtitle-text {
	display: inline-block;
}

.parsp-agency-hero__subtitle-image {
	display: inline-flex;
	flex: 0 1 auto;
	align-items: center;
	max-width: 100%;
}

.parsp-agency-hero__subtitle-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.parsp-agency-hero__decor,
.parsp-agency-hero__decor-line {
	display: inline-block;
	flex: 0 0 auto;
	height: 30px;
	border-radius: 999px;
}

.parsp-agency-hero__decor {
	width: 60px;
}

.parsp-agency-hero__decor-line {
	width: 170px;
	height: 4px;
}

.parsp-agency-hero__description {
	margin: 0 0 34px;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.05;
}

.parsp-agency-hero__description p {
	margin: 0;
}

.parsp-agency-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	margin: 0;
}

.parsp-agency-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 186px;
	border: 2px solid transparent;
	text-decoration: none;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.parsp-agency-hero__button:hover,
.parsp-agency-hero__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.parsp-agency-hero__button-icon {
	display: inline-flex;
	margin-inline-start: 8px;
	font-size: 14px;
	line-height: 1;
}

.parsp-agency-hero__image-wrap {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.parsp-agency-hero__image-wrap img,
.parsp-agency-hero__image {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.parsp-agency-hero__image-wrap img {
	user-select: none;
}

@media (max-width: 1024px) {
	.parsp-agency-hero {
		justify-content: center;
	}

	.parsp-agency-hero__title {
		font-size: 34px;
	}

	.parsp-agency-hero__subtitle {
		font-size: 24px;
	}

	.parsp-agency-hero__decor-line {
		width: 110px;
	}
}

@media (max-width: 767px) {
	.parsp-agency-hero {
		min-height: 720px;
		padding: 32px 18px 0;
	}

	.parsp-agency-hero__content {
		margin-top: 0;
		text-align: center;
	}

	.parsp-agency-hero__title {
		font-size: 28px;
	}

	.parsp-agency-hero__subtitle {
		font-size: 20px;
	}

	.parsp-agency-hero__subtitle-line {
		white-space: normal;
	}

	.parsp-agency-hero__decor {
		width: 42px;
		height: 22px;
	}

	.parsp-agency-hero__decor-line {
		width: 64px;
	}

	.parsp-agency-hero__description {
		font-size: 15px;
		line-height: 1.9;
	}

	.parsp-agency-hero__actions {
		flex-direction: column;
	}

	.parsp-agency-hero__button {
		max-width: 280px;
	}

	.parsp-agency-hero__image-wrap {
		width: 145%;
		left: -24%;
		bottom: 24px;
	}
}

.parsp-services {

}

.parsp-services__inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	border-radius: 15px;
}

.parsp-services__header {
	max-width: 780px;
	margin: 0 auto 34px;
	text-align: center;
}

.parsp-services__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	min-height: 34px;
	padding: 6px 20px;
	margin: 0 0 18px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
background-image: url(https://www.parsp.com/stage/wp-content/uploads/2026/06/Layer-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.parsp-services__title {
	margin: 0 0 14px;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.35;
	color: #111111;
}

.parsp-services__description {
	font-size: 16px;
	line-height: 1.9;
	color: #333333;
}

.parsp-services__description p {
	margin: 0;
}

.parsp-services__list {
	display: flex;
	flex-direction: column;
}

.parsp-services__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	align-items: center;
	padding: 18px 16px;
	border-radius: 18px;
	background: linear-gradient(90deg, #eef5ff 0%, #f5f8fd 100%);
}
.parsp-services__item-side--action {
	display: flex;
	justify-content: flex-start;
}
.parsp-services__item-side.parsp-services__item-side--content {
	display: flex;
	align-items: center;
	gap: 25px;
}
.parsp-services__item-side--logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.parsp-services__item-logo img {
	display: block;
	width: auto;
	max-width: 70px;
	max-height: 70px;
	height: auto;
	object-fit: contain;
}

.parsp-services__item-side--content {
	min-width: 0;
	text-align: right;
}

.parsp-services__item-title {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
	color: #111111;
}

.parsp-services__item-text {
	font-size: 15px;
	line-height: 1.8;
	color: #1f1f1f;
}

.parsp-services__item-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	background: #3d82f6;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parsp-services__item-badge:hover,
.parsp-services__item-badge:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

@media (max-width: 1024px) {
	.parsp-services__title {
		font-size: 31px;
	}

	.parsp-services__item {
		grid-template-columns: 150px 90px minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
    .parsp-services__item-side.parsp-services__item-side--content {
	align-items: flex-start;
}
	.parsp-services__title {
		font-size: 24px;
	}

	.parsp-services__item {
		grid-template-columns: 1fr;
		gap: 14px;
		text-align: center;
	}

	.parsp-services__item-side--action,
	.parsp-services__item-side--logo,
	.parsp-services__item-side--content {
		justify-content: center;
		text-align: center;
	}

	.parsp-services__item-badge {
		width: 100%;
	}
}

.parsp-media-content {
	display: flex;
	overflow: hidden;
	background: #ffffff;
}

.parsp-media-content__inner {
	display: flex;
	width: 100%;
	margin: 0 auto;
	direction: ltr;
}

.parsp-media-content__media-col {
	display: flex;
	flex: 0 1 47%;
	min-width: 0;
}

.parsp-media-content__media {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.parsp-media-content__media img,
.parsp-media-content__media video {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.parsp-media-content__media[style*="aspect-ratio"] img,
.parsp-media-content__media[style*="aspect-ratio"] video,
.parsp-media-content__media[style*="aspect-ratio"] iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parsp-media-content__embed {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 320px;
	overflow: hidden;
}

.parsp-media-content__embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 0;
}

.parsp-media-content__content {
	flex: 1 1 0;
	min-width: 0;
	direction: rtl;
}

.parsp-media-content__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 34px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	color: #111111;
background-image: url(https://www.parsp.com/stage/wp-content/uploads/2026/06/Layer-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.parsp-media-content__title {
	margin: 0 0 28px;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.45;
	color: #050505;
}

.parsp-media-content__description {
	margin: 0 auto 42px;
	font-size: 19px;
	font-weight: 500;
	line-height: 2.05;
	color: #111111;
}

.parsp-media-content__description p {
	margin: 0;
}

.parsp-media-content__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.parsp-media-content__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	border: 2px solid transparent;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.parsp-media-content__button:hover,
.parsp-media-content__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.parsp-media-content__button-icon {
	display: inline-flex;
	margin-inline-start: 8px;
	line-height: 1;
}

.parsp-media-content__button-icon svg,
.parsp-media-content__button-icon i {
	display: block;
}

@media (max-width: 1024px) {
	.parsp-media-content__inner {
		gap: 40px;
	}

	.parsp-media-content__title {
		font-size: 34px;
	}

	.parsp-media-content__description {
		font-size: 17px;
	}
}
.parsp-content-cta__description ol {
	padding-right: 15px;
}
@media (max-width: 767px) {
    .parsp-agency-hero__subtitle-line {
	justify-content: center;
}
	.parsp-media-content {
		padding: 36px 18px;
	}

	.parsp-media-content__inner {
		flex-direction: column !important;
		gap: 30px;
	}

	.parsp-media-content__media-col {
		flex-basis: auto;
		width: 100%;
	}

	.parsp-media-content__content {
		text-align: center;
	}

	.parsp-media-content__badge {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.parsp-media-content__title {
		font-size: 27px;
	}

	.parsp-media-content__description {
		font-size: 15px;
		line-height: 1.9;
	}

	.parsp-media-content__actions {
		flex-direction: column;
		justify-content: center;
	}

	.parsp-media-content__button {
		min-width: 0;
		max-width: 320px;
	}
}
.parsp-agency-hero__decor-line {
	display: none;
}
.parsp-social-carousel {
	--parsp-carousel-items: 3;
	--parsp-carousel-gap: 14px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #ffffff;
}

.parsp-social-carousel__inner {
	width: 100%;
	margin: 0 auto;
}

.parsp-social-carousel__header {
	max-width: 820px;
	margin: 0 auto 34px;
	text-align: center;
}

.parsp-social-carousel__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	min-height: 52px;
	padding: 8px 30px;
	margin: 0 0 26px;
	font-size: 33px;
	font-weight: 900;
	line-height: 1;
	color: #111111;
	background-image: url(https://www.parsp.com/stage/wp-content/uploads/2026/06/Layer-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.parsp-social-carousel__heading {
	margin: 0 0 26px;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.45;
	color: #050505;
}

.parsp-social-carousel__description {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	color: #111111;
}

.parsp-social-carousel__description p {
	margin: 0;
}

.parsp-social-carousel__stage {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.parsp-social-carousel__viewport {
	width: 100%;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
}

.parsp-social-carousel__track {
	display: flex;
	gap: var(--parsp-carousel-gap);
	direction: ltr;
	will-change: transform;
	transition: transform 0.4s ease;
}

.parsp-social-carousel.is-dragging .parsp-social-carousel__viewport {
	cursor: grabbing;
}

.parsp-social-carousel.is-dragging .parsp-social-carousel__track {
	pointer-events: none;
}

.parsp-social-carousel__slide {
	flex: 0 0 calc((100% - (var(--parsp-carousel-gap) * (var(--parsp-carousel-items) - 1))) / var(--parsp-carousel-items));
	min-width: 0;
	direction: rtl;
}

.parsp-social-carousel__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 445px;
	padding: 32px 38px;
	border: 2px solid #ffb400;
	border-radius: 18px;
	background: #fbfbff;
	text-align: center;
}

.parsp-social-carousel__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 106px;
	margin: 0 auto 34px;
	overflow: hidden;
	border-radius: 10px;
	background: #fbefd9;
}

.parsp-social-carousel__media img,
.parsp-social-carousel__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.parsp-social-carousel__embed,
.parsp-social-carousel__embed iframe {
	width: 100%;
	height: 100%;
}

.parsp-social-carousel__embed iframe {
	display: block;
	border: 0;
}

.parsp-social-carousel__card-title {
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.35;
	color: #050505;
}

.parsp-social-carousel__card-title a {
	color: inherit;
	text-decoration: none;
}

.parsp-social-carousel__card-text {
	margin: 0 0 26px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.85;
	color: #111111;
}

.parsp-social-carousel__card-text p {
	margin: 0;
}

.parsp-social-carousel__card-action {
	margin-top: auto;
}

.parsp-social-carousel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	min-height: 49px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
	color: #111111;
	background-color: #ffc13a;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parsp-social-carousel__button:hover,
.parsp-social-carousel__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.parsp-social-carousel__button-icon {
	display: inline-flex;
	margin-inline-start: 8px;
	line-height: 1;
}

.parsp-social-carousel__button-icon svg,
.parsp-social-carousel__button-icon i {
	display: block;
}

.parsp-social-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	background-color: #2f80ed;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.parsp-social-carousel__arrow:hover,
.parsp-social-carousel__arrow:focus {
	transform: translateY(-50%) scale(1.04);
}

.parsp-social-carousel__arrow.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.parsp-social-carousel__arrow--prev {
	left: -64px;
}

.parsp-social-carousel__arrow--next {
	right: -64px;
}

.parsp-social-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 12px;
}

.parsp-social-carousel__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d7d7d7;
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.parsp-social-carousel__dot.is-active {
	background: #111111;
}

@media (max-width: 1024px) {
	.parsp-social-carousel__heading {
		font-size: 30px;
	}

	.parsp-social-carousel__card-title {
		font-size: 24px;
	}

	.parsp-social-carousel__card-text {
		font-size: 17px;
	}

	.parsp-social-carousel__arrow--prev {
		left: -22px;
	}

	.parsp-social-carousel__arrow--next {
		right: -22px;
	}
}

@media (max-width: 767px) {
	.parsp-social-carousel {
		padding: 32px 18px 24px;
	}

	.parsp-social-carousel__badge {
		min-width: 150px;
		min-height: 40px;
		font-size: 24px;
	}

	.parsp-social-carousel__heading {
		font-size: 25px;
	}

	.parsp-social-carousel__description {
		font-size: 16px;
	}

	.parsp-social-carousel__stage {
		padding: 0 8px;
	}

	.parsp-social-carousel__card {
		min-height: 390px;
		padding: 26px 22px;
	}

	.parsp-social-carousel__media {
		width: 180px;
	}

	.parsp-social-carousel__button {
		width: 100%;
		min-width: 0;
	}

	.parsp-social-carousel__arrow {
		width: 40px;
		height: 40px;
		font-size: 27px;
	}

	.parsp-social-carousel__arrow--prev {
		left: -10px;
	}

	.parsp-social-carousel__arrow--next {
		right: -10px;
	}
}

.parsp-pricing {
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.parsp-pricing__inner {
	width: 100%;
	margin: 0 auto;
}

.parsp-pricing__header {
	margin: 0 auto 28px;
	text-align: center;
}

.parsp-pricing__heading {
	margin: 0 0 12px;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.45;
	color: #050505;
}

.parsp-pricing__description {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9;
	color: #222222;
}

.parsp-pricing__description p {
	margin: 0;
}

.parsp-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.parsp-pricing__card {
	--parsp-pricing-accent: #ffb400;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 2px solid rgba(255, 180, 0, 0.42);
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(18, 35, 58, 0.08);
	overflow: hidden;
}

.parsp-pricing__card-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.parsp-pricing__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 20px;
	flex-direction: row-reverse;
}

.parsp-pricing__label {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.parsp-pricing__plan-title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
	color: var(--parsp-pricing-accent);
	text-align: right;
}

.parsp-pricing__price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0 0 20px;
	margin: 0 0 18px;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.parsp-pricing__price-wrap {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	gap: 8px;
	flex-direction: row-reverse;
}

.parsp-pricing__currency {
	max-width: 48px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: #111111;
}

.parsp-pricing__price {
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	color: var(--parsp-pricing-accent);
}

.parsp-pricing__old-price {
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	color: rgba(17, 17, 17, 0.62);
	text-decoration: line-through;
}

.parsp-pricing__period {
	font-size: 15px;
	font-weight: 800;
	color: #111111;
}

.parsp-pricing__note {
	margin: 0 0 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #2a2a2a;
}

.parsp-pricing__details {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.parsp-pricing__details[hidden] {
	display: none;
}

.parsp-pricing__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex: 0 0 auto;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 9px 16px 10px;
	border: 0;
	border-top: 1px solid #edf0f4;
	border-radius: 0 0 7px 7px;
	color: #aeb3ba;
	background: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.parsp-pricing__toggle:hover,
.parsp-pricing__toggle:focus-visible {
	color: #858b93;
	background: #fcfcfd;
}

.parsp-pricing.is-collapsible .parsp-pricing__toggle {
	display: flex;
}

.parsp-pricing__toggle-icon {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	transform: rotate(45deg) translateY(1px);
	transition: transform 0.2s ease;
}

.parsp-pricing__card:not(.is-open) .parsp-pricing__toggle-icon {
	transform: rotate(225deg) translate(-1px, 1px);
}

.parsp-pricing__features {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.parsp-pricing__feature {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	color: #1f1f1f;
}

.parsp-pricing__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	font-weight: 900;
}

.parsp-pricing__feature-icon--yes {
	color: #1b8d39;
}

.parsp-pricing__feature-icon--no {
	color: #df2f2f;
}

.parsp-pricing__feature-text {
	flex: 1 1 auto;
	text-align: right;
}

.parsp-pricing__action {
	margin-top: auto;
	padding-top: 24px;
}

.parsp-pricing__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
	color: #ffffff;
	background: var(--parsp-pricing-accent);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parsp-pricing__button:hover,
.parsp-pricing__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

@media (max-width: 1024px) {
	.parsp-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.parsp-pricing {
		padding: 32px 16px;
	}

	.parsp-pricing__heading {
		font-size: 25px;
	}

	.parsp-pricing__grid {
		grid-template-columns: 1fr;
	}

	.parsp-pricing__top,
	.parsp-pricing__price-row {
		flex-direction: column;
		text-align: center;
	}

	.parsp-pricing__plan-title {
		text-align: center;
	}
}

.parsp-posts {
	--parsp-posts-items: 4;
	--parsp-posts-gap: 50px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.parsp-posts__inner {
	width: 100%;
	margin: 0 auto;
}

.parsp-posts__header {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.parsp-posts__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	min-height: 42px;
	padding: 7px 28px;
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	color: #111111;
background-image: url(https://www.parsp.com/stage/wp-content/uploads/2026/06/Layer-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.parsp-content-cta__description ul {
	padding-right: 15px;
}
.parsp-posts__heading {
	margin: 0;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.45;
	color: #050505;
}

.parsp-posts__description {
	margin-top: 16px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9;
	color: #222222;
}

.parsp-posts__description p {
	margin: 0;
}

.parsp-posts__stage {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.parsp-posts__viewport {
	width: 100%;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
}

.parsp-posts__grid {
	display: flex;
	gap: var(--parsp-posts-gap);
	direction: ltr;
	will-change: transform;
	transition: transform 0.4s ease;
}

.parsp-posts.is-dragging .parsp-posts__viewport {
	cursor: grabbing;
}

.parsp-posts.is-dragging .parsp-posts__grid {
	pointer-events: none;
}

.parsp-posts__slide {
	flex: 0 0 calc((100% - (var(--parsp-posts-gap) * (var(--parsp-posts-items) - 1))) / var(--parsp-posts-items));
	min-width: 0;
	direction: rtl;
}

.parsp-posts__card {
	min-width: 0;
	height: 100%;
}

.parsp-posts__thumb {
	display: block;
	width: 100%;
	height: 236px;
	margin: 0 0 16px;
	overflow: hidden;
	background: #fbefd9;
	text-decoration: none;
}

.parsp-posts__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.32s ease;
}

.parsp-posts__card:hover .parsp-posts__thumb img {
	transform: scale(1.035);
}

.parsp-posts__title {
	margin: 0 0 14px;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.55;
	color: #073c73;
}

.parsp-posts__title a {
	color: inherit;
	text-decoration: none;
}

.parsp-posts__excerpt {
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
	color: #111111;
}

.parsp-posts__empty {
	padding: 24px;
	border: 1px solid rgba(255, 180, 0, 0.35);
	border-radius: 12px;
	text-align: center;
	background: #fffaf0;
}

.parsp-posts__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	background-color: #2f80ed;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.parsp-posts__arrow:hover,
.parsp-posts__arrow:focus {
	transform: translateY(-50%) scale(1.04);
}

.parsp-posts__arrow.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.parsp-posts__arrow--prev {
	left: -64px;
}

.parsp-posts__arrow--next {
	right: -64px;
}

.parsp-posts__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
}

.parsp-posts__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d7d7d7;
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.parsp-posts__dot.is-active {
	background: #111111;
}

.parsp-posts__view-all-wrap {
	display: flex;
	margin-top: 34px;
}

.parsp-posts__header .parsp-posts__view-all-wrap {
	margin-top: 24px;
}

.parsp-posts__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 48px;
	border: 2px solid #f2a900;
	text-decoration: none;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	color: #111111;
	background-color: #ffc13a;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parsp-posts__view-all:hover,
.parsp-posts__view-all:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

@media (max-width: 1024px) {
	.parsp-posts__heading {
		font-size: 30px;
	}

	.parsp-posts__arrow--prev {
		left: -22px;
	}

	.parsp-posts__arrow--next {
		right: -22px;
	}
}

@media (max-width: 767px) {
	.parsp-posts {
		padding: 32px 18px;
	}

	.parsp-posts__badge {
		min-width: 120px;
		min-height: 36px;
		font-size: 19px;
	}

	.parsp-posts__heading {
		font-size: 25px;
	}

	.parsp-posts__thumb {
		height: 210px;
	}

	.parsp-posts__stage {
		padding: 0 8px;
	}

	.parsp-posts__arrow {
		width: 40px;
		height: 40px;
		font-size: 27px;
	}

	.parsp-posts__arrow--prev {
		left: -10px;
	}

	.parsp-posts__arrow--next {
		right: -10px;
	}
}

.parsp-faq {
	--parsp-faq-columns: 2;
	--parsp-faq-gap: 14px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.parsp-faq__inner {
	width: 100%;
	margin: 0 auto;
}

.parsp-faq__header {
	max-width: 780px;
	margin: 0 auto 58px;
	text-align: center;
}

.parsp-faq__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	min-height: 42px;
	padding: 7px 24px;
	margin: 0 0 28px;
	font-size: 23px;
	font-weight: 900;
	line-height: 1;
	color: #111111;
	background-image: url(https://www.parsp.com/stage/wp-content/uploads/2026/06/Layer-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.parsp-faq__heading {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.45;
	color: #050505;
}

.parsp-faq__description {
	margin-top: 16px;
	font-size: 17px;
	line-height: 1.9;
	color: #222222;
}

.parsp-faq__description p {
	margin: 0;
}

.parsp-faq__grid {
	display: flex;
	align-items: flex-start;
	gap: var(--parsp-faq-gap);
	width: 100%;
}

.parsp-faq__column {
	display: flex;
	flex: 1 1 calc((100% - (var(--parsp-faq-gap) * (var(--parsp-faq-columns) - 1))) / var(--parsp-faq-columns));
	flex-direction: column;
	gap: var(--parsp-faq-gap);
	min-width: 0;
}

.parsp-faq__item {
	overflow: hidden;
	border: 1px solid #d8edf7;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(18, 35, 58, 0.06);
}

.parsp-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	min-height: 64px;
	padding: 22px 26px 22px 22px;
	border: 0;
	background: transparent;
	text-align: right;
	cursor: pointer;
}

.parsp-faq__question-text {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.55;
	color: #111111;
}

.parsp-faq__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #2f80ed;
}

.parsp-faq__icon--opened {
	display: none;
}

.parsp-faq__item.is-open .parsp-faq__icon--closed {
	display: none;
}

.parsp-faq__item.is-open .parsp-faq__icon--opened {
	display: inline-flex;
}

.parsp-faq__answer-wrap {
	padding: 0 26px 22px;
}

.parsp-faq__answer {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.95;
	color: #333333;
	text-align: right;
}

.parsp-faq__answer p {
	margin: 0 0 10px;
}

.parsp-faq__answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.parsp-faq__heading {
		font-size: 30px;
	}

	.parsp-faq__question-text {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.parsp-faq {
		padding: 48px 18px;
	}

	.parsp-faq__header {
		margin-bottom: 34px;
	}

	.parsp-faq__badge {
		min-width: 130px;
		min-height: 36px;
		font-size: 18px;
	}

	.parsp-faq__heading {
		font-size: 25px;
	}

	.parsp-faq__question {
		min-height: 58px;
		padding: 18px;
	}

	.parsp-faq__question-text {
		font-size: 16px;
	}
}

.parsp-content-cta {
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.parsp-content-cta__inner {
	width: 100%;
	margin: 0 auto;
}

.parsp-content-cta__title {
	margin: 0 0 34px;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.35;
	color: #050505;
}

.parsp-content-cta__title-highlight {
	color: #0b6fa4;
}

.parsp-content-cta__subtitle {
	margin: 0 0 30px;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.6;
	color: #050505;
}

.parsp-content-cta__description {
	margin: 0 auto 34px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.05;
	color: #111111;
}

.parsp-content-cta__description p {
	margin: 0 0 22px;
}

.parsp-content-cta__description p:last-child {
	margin-bottom: 0;
}

.parsp-content-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.parsp-content-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 224px;
	min-height: 48px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.parsp-content-cta__button:hover,
.parsp-content-cta__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.parsp-content-cta__button--primary {
	color: #ffffff;
	background: #2f80ed;
	box-shadow: 0 14px 28px rgba(47, 128, 237, 0.28);
}

.parsp-content-cta__button--secondary {
	color: #073c73;
	background: #cfe0f8;
}

.parsp-content-cta__button-icon {
	display: inline-flex;
	margin-inline-start: 8px;
	line-height: 1;
}

.parsp-content-cta__button-icon svg,
.parsp-content-cta__button-icon i {
	display: block;
}

@media (max-width: 1024px) {
	.parsp-content-cta__title {
		font-size: 38px;
	}

	.parsp-content-cta__subtitle {
		font-size: 25px;
	}

	.parsp-content-cta__description {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.parsp-content-cta {
		padding: 32px 18px;
	}

	.parsp-content-cta__title {
		font-size: 28px;
	}

	.parsp-content-cta__subtitle {
		font-size: 20px;
	}

	.parsp-content-cta__description {
		font-size: 15px;
		line-height: 1.9;
	}

	.parsp-content-cta__actions {
		flex-direction: column;
	}

	.parsp-content-cta__button {
		width: 100%;
		max-width: 320px;
	}
}
