.ccs-327ba935-container {
    padding: 60px;
    border-radius: 12px;
    font-family: sans-serif;
    color: #fff;
}
.ccs-327ba935-header {
    margin-bottom: 40px;
}
.ccs-327ba935-subheading {
    color: #a3e635;
    /* Typography controls handles font-size, etc. fallback below */
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.ccs-327ba935-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #fff;
}
.ccs-327ba935-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #e2e8f0;
    margin: 0;
}
.ccs-327ba935-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.ccs-327ba935-card {
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.ccs-327ba935-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.ccs-327ba935-card-stat {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.ccs-327ba935-card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #fff;
}
.ccs-327ba935-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #cbd5e1;
    margin: 0;
}
.ccs-327ba935-bottom {
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.ccs-327ba935-bottom-left {
    flex: 1;
}
.ccs-327ba935-bb-sub {
    color: #fbbf24;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}
.ccs-327ba935-bb-head {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #fff;
}
.ccs-327ba935-bb-desc {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
}
.ccs-327ba935-bottom-right {
    flex: 2;
}
.ccs-327ba935-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}
.ccs-327ba935-bar-track {
    background-color: #cbd5e1;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.ccs-327ba935-bar-fill {
    height: 100%;
    background-color: #a3e635;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .ccs-327ba935-cards { grid-template-columns: repeat(2, 1fr); }
    .ccs-327ba935-bottom { flex-direction: column; align-items: flex-start; }
    .ccs-327ba935-bottom-right { width: 100%; }
}
@media (max-width: 767px) {
    .ccs-327ba935-cards { grid-template-columns: 1fr; }
    .ccs-327ba935-container { padding: 30px; }
}