.hero {position: relative;overflow: hidden;}
.hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -60px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 60px solid rgba(19, 39, 94, 0.04);
    pointer-events: none;
}
.hero::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 160px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 30px solid rgba(19, 39, 94, 0.04);
    pointer-events: none;
}
.hero-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6B7280;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-tag-dot {
    width: 6px;
    height: 6px;
    background: #13275e;
    border-radius: 50%;
    display: inline-block;
}
.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
#plugin-active-causes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
}
#plugin-active-causes li {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    background: #FFFFFF;
    color: #13275e;
    margin: 3px 3px 3px 0;
    border: 1px solid #DCE4F7;
}
#key-outcomes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}
#key-outcomes li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}
#key-outcomes li:before {
    content: '✓';
    width: 20px;
    height: 20px;
    background: #13275e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
}
.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-eyebrow:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #D8E1F4;
}
.cs-table table {
    font-size: 14px;
    margin-top: 20px;
}
.cs-table table :is(thead, th, td) {
    border: 0;
}
.cs-table table thead tr {
    background: #F3F6FF;
}
.cs-table table thead th {
    padding: 13px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #141414;
}
.cs-table table thead th:first-child {
    border-radius: 8px 0 0 0;
}
.cs-table table thead th:last-child {
    border-radius: 0 8px 0 0;
}
.cs-table table tbody tr {
    border-bottom: 1px solid #E3E8F5;
    transition: background 0.15s;
}
.cs-table table tbody tr:hover {
    background: #F8FAFF;
}
.cs-table table tbody tr:last-child {
    border-bottom: none;
}
.cs-table table tbody td {
    padding: 13px 16px;
    color: #333;
    vertical-align: top;
    line-height: 1.5;
    font-size: 13px;
}
.cs-table table tbody td:first-child {
    font-weight: 500;
    color: #141414;
}
.cs-table table tbody td:nth-child(2) {
    color: #C0392B;
}
.cs-table table tbody td:nth-child(3) {
    color: #13275e;
    font-weight: 500;
}
.cs-table .delta {
    background: #F3F6FF;
    color: #13275e;
    font-weight: 600;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 20px;
    white-space: nowrap;
    display: inline-block;
}
.cta-box::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 0.05);
}
.single-portfolio p.wp-block-paragraph a {color: #f4476c;}
.single-portfolio p.wp-block-paragraph a:hover {color:#fdb642;}
@media only screen and (max-width: 768px) {
h1.uagb-heading-text {font-size: 32px !important;}
p.wp-block-paragraph{font-size:16px !important;}
.pb-card h3{font-size:24px;}
}