.p-revotec-crm-hero {
	padding: 160px 20px;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	overflow: hidden;
}

.p-revotec-crm-hero__inner {
	display: flex;
	align-items: center;
	column-gap: 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-revotec-crm-hero__inner__body {
	flex: 2;
}

.p-revotec-crm-hero__inner__body__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--main-color);
}

.p-revotec-crm-hero__inner__body__title__sub {
	display: block;
	margin-bottom: 16px;
	font-size: 20px;
	color: #333;
}

.p-revotec-crm-hero__inner__body__text {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.6;
}

.p-revotec-crm-hero__inner__body__action {
	display: flex;
	column-gap: 20px;
	margin-top: 40px;
}

.p-revotec-crm-hero__inner__body__action__login {
	background-color: var(--main-color);
	color: #fff;
}

.p-revotec-crm-hero__inner__visual {
	flex: 3;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1));
}

.p-revotec-crm-hero__inner__visual img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-hero {
		padding: 60px 20px;
	}

	.p-revotec-crm-hero__inner {
		flex-direction: column;
		row-gap: 40px;
	}

	.p-revotec-crm-hero__inner__body__title {
		font-size: 32px;
	}

	.p-revotec-crm-hero__inner__body__title__sub {
		font-size: 16px;
	}

	.p-revotec-crm-hero__inner__body__action {
		flex-direction: column;
		row-gap: 16px;
	}

	.p-revotec-crm-hero__inner__body__action>a {
		width: 100%;
	}
}

.p-revotec-crm-problem {
	padding: 100px 20px;
	background-color: #fff;
}

.p-revotec-crm-problem__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.p-revotec-crm-problem__title {
	position: relative;
	padding-bottom: 24px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-revotec-crm-problem__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 4px;
	background-color: var(--main-color);
	transform: translateX(-50%);
}

.p-revotec-crm-problem__list {
	display: flex;
	justify-content: space-between;
	column-gap: 32px;
	margin-top: 64px;
}

.p-revotec-crm-problem__list__item {
	flex: 1;
	padding: 32px;
	background-color: #f9f9f9;
	border-radius: 8px;
}

.p-revotec-crm-problem__list__item__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
	margin-bottom: 20px;
}

.p-revotec-crm-problem__list__item__head__icon {
	position: relative;
	display: grid;
	place-content: center;
	width: 64px;
	height: 64px;
	padding: 8px;
	background-color: #eee;
	border-radius: 50%;
	color: var(--main-color);
}

.p-revotec-crm-problem__list__item__head__icon svg {
	display: block;
	width: 100%
}

.p-revotec-crm-problem__list__item__head__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-problem__list__item__text {
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-problem {
		padding: 60px 20px;
	}

	.p-revotec-crm-problem__title {
		font-size: 24px;
	}

	.p-revotec-crm-problem__list {
		flex-direction: column;
		row-gap: 24px;
		margin-top: 40px;
	}

	.p-revotec-crm-problem__list__item {
		padding: 24px;
	}
}

.p-revotec-crm-solution {
	padding: 100px 20px;
	background-color: #f0f5f9;
}

.p-revotec-crm-solution__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.p-revotec-crm-solution__head {
	text-align: center;
}

.p-revotec-crm-solution__head__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
}

.p-revotec-crm-solution__head__text {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.8;
}

.p-revotec-crm-solution__canvas {
	width: min(100%, 1000px);
	margin-top: 60px;
	margin-inline: auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 16px;
}

.p-revotec-crm-solution__canvas-inner {
	position: relative;
}

.p-revotec-crm-solution__core {
	position: relative;
	display: grid;
	place-content: center;
	width: 100%;
}

.p-revotec-crm-solution__core-symbol {
	position: absolute;
	inset: 44% auto auto 50%;
	width: 20%;
	z-index: 2;
	translate: -50% -50%;
}

.p-revotec-crm-solution__core-symbol img {
	display: block;
	width: 100%;
}

.p-revotec-crm-solution__core-bg {
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
}

.p-revotec-crm-solution__core-bg img {
	display: block;
	width: 100%;
}

.p-revotec-crm-solution__list {
	position: absolute;
	z-index: 1;
}

.p-revotec-crm-solution__list-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.p-revotec-crm-solution__sub-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

.p-revotec-crm-solution__list--1 {
	inset: 20% auto auto 8%;
	color: #3b82f6;
}

.p-revotec-crm-solution__list--2 {
	inset: 20% 6% auto auto;
	color: #10b981;
}

.p-revotec-crm-solution__list--3 {
	inset: auto auto 18% 2%;
	color: #8b5cf6;
}

.p-revotec-crm-solution__list--4 {
	inset: auto 0% 16% auto;
	color: #f59e0b;
}

.p-revotec-crm-solution__list--5 {
	inset: auto auto 0% 50%;
	color: #06b6d4;
	translate: -50%;
}

.p-revotec-crm-solution__sub-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	white-space: nowrap;
}

