/* =========================================================
   VIDEO COPYRIGHT LANDING START
   ========================================================= */

.prr-container_video{
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 32px;
}

.prr-video-hero{
	position: relative;
	overflow: hidden;
	padding: 70px 0 50px;
	background:
		linear-gradient(180deg,#F8FAFF 0%,#EEF3FF 100%);
	border-radius: 34px;	
}

.prr-video-hero-bg{
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right,
		rgba(90,80,200,.10),
		transparent 40%);
}

.prr-video-hero-grid{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 42px;
	align-items: center;
}

.prr-video-hero-badge{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: #FFFFFF;
	border: 1px solid #D6DBF5;
	color: #5A50C8;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 26px;
}

.prr-video-hero-title{
	margin: 0 0 24px;
	font-size: 62px;
	line-height: 1.02;
	letter-spacing: -.05em;
	font-weight: 800;
	color: #0F172A;
	max-width: 900px;
}

.prr-video-hero-text{
	max-width: 760px;
	font-size: 17px;
	line-height: 1.9;
	color: #475569;
	margin-bottom: 34px;
}

.prr-video-hero-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 34px;
}

.prr-video-btn{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	height: 56px;
	padding: 0 24px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: .25s ease;
}

.prr-video-btn-primary{
	background: #2F7D6B;
	color: #fff;
}

.prr-video-btn-primary:hover{
	background: #276B5C;
	color: #fff;
	transform: translateY(-2px);
}

.prr-video-btn-secondary{
	background: #EEF2FF;
	border: 1px solid #D6DBF5;
	color: #5A50C8;
}

.prr-video-btn-secondary:hover{
	background: #E4E9FF;
	color: #4B42AA;
}

.prr-video-btn-outline{
	background: #fff;
	border: 1px solid #D6DBF5;
	color: #5A50C8;
}

.prr-video-btn-outline:hover{
	background: #F8FAFF;
	color: #4B42AA;
}

.prr-video-hero-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.prr-video-tag{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 42px;
	padding: 0 16px;
	border-radius: 14px;
	background: rgba(255,255,255,.7);
	border: 1px solid #E2E8F0;
	font-size: 14px;
	color: #334155;
}

.prr-video-hero-card{
	background: rgba(255,255,255,.75);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(214,219,245,.9);
	border-radius: 28px;
	padding: 34px;
	box-shadow: 0 30px 80px rgba(15,23,42,.08);
}

.prr-video-hero-card-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.prr-video-hero-card-icon{
	width: 68px;
	height: 68px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EEF2FF;
	color: #5A50C8;
}

.prr-video-hero-card-icon svg{
	width: 30px;
	height: 30px;
}

.prr-video-hero-card-status{
	height: 38px;
	padding: 0 16px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	background: #E6F4F1;
	color: #1F5C4F;
	font-size: 13px;
	font-weight: 700;
}

.prr-video-hero-card-list{
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.prr-video-hero-row{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #E2E8F0;
	font-size: 15px;
	color: #64748B;
}

.prr-video-hero-row strong{
	color: #0F172A;
	font-weight: 700;
}

.prr-video-hero-row strong.green{
	color: #2F7D6B;
}

.prr-video-problems,
.prr-video-platforms{
	padding: 50px 0;
	background: #fff;
	border-radius: 34px;
	margin: 60px 0px;
}

.prr-video-process{
	background: #F6F8FB;
}

.prr-video-head{
	margin-bottom: 46px;
}

.prr-video-head.center{
	text-align: center;
}

.prr-video-label{
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: #EEF2FF;
	color: #5A50C8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.prr-video-title{
	margin: 0;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -.04em;
	color: #0F172A;
}

.prr-video-problems-grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 22px;
}

.prr-video-problem-card{
	padding: 32px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid #E2E8F0;
	transition: .25s ease;
}

.prr-video-problem-card:hover{
	transform: translateY(-4px);
	border-color: #D6DBF5;
	box-shadow: 0 20px 50px rgba(15,23,42,.06);
}

.prr-video-problem-icon{
	width: 62px;
	height: 62px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F4F3FB;
	color: #5A50C8;
	margin-bottom: 24px;
}

