.business-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right,
            rgba(90,80,200,.15),
            transparent 40%),
        linear-gradient(
            135deg,
            #0B1220 0%,
            #1A2333 100%
        );
    padding: 50px 35px 50px;
	margin-bottom: 50px;
	border-radius: 35px;
}

.business-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.business-hero-glow-1 {
    width: 500px;
    height: 500px;
    background: rgba(90,80,200,.18);
    top: -200px;
    right: -120px;
}

.business-hero-glow-2 {
    width: 350px;
    height: 350px;
    background: rgba(47,125,107,.12);
    bottom: -120px;
    left: -120px;
}

.business-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}

.business-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #CBD5F5;
    margin-bottom: 28px;
}

.business-hero-badge i {
    width: 18px;
    height: 18px;
    color: #2F7D6B;
}

.business-hero h1 {
    color: #fff;
    font-size: clamp(42px,5vw,64px);
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 24px;
    letter-spacing: -0.03em;
}

.business-hero-description {
    color: #CBD5E1;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
}

.business-hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.business-assets-card {
    position: relative;
    height: 520px;
}

.business-assets-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background:
        linear-gradient(135deg,#5A50C8,#2F7D6B);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    box-shadow:
        0 0 40px rgba(90,80,200,.35);
}

.business-assets-center i {
    width: 40px;
    height: 40px;
}

.asset-node {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #E2E8F0;
    text-align: center;
	animation: subtleBounce 3s infinite;
}

@keyframes subtleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.asset-node i {
    width: 24px;
    height: 24px;
    color: #2F7D6B;
}

.asset-1 { top: 0; left: 50%; transform: translateX(-50%);}
.asset-2 { top: 90px; right: 0;}
.asset-3 { bottom: 90px; right: 0;}
.asset-4 { bottom: 0; left: 50%; transform: translateX(-50%);}
.asset-5 { bottom: 90px; left: 0;}
.asset-6 { top: 90px; left: 0;}

.business-benefits {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    color: #CBD5E1;
}

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

.prr-business-hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.prr-business-hero-actions a {
    text-decoration: none;
}

.prr-business-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 28px;
    background: #2F7D6B;
    color: #fff;
    border-radius: 14px;
    border: 1px solid #2F7D6B;
    font-size: 16px;
    font-weight: 600;
    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
    box-shadow:
        0 10px 30px rgba(47,125,107,.25);
	text-decoration: none;	
}

.prr-business-btn-primary:hover {
    background: #276B5C;
    transform: translateY(-2px);
    box-shadow:
        0 18px 40px rgba(47,125,107,.35);
}

.prr-business-btn-primary i {
    width: 18px;
    height: 18px;
}

.prr-business-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 28px;
    background: rgba(255,255,255,.04);
    color: #EEF2FF;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    backdrop-filter: blur(12px);
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
	text-decoration: none;	
}

.prr-business-btn-secondary:hover {
    background: rgba(90,80,200,.15);
    border-color: rgba(90,80,200,.45);
    transform: translateY(-2px);
    box-shadow:
        0 10px 35px rgba(90,80,200,.25);
}

.prr-business-btn-secondary i {
    width: 18px;
    height: 18px;
    color: #A5B4FC;
}

@media (max-width: 768px) {

    .prr-business-hero-actions {
        flex-direction: column;
    }

    .prr-business-btn-primary,
    .prr-business-btn-secondary {
        max-width: 100%;
    }

}

@media (max-width: 992px) {

    .business-hero-grid {
        grid-template-columns: 1fr;
    }

    .business-assets-card {
        height: 420px;
    }

    .business-benefits {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {

    .business-hero {
        padding: 50px 12px 50px;
    }

    .business-hero h1 {
        font-size: 38px;
    }

    .business-hero-description {
        font-size: 17px;
    }

    .asset-node {
        width: 90px;
        height: 90px;
        font-size: 12px;
    }

    .business-assets-center {
        width: 130px;
        height: 130px;
    }

}

/* ==========================================
   WHAT WE PROTECT
========================================== */

.prr-business-assets {
    position: relative;
    overflow: hidden;
    padding: 100px 35px;
    background:
        radial-gradient(circle at top right,
            rgba(90,80,200,.08),
            transparent 40%),
        radial-gradient(circle at bottom left,
            rgba(47,125,107,.06),
            transparent 40%),
        #F6F8FB;
}

.prr-business-assets::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(90,80,200,.12),
            transparent 70%
        );
    pointer-events: none;
}