.p-revotec-crm-solution__sub-list-icon {
	width: 24px;
	aspect-ratio: 1/1;
}

.p-revotec-crm-solution__sub-list-icon svg {
	display: block;
	width: 100%;
}

.p-revotec-crm-solution__sub-list li span {
	color: #050000;
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-solution {
		padding: 60px 20px;
	}

	.p-revotec-crm-solution__head__title {
		font-size: 24px;
	}

	.p-revotec-crm-solution__head__text {
		font-size: 15px;
	}

	.p-revotec-crm-solution__canvas {
		padding-inline: 20px;
	}

	.p-revotec-crm-solution__canvas-inner {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.p-revotec-crm-solution__list {
		position: static;
		width: 100%;
		padding-inline: 20px;
		translate: none;
	}

	.p-revotec-crm-solution__list-title {
		font-size: 18px;
	}

	.p-revotec-crm-solution__sub-list {
		gap: 4px;
		margin-top: 12px;
	}

	.p-revotec-crm-solution__sub-list li {
		font-size: 14px;
	}
}

.p-revotec-crm-features {
	padding: 100px 20px;
	background-color: #fff;
}

.p-revotec-crm-features__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.p-revotec-crm-features__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-crm-features__head__title {
	position: relative;
	display: inline-block;
	padding-bottom: 16px;
	font-size: 32px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-features__head__title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: var(--sub-color);
	transform: translateX(-50%);
}

.p-revotec-crm-features__head__text {
	margin-top: 24px;
	font-size: 18px;
}

.p-revotec-crm-features__category {
	margin-top: 60px;
}

.p-revotec-crm-features__category__title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
	border-left: 5px solid var(--sub-color);
	padding-left: 15px;
}

.p-revotec-crm-features__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.p-revotec-crm-features__list__item {
	padding: 40px 30px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (any-hover: hover) {
	.p-revotec-crm-features__list__item:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	}
}

.p-revotec-crm-features__list__item__icon {
	width: 60px;
	margin: 0 auto 20px;
}

.p-revotec-crm-features__list__item__icon svg {
	width: 100%;
	height: auto;
}

.p-revotec-crm-features__list__item__title {
	font-size: 18px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-features__list__item__text {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.p-revotec-crm-features__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-features {
		padding: 60px 20px;
	}

	.p-revotec-crm-features__head__title {
		font-size: 26px;
	}

	.p-revotec-crm-features__list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.p-revotec-crm-features__list__item {
		padding: 30px 20px;
	}
}

.p-revotec-crm-usage {
	padding: 100px 20px;
	background-color: #fcfcfc;
}

.p-revotec-crm-usage__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.p-revotec-crm-usage__title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	color: var(--main-color);
}

.p-revotec-crm-usage__tabs {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}

.p-revotec-crm-usage__tab {
	padding: 12px 24px;
	cursor: pointer;
	border: 1px solid var(--main-color);
	border-radius: 24px;
	color: var(--main-color);
	transition: 0.3s;
}

.p-revotec-crm-usage__tab.is-active {
	background-color: var(--main-color);
	color: #fff;
}

.p-revotec-crm-usage__panel {
	display: none;
}

.p-revotec-crm-usage__panel.is-active {
	display: block;
}

.p-revotec-crm-usage__panel img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-usage {
		padding: 60px 20px;
	}

	.p-revotec-crm-usage__title {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.p-revotec-crm-usage__tabs {
		flex-wrap: wrap;
		gap: 10px;
	}
}

.p-revotec-crm-benefits {
	padding: 100px 20px;
	background-color: #f8fafc;
}

.p-revotec-crm-benefits__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.p-revotec-crm-benefits__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-crm-benefits__head__title {
	font-size: 32px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-benefits__head__text {
	margin-top: 24px;
	font-size: 18px;
}

.p-revotec-crm-benefits__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-revotec-crm-benefits__item {
	display: flex;
	align-items: center;
	padding: 40px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	position: relative;
}

.p-revotec-crm-benefits__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 60%;
	background-color: var(--sub-color);
	border-radius: 0 4px 4px 0;
}

.p-revotec-crm-benefits__item__title {
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 16px;
}

.p-revotec-crm-benefits__item__text {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-benefits {
		padding: 60px 20px;
	}

	.p-revotec-crm-benefits__head__title {
		font-size: 26px;
	}

	.p-revotec-crm-benefits__item {
		padding: 30px 20px;
	}

	.p-revotec-crm-benefits__item__title {
		font-size: 20px;
	}
}

.p-revotec-crm-trust {
	padding: 100px 20px;
	background-color: #fff;
}

