					/* =========================
					   OUTER BLOCK (фон)
					========================= */

					.crosslink-block {
					  width: 100%;
					  background: #F6F8FB;
					  border-top: 1px solid #E2E8F0;
					  border-bottom: 1px solid #E2E8F0;
					  padding: 30px 0;
					  margin-top: 30px;
					  margin-bottom: 30px;
					}

					/* =========================
					   INNER LAYOUT (ВАЖНО!)
					   используем твой дизайн-container
					========================= */

					.crosslink-inner {
					  display: flex;
					  justify-content: space-between;
					  align-items: center;
					  gap: 20px;
					}

					/* =========================
					   TEXT BLOCK
					========================= */

					.crosslink-text {
					  display: flex;
					  gap: 10px;
					  align-items: flex-start;
					  max-width: 750px;
					}

					.crosslink-text h3 {
					  margin: 0;
					  font-size: 16px;
					  color: #0F172A;
					}

					.crosslink-text p {
					  margin: 4px 0 0;
					  font-size: 13px;
					  color: #64748B;
					  line-height: 1.4;
					}

					/* =========================
					   BUTTON (в стиле твоего сайта)
					========================= */

					.crosslink-btn {
					  display: inline-flex;
					  align-items: center;
					  gap: 8px;

					  background: linear-gradient(135deg, #5A50C8, #7C3AED);
					  color: #fff !important;

					  padding: 12px 18px;
					  border-radius: 12px;
					  text-decoration: none;
					  font-weight: 600;

					  transition: all 0.25s ease;
					  box-shadow: 0 10px 25px rgba(90,80,200,0.25);

					  white-space: nowrap;
					}

					.crosslink-btn:hover {
					  transform: translateY(-2px);
					  box-shadow: 0 18px 40px rgba(90,80,200,0.35);
					}

					/* =========================
					   MOBILE
					========================= */

					@media (max-width: 768px) {

					  .crosslink-inner {
						flex-direction: column;
						align-items: flex-start;
						padding: 0px 30px;
					  }

					  .crosslink-btn {
						width: 90%;
						justify-content: center;
					  }

					  .crosslink-text {
						max-width: 100%;
					  }
					}

/* =========================
   PROFRR PHOTO RIGHTS ARTICLE
   unique classes
========================= */

.prf-photo-law {
    max-width: 1480px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
}

/* typography */

.prf-photo-law h1 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 18px;
    color: #0F172A;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.prf-photo-law h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 18px;
    color: #0F172A;
    font-weight: 700;
}

.prf-photo-law h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 14px;
    color: #0F172A;
    font-weight: 700;
}

.prf-photo-law p {
    margin: 0 0 18px;
    color: #334155;
}

.prf-photo-law a {
    color: #5A50C8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.prf-photo-law a:hover {
    color: #4B42AA;
}

/* hero */

.prf-photo-law-hero {
    position: relative;
    padding: 42px;
    margin-bottom: 28px;

    background:
        radial-gradient(circle at top right, rgba(90,80,200,0.08), transparent 35%),
        #FFFFFF;

    border: 1px solid #E2E8F0;
    border-radius: 28px;

    overflow: hidden;
}

.prf-photo-law-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 10px 14px;

    background: #E6F4F1;
    border: 1px solid #B7D9D1;
    border-radius: 999px;

    color: #1F5C4F;
    font-size: 13px;
    font-weight: 700;
}

.prf-photo-law-badge svg {
    width: 16px;
    height: 16px;
    stroke: #2F7D6B;
}

.prf-photo-law-lead {
    max-width: 760px;
    font-size: 17px;
    color: #64748B;
    margin-bottom: 0;
}

/* sections */

.prf-photo-law-section {
    margin-bottom: 26px;
}

.prf-photo-law-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    padding: 30px;
    transition: all 0.25s ease;
}

.prf-photo-law-card:hover {
    border-color: #D6DBF5;
    box-shadow: 0 10px 30px rgba(90,80,200,0.07);
}