.prr-video-problem-card h3{
	margin: 0 0 14px;
	font-size: 22px;
	color: #0F172A;
}

.prr-video-problem-card p{
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #64748B;
}

.prr-video-steps{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 22px;
}

.prr-video-step{
	background: #fff;
	border-radius: 24px;
	padding: 34px;
	border: 1px solid #E2E8F0;
}

.prr-video-step-number{
	font-size: 28px;
	font-weight: 800;
	color: #5A50C8;
	margin-bottom: 20px;
}

.prr-video-step h3{
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	color: #0F172A;
}

.prr-video-step p{
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #64748B;
}

.prr-video-platforms-grid{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 18px;
}

.prr-video-platform{
	height: 120px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid #E2E8F0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 15px;
	font-weight: 600;
	color: #334155;
}

.prr-video-platform svg{
	width: 28px;
	height: 28px;
	color: #5A50C8;
}

.prr-video-price{
	padding: 0 0 90px;
}

.prr-video-price-box{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 42px;
	border-radius: 30px;
	background:
		linear-gradient(
			135deg,
			#F8FAFF 0%,
			#F1F5FF 100%
		);
	border: 1px solid #DCE3F4;
}

.prr-video-price-icon{
	flex-shrink: 0;
	width: 74px;
	height: 74px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EEF2FF;
	color: #5A50C8;
}

.prr-video-price-icon svg{
	width: 34px;
	height: 34px;
}

.prr-video-price-label{
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: #FFFFFF;
	border: 1px solid #D6DBF5;
	color: #5A50C8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.prr-video-price-title{
	margin: 0 0 18px;
	font-size: 36px;
	line-height: 1.12;
	letter-spacing: -.03em;
	color: #0F172A;
	max-width: 760px;
}

.prr-video-price-text{
	max-width: 900px;
}

.prr-video-price-text p{
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.9;
	color: #475569;
}

.prr-video-price-text p:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){

	.prr-video-price{
		padding: 0 0 60px;
	}

	.prr-video-price-box{
		flex-direction: column;
		padding: 30px 24px;
		border-radius: 24px;
		gap: 22px;
	}

	.prr-video-price-title{
		font-size: 28px;
	}
}

.prr-video-cta{
	padding: 0 0 60px;
	-background: #fff;
}

.prr-video-cta-box{
	position: relative;
	overflow: hidden;
	padding: 60px;
	border-radius: 36px;
	background:
		linear-gradient(135deg,#0B1220 0%,#1A2333 100%);
}

.prr-video-cta-box:before{
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(90,80,200,.18);
	filter: blur(80px);
}

.prr-video-cta-content{
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin-bottom: 34px;
}

.prr-video-cta-label{
	display: inline-flex;
	height: 36px;
	align-items: center;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #CBD5F5;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}

.prr-video-cta-box h2{
	margin: 0 0 18px;
	font-size: 48px;
	line-height: 1.05;
	color: #fff;
	letter-spacing: -.04em;
}

.prr-video-cta-box p{
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: rgba(255,255,255,.72);
}

.prr-video-cta-actions{
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

@media screen and (max-width: 1180px){

	.prr-video-hero-grid,
	.prr-video-problems-grid,
	.prr-video-steps,
	.prr-video-platforms-grid{
		grid-template-columns: 1fr 1fr;
	}

	.prr-video-hero-title{
		font-size: 50px;
	}
}

@media screen and (max-width: 768px){
	
	.prr-container_video {
		padding: 0 12px;
	}

	.prr-video-hero{
		padding: 70px 0 50px;
	}

	.prr-video-hero-grid,
	.prr-video-problems-grid,
	.prr-video-steps,
	.prr-video-platforms-grid{
		grid-template-columns: 1fr;
	}

	.prr-video-hero-title{
		font-size: 38px;
	}

	.prr-video-title{
		font-size: 34px;
	}

	.prr-video-cta-box{
		padding: 36px 26px;
		border-radius: 28px;
	}

	.prr-video-cta-box h2{
		font-size: 34px;
	}

	.prr-video-btn{
		width: 100%;
		justify-content: center;
	}
}

/* =========================================================
   VIDEO COPYRIGHT LANDING END
   ========================================================= */