		/* === PRICE NOTE === */

		.mp-price-note{
			display:flex;
			align-items:flex-start;
			gap:18px;

			margin:32px 0;

			padding:22px 24px;

			background:#FFFFFF;
			border:1px solid #E2E8F0;
			border-radius:16px;

			transition:all .2s ease;
		}

		.mp-price-note:hover{
			border-color:#D6DBF5;
			box-shadow:0 10px 30px rgba(90,80,200,0.06);
		}

		/* icon */

		.mp-price-note__icon{
			flex:0 0 54px;

			width:54px;
			height:54px;

			display:flex;
			align-items:center;
			justify-content:center;

			border-radius:14px;

			background:#EEF2FF;
			color:#5A50C8;
		}

		.mp-price-note__icon svg{
			width:24px;
			height:24px;
			stroke-width:2;
		}

		/* content */

		.mp-price-note__content{
			flex:1;
			min-width:0;
		}

		.mp-price-note__title{
			margin-bottom:10px;

			font-size:20px;
			line-height:1.3;
			font-weight:700;

			color:#0F172A;
		}

		.mp-price-note__text{
			font-size:15px;
			line-height:1.75;

			color:#334155;
		}

		/* link */

		.mp-price-note__link{
			display:inline-flex;
			align-items:center;
			gap:8px;

			margin-top:16px;
			padding:12px 18px;

			background:#F4F3FB;
			border:1px solid #D6D2F3;
			border-radius:12px;

			color:#5A50C8;
			font-size:14px;
			font-weight:600;
			text-decoration:none;

			transition:all .2s ease;

			max-width:100%;
			box-sizing:border-box;
		}

		.mp-price-note__link:hover{
			background:#E9E7FA;
			border-color:#C7C2F0;
			color:#4B42AA;
		}

		.mp-price-note__link svg{
			width:16px;
			height:16px;
			flex-shrink:0;
		}

		/* mobile */

		@media (max-width: 768px){

			.mp-price-note{
				flex-direction:column;
				padding:18px;
				gap:14px;
			}

			.mp-price-note__icon{
				width:48px;
				height:48px;
				flex:none;
			}

			.mp-price-note__title{
				font-size:18px;
			}

			.mp-price-note__text{
				font-size:15px;
				line-height:1.7;
			}

			.mp-price-note__link{
				width:100%;
				justify-content:center;
				text-align:center;
			}

		}

.pf-photo-rights{
    background:#F6F8FB;
    padding:40px 20px 80px;
    font-size:15px;
    line-height:1.7;
    color:#334155;
}

.pf-photo-rights__container{
    max-width:1480px;
    margin:0 auto;
}

/* HERO */

.pf-photo-rights__hero{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:28px;
    padding:42px;
    margin-bottom:28px;
}

.pf-photo-rights__hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#E6F4F1;
    border:1px solid #B7D9D1;
    color:#1F5C4F;
    font-weight:600;
    margin-bottom:22px;
}

.pf-photo-rights__hero-badge i{
    width:18px;
    height:18px;
    color:#2F7D6B;
}

.pf-photo-rights__title{
    font-size:42px;
    line-height:1.15;
    color:#0F172A;
    margin:0 0 18px;
}

.pf-photo-rights__lead{
    max-width:980px;
    font-size:17px;
    color:#64748B;
    margin:0;
}

.pf-photo-rights__hero-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:32px;
}

.pf-photo-rights__hero-card{
    display:flex;
    gap:14px;
    align-items:flex-start;
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:18px;
    padding:18px;
}

.pf-photo-rights__hero-card i{
    width:22px;
    height:22px;
    color:#5A50C8;
    flex-shrink:0;
}

/* CONTENT */

.pf-photo-rights__content{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.pf-photo-rights__section{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:24px;
    padding:34px;
}

.pf-photo-rights__section-head{
    display:flex;
    gap:18px;
    margin-bottom:26px;
}

.pf-photo-rights__icon{
    width:54px;
    height:54px;
    border-radius:16px;
    background:#EEF2FF;
    color:#5A50C8;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.pf-photo-rights__icon i{
    width:24px;
    height:24px;
}

.pf-photo-rights__section h2{
    margin:0 0 10px;
    font-size:30px;
    line-height:1.2;
    color:#0F172A;
}

.pf-photo-rights__section-head p{
    margin:0;
    color:#64748B;
}

/* INFO */

.pf-photo-rights__info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.pf-photo-rights__info-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:18px;
    padding:18px;
}

.pf-photo-rights__info-item i{
    width:20px;
    height:20px;
    color:#2F7D6B;
    flex-shrink:0;
}

/* RIGHTS */

.pf-photo-rights__rights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.pf-photo-rights__right{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:20px;
    padding:24px;
    transition:.2s ease;
}

.pf-photo-rights__right:hover{
    border-color:#D6DBF5;
    transform:translateY(-2px);
}