/* heading row */

.prf-photo-law-head {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 20px;
}

.prf-photo-law-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;

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

    background: #EEF2FF;
    border: 1px solid #D6D2F3;
    border-radius: 16px;
}

.prf-photo-law-icon svg {
    width: 26px;
    height: 26px;
    stroke: #5A50C8;
}

/* notice */

.prf-photo-law-note {
    margin-top: 18px;
    padding: 18px 20px;

    background: #F6F8FB;
    border-left: 4px solid #5A50C8;
    border-radius: 14px;

    color: #334155;
}

/* lists */

.prf-photo-law-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prf-photo-law-list li {
    position: relative;

    margin-bottom: 12px;
    padding-left: 34px;

    color: #334155;
}

.prf-photo-law-list li:last-child {
    margin-bottom: 0;
}

.prf-photo-law-list li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 7px;

    width: 18px;
    height: 18px;

    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232F7D6B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
        no-repeat center center;
}

/* 5 violations grid */

.prf-photo-law-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;

    margin-top: 26px;
}

.prf-photo-law-violation {
    padding: 24px;

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

    transition: all 0.25s ease;
}

.prf-photo-law-violation:hover {
    transform: translateY(-3px);
    border-color: #D6DBF5;
    box-shadow: 0 10px 24px rgba(90,80,200,0.06);
}

.prf-photo-law-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    margin-bottom: 16px;

    border-radius: 12px;

    background: #EEF2FF;
    color: #5A50C8;

    font-weight: 800;
    font-size: 15px;
}

.prf-photo-law-violation h3 {
    margin-bottom: 12px;
}

/* steps */

.prf-photo-law-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;

    margin-top: 24px;
}

.prf-photo-law-step {
    padding: 18px;

    background: #F6F8FB;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
}

.prf-photo-law-step b {
    display: block;
    margin-bottom: 8px;

    color: #0F172A;
    font-size: 15px;
}

/* CTA */

.prf-photo-law-cta {
    margin-top: 34px;
    padding: 34px;

    background:
        radial-gradient(circle at top right, rgba(90,80,200,0.10), transparent 35%),
        #FFFFFF;

    border: 1px solid #E2E8F0;
    border-radius: 28px;

    text-align: center;
}

.prf-photo-law-cta h2 {
    margin-bottom: 14px;
}

.prf-photo-law-cta p {
    max-width: 720px;
    margin: 0 auto 22px;
}

.prf-photo-law-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.prf-photo-law-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 52px;
    padding: 0 24px;

    border-radius: 14px;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.25s ease;
    box-sizing: border-box;
}

.prf-photo-law-btn-primary {
    background: #2F7D6B;
    color: #FFFFFF !important;
}

.prf-photo-law-btn-primary:hover {
    background: #276B5C;
    transform: translateY(-2px);
}

.prf-photo-law-btn-secondary {
    background: #F4F3FB;
    border: 1px solid #D6D2F3;
    color: #5A50C8 !important;
}

.prf-photo-law-btn-secondary:hover {
    background: #E9E7FA;
}

/* mobile */

@media (max-width: 900px) {

    .prf-photo-law-grid {
        grid-template-columns: 1fr;
    }

    .prf-photo-law-steps {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 768px) {

    .prf-photo-law {
        font-size: 14px;
    }

    .prf-photo-law h1 {
        font-size: 28px;
    }

    .prf-photo-law h2 {
        font-size: 22px;
    }

    .prf-photo-law-card,
    .prf-photo-law-hero,
    .prf-photo-law-cta {
        padding: 24px;
        border-radius: 22px;
    }

    .prf-photo-law-head {
        align-items: flex-start;
    }

    .prf-photo-law-steps {
        grid-template-columns: 1fr;
    }

    .prf-photo-law-buttons {
        flex-direction: column;
    }

    .prf-photo-law-btn {
        width: 100%;
    }

}