/* ========================= SCOPE EVERYTHING UNDER .pns_rea ========================= */
.pns_rea {
    --ink: #111827;
    --muted: #6B7280;
    /* --bg: #F7F7FB;
            --white: #fff; */
    --border: #E5E7EB;
    --brand: #317846;
    --brand-600: #317846;
    /* --brand-soft: #cfe5f9; */
    --accent: #10B981;
    --warn: #F59E0B;
    --shadow: 0 10px 30px rgba(17, 24, 39, .08);
    --shadow-strong: 0 20px 44px rgba(17, 24, 39, .14);

    color: var(--ink);
    background: var(--bg);
}

.pns_rea a {
    text-decoration: none
}

.pns_rea .btn-brand {
    background: var(--brand);
    color: #fff;
    border: 1px solid var(--brand);
    font-weight: 800;
    border-radius: .9rem;
    box-shadow: 0 12px 28px rgba(95, 51, 230, .28);
    transition: .2s ease;
}

.pns_rea .btn-brand:hover {
    background: var(--brand-600);
    transform: translateY(-2px)
}

.pns_rea .btn-ghost {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--border);
    border-radius: .9rem;
    font-weight: 700
}

.pns_rea .chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .7rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    border: 1px solid #e0d8ff;
    font-weight: 700
}

.pns_rea .section-title {
    font-size: clamp(1.4rem, 1rem + 1.25vw, 2rem);
    font-weight: 800;
    letter-spacing: -.01em
}

.pns_rea .sub {
    color: var(--muted)
}

.pns_rea .card-soft {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: var(--shadow);
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pns_rea .card-soft:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong)
}

/* ========================= HERO ========================= */
.pns_rea .hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(1100px 800px at -10% -20%, rgba(95, 51, 230, .20), transparent 60%),
        radial-gradient(900px 650px at 110% 10%, rgba(95, 51, 230, .12), transparent 60%),
        linear-gradient(180deg, #fff 0%, #f6f7ff 100%);
}

.pns_rea .title-xl {
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-size: clamp(2rem, 1.5rem + 2vw, 3.1rem);
}

.pns_rea .t-gradient {
    background: linear-gradient(90deg, var(--brand) 0%, #317846 55%, #317846 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pns_rea .crumb a {
    color: var(--muted)
}

.pns_rea .crumb .active {
    color: #4b5563;
    font-weight: 600
}

/* ========================= IMAGE COLLAGE ========================= */
.pns_rea .collage {
    position: relative;
    min-height: 460px;
}

.pns_rea .collage img {
    position: absolute;
    border-radius: 1rem;
    box-shadow: var(--shadow-strong);
    object-fit: cover
}

.pns_rea .c1 {
    top: 0;
    left: 0;
    width: 62%;
    aspect-ratio: 4/3
}

.pns_rea .c2 {
    bottom: 0;
    right: 0;
    width: 72%;
    aspect-ratio: 4/3
}

.pns_rea .c-badge {
    position: absolute;
    right: 6%;
    top: 26%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    box-shadow: var(--shadow);
}

/* ========================= COUNTERS ========================= */
.pns_rea .kpi {
    display: flex;
    gap: .6rem;
    align-items: center;
    padding: .65rem .8rem;
    border-radius: .9rem;
    background: #fff;
    border: 1px solid var(--border)
}

.pns_rea .kpi i {
    color: var(--brand)
}

.pns_rea .counter {
    font-weight: 900;
    font-size: 1.5rem
}

/* ========================= SERVICES GRID ========================= */
.pns_rea .svc-ico {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 1.3rem;
    flex: 0 0 56px;
}

/* ========================= HOW IT WORKS ========================= */
.pns_rea .step {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: var(--shadow);
    height: 100%
}

.pns_rea .step .num {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #111827;
    color: #fff;
    font-weight: 800
}

/* ========================= CTA ========================= */
.pns_rea .cta {
    background: linear-gradient(90deg, #317846 0%, #317846 50%, #317846 100%);
    color: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 22px 54px rgba(95, 51, 230, .35);
}

.pns_rea .btn-ghost-light {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    font-weight: 800;
    border-radius: .9rem
}

.pns_rea .btn-ghost-light:hover {
    background: #135ca1;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 991.98px) {
    .pns_rea .collage {
        min-height: 380px
    }

    .pns_rea .c-badge {
        top: auto;
        bottom: 10%;
        right: 4%
    }
}

@media (max-width: 575.98px) {
    .pns_rea .collage {
        min-height: 320px
    }
}

ul {
    padding-left: 1px !important;
}