.awc-stat-box {
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    overflow: hidden;
}
.awc-stat-cell {
    padding: 2rem 1rem;
    text-align: center;
}
.awc-stat-cell .awc-stat-num {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0.4rem;
}
.awc-stat-cell .awc-stat-num.awc-stat-sm {
    font-size: 1.35rem;
}
.awc-stat-cell p {
    margin: 0;
    color: rgba(255,255,255,0.6);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.awc-stat-cell.awc-border-right  { border-right:  1px solid rgba(255,255,255,0.2); }
.awc-stat-cell.awc-border-bottom { border-bottom: 1px solid rgba(255,255,255,0.2); }

.awc-zones-section { padding: 5rem 0; }
.awc-zones-label {
    color: #4876BD;
    letter-spacing: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    display: block;
}
.awc-zones-cities {
    color: rgba(255,255,255,0.82);
    font-size: 1.05rem;
    line-height: 2.5;
    margin: 0;
}

.awc-client-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
}
.awc-client-card video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.awc-client-card-overlay {
    position: relative;
    z-index: 1;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.75) 100%);
    width: 100%;
    padding: 2rem 1.5rem 1.5rem;
}
.awc-client-card h3 {
    color: #fff;
    margin-bottom: 0.4rem;
}
.awc-client-card p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}