.prr-business-assets .section-heading {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.prr-business-assets .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #EEF2FF;
    color: #5A50C8;
    font-size: 14px;
    font-weight: 600;
}

.prr-business-assets .section-label i {
    width: 16px;
    height: 16px;
}

.prr-business-assets h2 {
    margin: 24px 0 0;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0F172A;
}

.prr-business-assets-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.prr-business-asset-card {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 24px;
    padding: 30px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.prr-business-asset-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(90,80,200,.06),
            rgba(47,125,107,.04)
        );
    opacity: 0;
    transition: opacity .35s ease;
}

.prr-business-asset-card::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(90,80,200,.15),
            transparent 70%
        );
    opacity: 0;
    transition: opacity .35s ease;
}

.prr-business-asset-card:hover {
    transform: translateY(-8px);
    border-color: #D6DBF5;
    box-shadow:
        0 25px 60px rgba(15,23,42,.10);
}

.prr-business-asset-card:hover::before,
.prr-business-asset-card:hover::after {
    opacity: 1;
}

.prr-business-asset-card i {
    width: 34px;
    height: 34px;
    color: #5A50C8;
    position: relative;
    z-index: 2;
}

.prr-business-asset-card span {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #0F172A;
}

.prr-business-assets-note {
    position: relative;
    margin-top: 50px;
    background:
        linear-gradient(
            135deg,
            #FFFFFF,
            #FBFCFF
        );
    border: 1px solid #D6DBF5;
    border-radius: 24px;
    padding: 34px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow:
        0 20px 50px rgba(15,23,42,.06);
}

.prr-business-assets-note-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            #EEF2FF,
            #E6F4F1
        );
    display: flex;
    align-items: center;
    justify-content: center;
}

.prr-business-assets-note-icon i {
    width: 32px;
    height: 32px;
    color: #5A50C8;
}

.prr-business-assets-note-content strong {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
}

.prr-business-assets-note-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #64748B;
}

@media (max-width: 1200px) {

    .prr-business-assets-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

    .prr-business-assets {
        padding: 60px 12px;
    }

    .prr-business-assets-grid {
        grid-template-columns: 1fr;
    }

    .prr-business-asset-card {
        min-height: 80px;
    }

    .prr-business-assets-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .prr-business-assets h2 {
        font-size: 34px;
    }

}

/* ==========================================
   BUSINESS LOSSES
========================================== */

.prr-business-losses {
    position: relative;
    padding: 100px 35px;
    background:
        linear-gradient(
            180deg,
            #0B1220,
            #131D2D
        );
    overflow: hidden;
}

.prr-business-losses::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(239,68,68,.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(47,125,107,.15),
            transparent 35%
        );
    pointer-events: none;
}

.prr-business-losses-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.prr-business-losses .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #CBD5F5;
    border: 1px solid rgba(255,255,255,.08);
}

.prr-business-losses h2 {
    margin-top: 24px;
    color: #FFFFFF;
    font-size: clamp(36px,5vw,56px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.03em;
}

.prr-business-losses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.prr-business-losses-side {
    position: relative;
    border-radius: 28px;
    padding: 40px;
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.prr-business-losses-side::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .9;
}

.prr-business-losses-risk {
    border: 1px solid rgba(239,68,68,.15);
    background: rgba(255,255,255,.03);
}

.prr-business-losses-risk::before {
    background:
        linear-gradient(
            135deg,
            rgba(239,68,68,.10),
            transparent 60%
        );
}

.prr-business-losses-solution {
    border: 1px solid rgba(47,125,107,.18);
    background: rgba(255,255,255,.04);
}

.prr-business-losses-solution::before {
    background:
        linear-gradient(
            135deg,
            rgba(47,125,107,.12),
            transparent 60%
        );
}

.prr-business-losses-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.prr-business-losses-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prr-business-losses-risk .prr-business-losses-icon {
    background: rgba(239,68,68,.12);
}

.prr-business-losses-risk .prr-business-losses-icon svg {
    color: #F87171;
}

.prr-business-losses-solution .prr-business-losses-icon {
    background: rgba(47,125,107,.15);
}

.prr-business-losses-solution .prr-business-losses-icon svg {
    color: #2F7D6B;
}

.prr-business-losses-icon i {
    width: 30px;
    height: 30px;
}

.prr-business-losses-title h3 {
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
}

.prr-business-losses-title p {
    margin: 0;
    color: #94A3B8;
}

.prr-business-losses-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.prr-business-losses-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #E2E8F0;
    font-size: 17px;
    line-height: 1.5;
}

