.page-banner {
    background-color: #454646;
    background-image: url('assets/img/backgrounds/social-banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 110px 0 80px;
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(12,10,12,0.62);
}

.page-banner__content {
    position: relative;
    z-index: 2;
}

.page-banner__title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

.page-banner__title span {
    color: #b0ce5a;
}

.breadcrumb-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

.breadcrumb-wrap li {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.breadcrumb-wrap li a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
}

.breadcrumb-wrap li a:hover {
    color: #b0ce5a;
}

.breadcrumb-wrap li+li::before {
    content: '›';
    margin-right: 8px;
}

.pillar-card {
    text-align: center;
    padding: 48px 32px;
    background: #f5f5f5;
    border-bottom: 4px solid transparent;
    transition: border-color 0.2s,box-shadow 0.2s;
    height: 100%;
}

.pillar-card:hover {
    border-bottom-color: #b0ce5a;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pillar-card__icon {
    font-size: 52px;
    color: #b0ce5a;
    margin-bottom: 20px;
    display: block;
}

.pillar-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #454646;
    margin-bottom: 14px;
}

.pillar-card__text {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.commitment-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.commitment-item__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #b0ce5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commitment-item__icon i {
    font-size: 22px;
    color: #454646;
}

.commitment-item__content h4 {
    font-weight: 700;
    color: #454646;
    margin-bottom: 6px;
    font-size: 16px;
}

.commitment-item__content p {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}