.p-revotec-crm-trust__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.p-revotec-crm-trust__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-crm-trust__head__title {
	font-size: 32px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-trust__head__text {
	margin-top: 24px;
	font-size: 18px;
}

.p-revotec-crm-trust__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.p-revotec-crm-trust__block {
	background-color: #f8fafc;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.p-revotec-crm-trust__block__header {
	background-color: var(--main-color);
	padding: 20px;
	text-align: center;
}

.p-revotec-crm-trust__block__title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.p-revotec-crm-trust__block__body {
	padding: 40px;
	flex-grow: 1;
}

.p-revotec-crm-trust__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-revotec-crm-trust__list__item strong {
	display: block;
	font-size: 18px;
	color: var(--main-color);
	margin-bottom: 8px;
	position: relative;
	padding-left: 24px;
}

.p-revotec-crm-trust__list__item strong::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--sub-color);
	font-weight: 900;
}

.p-revotec-crm-trust__list__item p {
	font-size: 15px;
	line-height: 1.6;
	padding-left: 24px;
}

.p-revotec-crm-trust__text {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
	.p-revotec-crm-trust__container {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-trust {
		padding: 60px 20px;
	}

	.p-revotec-crm-trust__head__title {
		font-size: 26px;
	}

	.p-revotec-crm-trust__block__body {
		padding: 30px 20px;
	}
}

.p-revotec-crm-flow {
	padding: 100px 20px;
	background-color: #f0f4f8;
}

.p-revotec-crm-flow__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.p-revotec-crm-flow__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-crm-flow__head__title {
	font-size: 32px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-flow__head__text {
	margin-top: 24px;
	font-size: 18px;
}

.p-revotec-crm-flow__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
}

.p-revotec-crm-flow__list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	width: 2px;
	height: 100%;
	background-color: #eee;
}

.p-revotec-crm-flow__item {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	position: relative;
	z-index: 1;
}

.p-revotec-crm-flow__item__num {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	box-shadow: 0 4px 10px rgba(5, 102, 167, 0.2);
}

.p-revotec-crm-flow__item__content {
	background-color: #f8fafc;
	padding: 30px;
	border-radius: 12px;
	flex-grow: 1;
}

.p-revotec-crm-flow__item__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 12px;
}

.p-revotec-crm-flow__item__text {
	font-size: 15px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-flow {
		padding: 60px 20px;
	}

	.p-revotec-crm-flow__head__title {
		font-size: 26px;
	}

	.p-revotec-crm-flow__list::before {
		left: 25px;
	}

	.p-revotec-crm-flow__item {
		gap: 20px;
	}

	.p-revotec-crm-flow__item__num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.p-revotec-crm-flow__item__content {
		padding: 20px;
	}

	.p-revotec-crm-flow__item__title {
		font-size: 18px;
	}
}

.p-revotec-crm-faq {
	padding: 100px 20px;
	background-color: #f8fafc;
}

.p-revotec-crm-faq__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.p-revotec-crm-faq__head {
	text-align: center;
	margin-bottom: 50px;
}

.p-revotec-crm-faq__head__title {
	font-size: 32px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-crm-faq__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-revotec-crm-faq__item {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.p-revotec-crm-faq__item__question {
	padding: 24px 30px;
	font-weight: 700;
	font-size: 20px;
	display: flex;
	align-items: center;
	color: var(--main-color);
	background-color: #fff;
}

.p-revotec-crm-faq__item__answer {
	padding: 0 30px 24px 30px;
	display: flex;
	align-items: flex-start;
	background-color: #fff;
}

.p-revotec-crm-faq__item__icon {
	flex-shrink: 0;
	width: 32px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
}

.p-revotec-crm-faq__item__question .p-revotec-crm-faq__item__icon {
	color: var(--sub-color);
}

.p-revotec-crm-faq__item__answer .p-revotec-crm-faq__item__icon {
	color: var(--accent-color);
}

.p-revotec-crm-faq__item__text {
	font-size: 18px;
	line-height: 1.8;
	color: #444;
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-faq {
		padding: 60px 20px;
	}

	.p-revotec-crm-faq__head__title {
		font-size: 26px;
	}

	.p-revotec-crm-faq__item__question,
	.p-revotec-crm-faq__item__answer {
		align-items: flex-start;
		padding: 20px;
	}

	.p-revotec-crm-faq__item__answer {
		padding-top: 0;
	}

	.p-revotec-crm-faq__item__text {
		font-size: 14px;
	}
}

.p-revotec-crm-cta {
	padding: 100px 20px;
	background-color: #f0f5f9;
	text-align: center;
}

.p-revotec-crm-cta__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.p-revotec-crm-cta__title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 48px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #333;
}

.p-revotec-crm-cta__buttons {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.p-revotec-crm-cta__button {
	min-width: 320px;
	background-color: var(--main-color);
	color: #fff;
	border: none;
	font-size: 18px;
	padding: 24px 40px;
	transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
	.p-revotec-crm-cta__button:hover {
		opacity: 0.8;
		background-color: var(--main-color);
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.p-revotec-crm-cta {
		padding: 60px 20px;
	}

	.p-revotec-crm-cta__title {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.p-revotec-crm-cta__button {
		min-width: 100%;
	}
}