.prr-business-losses-risk li i {
    color: #F87171;
}

.prr-business-losses-solution li i {
    color: #2F7D6B;
}

.prr-business-losses-list li i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 992px) {

    .prr-business-losses-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {

    .prr-business-losses {
        padding: 60px 12px;
    }

    .prr-business-losses-side {
        padding: 30px;
    }

    .prr-business-losses-title h3 {
        font-size: 24px;
    }

}

/* ==========================================
   BUSINESS WORKFLOW
========================================== */

.prr-business-workflow {
    position: relative;
    overflow: hidden;
    padding: 100px 35px;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(90,80,200,.10),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(47,125,107,.08),
            transparent 35%
        ),
        #0B1220;
}

.prr-business-workflow-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 90px;
}

.prr-business-workflow .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #CBD5F5;
    font-size: 14px;
    font-weight: 600;
}

.prr-business-workflow h2 {
    margin-top: 24px;
    color: #FFFFFF;
    font-size: clamp(38px,5vw,58px);
    line-height: 1.08;
    letter-spacing: -.03em;
    font-weight: 800;
}

.prr-business-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.prr-business-timeline-line {
    position: absolute;
    top: 48px;
    left: 7%;
    right: 7%;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            #5A50C8,
            #2F7D6B
        );
    opacity: .5;
}

.prr-business-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.prr-business-step-dot {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    color: #FFFFFF;
    background:
        linear-gradient(
            135deg,
            #5A50C8,
            #2F7D6B
        );
    box-shadow:
        0 0 0 8px rgba(255,255,255,.04),
        0 15px 40px rgba(90,80,200,.35);
}

.prr-business-step svg {
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
    color: #CBD5F5;
}

.prr-business-step h3 {
    margin: 0;
    color: #E2E8F0;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

.prr-business-step-result .prr-business-step-dot {
    box-shadow:
        0 0 0 10px rgba(47,125,107,.12),
        0 20px 50px rgba(47,125,107,.35);
}

.prr-business-workflow-note {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 28px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: #CBD5F5;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.prr-business-workflow-note i {
    width: 22px;
    height: 22px;

    color: #2F7D6B;
}

@media (max-width: 1200px) {

    .prr-business-timeline {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 50px;
    }

    .prr-business-timeline-line {
        display: none;
    }
}

@media (max-width: 768px) {

    .prr-business-workflow {
        padding: 60px 12px;
    }

    .prr-business-timeline {
        grid-template-columns: 1fr;
    }

    .prr-business-step {
        max-width: 420px;
        margin: 0 auto;
    }

    .prr-business-workflow-note {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================
   BUSINESS ECONOMICS
========================================== */

.prr-business-economics {
    padding: 100px 35px;
    background: #F6F8FB;
}

.prr-business-economics-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.prr-business-economics-head .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #EEF2FF;
    color: #5A50C8;
    font-size: 14px;
    font-weight: 600;
}

.prr-business-economics-head h2 {
    margin: 22px 0 20px;
    color: #0F172A;
    font-size: clamp(36px,5vw,54px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.03em;
}

.prr-business-economics-head p {
    max-width: 760px;
    margin: 0 auto;
    color: #64748B;
    font-size: 18px;
    line-height: 1.7;
}

.prr-business-economics-highlight {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #FFFFFF,
            #F8FAFF
        );
    border: 1px solid #E2E8F0;
    box-shadow:
        0 20px 60px rgba(15,23,42,.06);
}

.prr-business-economics-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(
            circle at right top,
            rgba(90,80,200,.08),
            transparent 35%
        );
}

.highlight-icon {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
}

.highlight-icon i {
    width: 36px;
    height: 36px;
    color: #5A50C8;
}

.highlight-content {
    position: relative;
    z-index: 2;
}

.highlight-content h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 28px;
    font-weight: 700;
}

.highlight-content p {
    margin: 0;
    color: #64748B;
    line-height: 1.7;
}

.prr-business-economics-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}

.prr-business-economics-card {
    position: relative;
    padding: 34px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    transition: .3s ease;
}

.prr-business-economics-card:hover {
    transform: translateY(-4px);
    border-color: #D6D2F3;
    box-shadow:
        0 20px 50px rgba(90,80,200,.08);
}