.pf-photo-rights__right-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#E6F4F1;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.pf-photo-rights__right-icon i{
    width:22px;
    height:22px;
    color:#2F7D6B;
}

.pf-photo-rights__right h3{
    margin:0 0 12px;
    font-size:20px;
    color:#0F172A;
}

.pf-photo-rights__right p{
    margin:0;
    color:#64748B;
}

/* STEPS */

.pf-photo-rights__steps{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.pf-photo-rights__step{
    display:flex;
    gap:18px;
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:18px;
    padding:20px;
}

.pf-photo-rights__step-num{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#5A50C8;
    color:#FFFFFF;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.pf-photo-rights__step h3{
    margin:0 0 8px;
    font-size:18px;
    color:#0F172A;
}

.pf-photo-rights__step p{
    margin:0;
    color:#64748B;
}

/* TIMELINE */

.pf-photo-rights__timeline{
    position:relative;
    padding-left:28px;
}

.pf-photo-rights__timeline:before{
    content:"";
    position:absolute;
    left:8px;
    top:6px;
    bottom:6px;
    width:2px;
    background:#D6DBF5;
}

.pf-photo-rights__timeline-item{
    position:relative;
    padding-bottom:28px;
}

.pf-photo-rights__timeline-item:last-child{
    padding-bottom:0;
}

.pf-photo-rights__timeline-dot{
    position:absolute;
    left:-28px;
    top:6px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#5A50C8;
    border:4px solid #EEF2FF;
}

.pf-photo-rights__timeline h3{
    margin:0 0 8px;
    font-size:19px;
    color:#0F172A;
}

.pf-photo-rights__timeline p{
    margin:0;
    color:#64748B;
}

/* CARDS */

.pf-photo-rights__cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.pf-photo-rights__card{
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:20px;
    padding:24px;
}

.pf-photo-rights__card i{
    width:24px;
    height:24px;
    color:#5A50C8;
    margin-bottom:16px;
}

.pf-photo-rights__card h3{
    margin:0 0 10px;
    font-size:19px;
    color:#0F172A;
}

.pf-photo-rights__card p{
    margin:0;
    color:#64748B;
}

/* CTA */

.pf-photo-rights__cta{
    background:linear-gradient(135deg,#FFFFFF 0%, #F8FAFC 100%);
    border:1px solid #E2E8F0;
    border-radius:28px;
    padding:42px;
}

.pf-photo-rights__cta-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#EEF2FF;
    border:1px solid #D6DBF5;
    color:#5A50C8;
    font-weight:600;
    margin-bottom:18px;
}

.pf-photo-rights__cta-badge i{
    width:18px;
    height:18px;
}

.pf-photo-rights__cta h2{
    margin:0 0 14px;
    font-size:34px;
    line-height:1.2;
    color:#0F172A;
}

.pf-photo-rights__cta p{
    margin:0;
    max-width:760px;
    color:#64748B;
    font-size:16px;
}

.pf-photo-rights__cta-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.pf-photo-rights__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 22px;
    border-radius:14px;
    font-weight:600;
    text-decoration:none;
    transition:.2s ease;
}

.pf-photo-rights__btn--primary{
    background:#2F7D6B;
    color:#FFFFFF;
}

.pf-photo-rights__btn--primary:hover{
    background:#276B5C;
}

.pf-photo-rights__btn--secondary{
    background:#F4F3FB;
    border:1px solid #D6D2F3;
    color:#5A50C8;
}

.pf-photo-rights__btn--secondary:hover{
    background:#E9E7FA;
}

/* LINKS */

.pf-photo-rights__links{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.pf-photo-rights__link{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px 20px;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:18px;
    text-decoration:none;
    color:#334155;
    font-weight:600;
    transition:.2s ease;
}

.pf-photo-rights__link:hover{
    border-color:#D6DBF5;
    background:#F8FAFC;
}

.pf-photo-rights__link i{
    width:20px;
    height:20px;
    color:#5A50C8;
}

/* MOBILE */

@media (max-width: 1100px){

    .pf-photo-rights__hero-grid,
    .pf-photo-rights__rights,
    .pf-photo-rights__cards,
    .pf-photo-rights__links,
    .pf-photo-rights__info{
        grid-template-columns:1fr;
    }

}

@media (max-width: 768px){

    .pf-photo-rights{
        padding:20px 14px 60px;
    }

    .pf-photo-rights__hero,
    .pf-photo-rights__section,
    .pf-photo-rights__cta{
        padding:24px;
        border-radius:22px;
    }

    .pf-photo-rights__title{
        font-size:30px;
    }

    .pf-photo-rights__section h2,
    .pf-photo-rights__cta h2{
        font-size:25px;
    }

    .pf-photo-rights__section-head{
        flex-direction:column;
    }

    .pf-photo-rights__cta-buttons{
        flex-direction:column;
    }

    .pf-photo-rights__btn{
        width:100%;
        box-sizing:border-box;
    }

}

.blog-banner .banner-elem {
    background: #FEF3C7;
}