.prr-business-economics-card .card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #EEF2FF;
}

.prr-business-economics-card .card-icon i {
    width: 28px;
    height: 28px;
    color: #5A50C8;
}

.prr-business-economics-card h3 {
    margin: 0 0 14px;
    color: #0F172A;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.prr-business-economics-card p {

    margin: 0;

    color: #64748B;

    line-height: 1.7;
}

@media (max-width: 768px) {

    .prr-business-economics {
        padding: 60px 12px;
    }

    .prr-business-economics-highlight {
        flex-direction: column;
        text-align: center;
    }

    .prr-business-economics-grid {
        grid-template-columns: 1fr;
    }
	
	.highlight-content h3{
		font-size: 22px;
		line-height: 26px;
	}

}

/* ==========================================
   BUSINESS CASES
========================================== */

.prr-business-cases {
    position: relative;
    overflow: hidden;
    padding: 100px 35px;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(90,80,200,.12),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(47,125,107,.08),
            transparent 35%
        ),
        #0B1220;
}

.prr-business-cases-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
}

.prr-business-cases-head .section-label{
	display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #CBD5F5;
    font-size: 14px;
    font-weight: 600;
}


.prr-business-cases-head h2 {
    margin: 22px 0 18px;
    color: #FFFFFF;
    font-size: clamp(38px,5vw,56px);
    line-height: 1.08;
    letter-spacing: -.03em;
    font-weight: 800;
}

.prr-business-cases-head p {
    max-width: 760px;
    margin: 0 auto;
    color: #94A3B8;
    font-size: 18px;
    line-height: 1.7;
}

.prr-business-cases-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}

.prr-business-case-card {
    position: relative;
    padding: 34px;
    border-radius: 28px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.03)
        );
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    transition: .35s ease;
}

.prr-business-case-card:hover {
    transform: translateY(-6px);
    border-color: rgba(90,80,200,.45);
    box-shadow:
        0 25px 60px rgba(90,80,200,.18);
}

.case-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.case-number {
    color: #CBD5F5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.case-status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(47,125,107,.15);
    color: #8EE2C8;
    font-size: 12px;
    font-weight: 700;
}

.case-status i {
    width: 14px;
    height: 14px;
}

.case-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(90,80,200,.25),
            rgba(47,125,107,.20)
        );
}

.case-icon svg {
    width: 34px;
    height: 34px;
    color: #FFFFFF;
}

.prr-business-case-card h3 {
    margin: 0 0 16px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.prr-business-case-card p {
    margin: 0;
    color: #94A3B8;
    line-height: 1.8;
}

/* mobile */

@media (max-width: 992px) {

    .prr-business-cases-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {

    .prr-business-cases {
        padding: 60px 12px;
    }

}

/* ==========================================
   BUSINESS FAQ
========================================== */

.prr-business-faq {
    padding: 100px 35px;
    background: #F6F8FB;
}

.prr-business-faq-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

.prr-business-faq-head .section-label{
	display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #EEF2FF;
    color: #5A50C8;
    font-size: 14px;
    font-weight: 600;
}

.prr-business-faq-head h2 {
    margin: 22px 0 18px;
    color: #0F172A;
    font-size: clamp(36px,5vw,54px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.03em;
}

.prr-business-faq-head p {
    color: #64748B;
    font-size: 18px;
    line-height: 1.7;
}

.prr-business-faq-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}

.prr-business-faq-card {
    position: relative;
    padding: 34px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    transition: .3s ease;
	overflow: hidden;
}

.prr-business-faq-card:hover {
    transform: translateY(-4px);
    border-color: #D6D2F3;
    box-shadow:
        0 20px 50px rgba(90,80,200,.08);
}

.prr-business-faq-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 25px 25px 0 0;
    background:
        linear-gradient(
            90deg,
            #5A50C8,
            #2F7D6B
        );
    opacity: 0;
    transition: .3s ease;
}

.prr-business-faq-card:hover::before {
    opacity: 1;
}

.faq-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 18px;
    background: #EEF2FF;
}

.faq-icon i {
    width: 26px;
    height: 26px;
    color: #5A50C8;
}

.prr-business-faq-card h3 {
    margin: 0 0 14px;
    color: #0F172A;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.prr-business-faq-card p {
    margin: 0;
    color: #64748B;
    line-height: 1.75;
}

@media (max-width: 900px) {

    .prr-business-faq-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {

    .prr-business-faq {
        padding: 60px 12px;
    }

}

/* ОПИСАНИЕ */

.prr-public-work {
    max-width: 1050px;
    margin: 35px auto;
    padding: 35px;
    background: #FFFFFF;
    border-radius: 35px;
    box-shadow:
        0 2px 10px rgba(15, 23, 42, 0.04),
        0 0 0 1px rgba(90, 80, 200, 0.04);
    position: relative;
    color: #334155;
    line-height: 1.75;
    font-size: 16px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
	border: 1px solid #E2E8F0;
}

.prr-public-work:hover {
    transform: translateY(-2px);
}

.prr-public-work__header {
	display: flex;
    gap: 11px;
    align-items: center;
}

.prr-public-work__header svg {
    color: #5A50C8;
}

.prr-public-work p {
    margin-bottom: 16px;
}

.prr-public-work p:last-child {
    margin-bottom: 0;
}

.prr-public-work a {
    color: #5A50C8;
    text-decoration: none;
    border-bottom: 1px solid rgba(90, 80, 200, 0.3);
    transition: 0.2s ease;
}

.prr-public-work a:hover {
    color: #4B42AA;
    border-bottom-color: #4B42AA;
}

.prr-public-work h1,
.prr-public-work h2,
.prr-public-work h3 {
    color: #0F172A;
    margin-top: 24px;
    margin-bottom: 12px;
}

.prr-public-work strong {
    color: #0F172A;
}

.prr-public-work blockquote {
    margin: 20px 0;
    padding: 12px 16px;

    border-left: 3px solid #5A50C8;
    background: #F4F3FB;
    color: #334155;
    border-radius: 8px;
}

/* ==========================================
   BUSINESS FINAL CTA
========================================== */

.prr-business-final-cta {
    position: relative;
    overflow: hidden;
    padding: 100px 35px 80px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(90,80,200,.14),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(47,125,107,.10),
            transparent 35%
        ),
        #0B1220;
}

.prr-business-final-inner {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 70px;
    border-radius: 32px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.03)
        );
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.08);
}

.prr-business-final-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(47,125,107,.18);
    color: #8EE2C8;
    font-weight: 600;
}

.prr-business-final-badge i {
    width: 18px;
    height: 18px;
}

.prr-business-final-inner h2 {
    margin: 28px 0 20px;
    color: #FFFFFF;
    font-size: clamp(42px,5vw,64px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.03em;
}

.prr-business-final-inner p {
    max-width: 760px;
    margin: 0 auto;
    color: #94A3B8;
    font-size: 20px;
    line-height: 1.8;
}

.prr-business-final-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.prr-business-final-actions .btn-primary,
.prr-business-final-actions .btn-secondary {
    min-width: 270px;
}

.prr-business-final-features {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 42px;
}

.prr-business-final-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #CBD5E1;
    font-size: 14px;
}

.prr-business-final-features i {
    width: 16px;
    height: 16px;
    color: #8EE2C8;
}

.prr-business-final-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.prr-business-final-glow.glow-1 {
    width: 350px;
    height: 350px;
    left: -120px;
    top: 80px;
    background: rgba(90,80,200,.20);
}

.prr-business-final-glow.glow-2 {

    width: 300px;
    height: 300px;
    right: -80px;
    bottom: 40px;
    background: rgba(47,125,107,.18);
}

.prr-business-links {
    margin-top: 60px;
}

.prr-business-links-title {
    text-align: center;
    color: #94A3B8;
    margin-bottom: 26px;
    font-size: 15px;
}

.prr-business-links-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.prr-business-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    text-decoration: none;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: #CBD5E1;
    transition: .25s ease;
}

.prr-business-link:hover {
    transform: translateY(-3px);
    border-color: rgba(90,80,200,.45);
    background: rgba(90,80,200,.08);
    color: #FFFFFF;
}

.prr-business-link i {
    width: 18px;
    height: 18px;
    color: #8EE2C8;
}

@media (max-width: 992px) {

    .prr-business-links-grid {

        grid-template-columns: repeat(2,1fr);
    }

}

@media (max-width: 768px) {
	
	.prr-business-final-cta{
		padding: 50px 12px 40px;
		margin-bottom: 40px;
	}

    .prr-business-final-inner {

        padding: 20px 12px;
    }

    .prr-business-links-grid {

        grid-template-columns: 1fr;
    }

}