.wf-public-home .wf-community {
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 48%, rgba(19, 126, 255, .16), transparent 32rem),
        radial-gradient(circle at 82% 25%, rgba(18, 73, 143, .2), transparent 34rem),
        linear-gradient(135deg, #030b18 0%, #07172b 52%, #061426 100%);
}

.wf-public-home .wf-community__layout {
    grid-template-columns: minmax(0, 1fr) minmax(520px, .94fr);
    gap: clamp(48px, 6vw, 94px);
}

.wf-public-home .wf-community__visual {
    min-width: 0;
    min-height: clamp(540px, 48vw, 720px);
    overflow: hidden;
    border: 1px solid rgba(67, 152, 255, .28);
    border-radius: clamp(24px, 2.2vw, 34px);
    background:
        radial-gradient(circle at 48% 46%, rgba(0, 133, 255, .12), transparent 44%),
        linear-gradient(145deg, rgba(7, 28, 52, .92), rgba(3, 12, 27, .96));
    box-shadow: inset 0 1px rgba(137, 207, 255, .08), 0 30px 90px rgba(0, 3, 14, .38);
}

.wf-public-home .wf-community__visual::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(54, 164, 255, .42) .7px, transparent .9px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, #000, transparent 74%);
    content: "";
    opacity: .32;
}

.wf-community__canvas,
.wf-community__fallback {
    position: absolute;
    inset: 4%;
    width: 92%;
    height: 92%;
}

.wf-community__canvas {
    z-index: 2;
    display: block;
    opacity: 0;
    transition: opacity 700ms ease;
}

.wf-community__visual.is-webgl-ready .wf-community__canvas { opacity: 1; }
.wf-community__visual.is-webgl-ready .wf-community__fallback { opacity: 0; }

.wf-community__fallback {
    z-index: 1;
    display: grid;
    place-items: center;
    transition: opacity 500ms ease;
}

.wf-community__fallback-sphere {
    position: relative;
    width: min(76%, 500px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(88, 206, 255, .62);
    border-radius: 50%;
    background:
        radial-gradient(circle at 33% 27%, rgba(71, 190, 255, .28), transparent 28%),
        radial-gradient(circle at center, rgba(13, 87, 170, .18), rgba(1, 10, 29, .96) 72%);
    box-shadow: inset -34px -24px 75px rgba(0, 3, 17, .72), 0 0 55px rgba(20, 145, 255, .28);
}

.wf-community__fallback-sphere::before,
.wf-community__fallback-sphere::after {
    position: absolute;
    border: 1px solid rgba(48, 167, 255, .24);
    border-radius: 50%;
    content: "";
}

.wf-community__fallback-sphere::before { inset: 7% 30%; }
.wf-community__fallback-sphere::after { inset: 30% 7%; }

.wf-community__fallback-sphere i {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid #d9f8ff;
    border-radius: 50%;
    background: #168cff;
    box-shadow: 0 0 0 7px rgba(22, 140, 255, .12), 0 0 20px #168cff;
}

.wf-community__fallback-sphere i:nth-child(1) { left: 22%; top: 34%; }
.wf-community__fallback-sphere i:nth-child(2) { left: 47%; top: 24%; }
.wf-community__fallback-sphere i:nth-child(3) { right: 20%; top: 42%; }
.wf-community__fallback-sphere i:nth-child(4) { left: 34%; bottom: 27%; }
.wf-community__fallback-sphere i:nth-child(5) { right: 31%; bottom: 22%; }
.wf-community__fallback-sphere i:nth-child(6) { left: 18%; bottom: 42%; }

.wf-public-home .wf-community__badge {
    z-index: 5;
    right: 7%;
    bottom: 7%;
    padding: 16px 18px;
    gap: 13px;
    border-color: rgba(61, 155, 255, .4);
    border-radius: 17px;
    color: #eef8ff;
    background: rgba(4, 22, 42, .9);
    box-shadow: 0 20px 50px rgba(0, 4, 17, .42), inset 0 1px rgba(142, 216, 255, .08);
}

.wf-public-home .wf-community__badge > i {
    width: 42px;
    height: 42px;
    color: #02180f;
    background: #25d367;
}

.wf-public-home .wf-community__badge strong { color: #25d8ff; font-size: 15px; }
.wf-public-home .wf-community__badge small { color: #9aabc0; font-size: 12px; }

.wf-public-home .wf-community .wf-section-copy { min-width: 0; }
.wf-public-home .wf-community .wf-kicker { color: #28d7ff; }
.wf-public-home .wf-community h2 { color: #f8fbff; font-size: clamp(44px, 5vw, 70px); line-height: 1.06; }
.wf-public-home .wf-community h2 em {
    color: transparent;
    background: linear-gradient(90deg, #238bff, #55b9ff);
    -webkit-background-clip: text;
    background-clip: text;
}
.wf-public-home .wf-community .wf-section-copy > p {
    max-width: 720px;
    color: #c1cde0;
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.7;
}

.wf-public-home .wf-community__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 20px);
    margin-top: clamp(34px, 4vw, 52px);
}

.wf-public-home .wf-community__stats article {
    min-height: 190px;
    padding: clamp(18px, 1.8vw, 28px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(48, 145, 255, .36);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(8, 33, 61, .88), rgba(4, 18, 37, .92));
    box-shadow: inset 0 1px rgba(126, 206, 255, .06), 0 18px 46px rgba(0, 4, 18, .23);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.wf-public-home .wf-community__stats article:hover {
    border-color: rgba(62, 173, 255, .65);
    box-shadow: 0 22px 54px rgba(0, 75, 173, .2), inset 0 1px rgba(151, 219, 255, .1);
    transform: translateY(-5px);
}

.wf-public-home .wf-community__stats strong {
    color: #29cfff;
    font-size: clamp(38px, 2.5vw, 64px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .95;
    white-space: nowrap;
    text-shadow: 0 0 25px rgba(30, 151, 255, .18);
}

.wf-public-home .wf-community__stats .wf-community__stat--featured strong {
    color: transparent;
    background: linear-gradient(180deg, #51d7ff, #1b7cff);
    -webkit-background-clip: text;
    background-clip: text;
}

.wf-public-home .wf-community__stats span {
    margin-top: 22px;
    color: #aebdd0;
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    .wf-public-home .wf-community__layout { grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr); gap: 38px; }
    .wf-public-home .wf-community__stats article { min-height: 165px; padding: 22px; }
}

@media (max-width: 1024px) {
    .wf-public-home .wf-community__layout { grid-template-columns: 1fr; }
    .wf-public-home .wf-community__visual { width: min(760px, 100%); min-height: 570px; margin-inline: auto; }
    .wf-public-home .wf-community .wf-section-copy { max-width: 820px; margin-inline: auto; text-align: center; }
    .wf-public-home .wf-community .wf-kicker { justify-content: center; }
    .wf-public-home .wf-community .wf-section-copy > p { margin-inline: auto; }
}

@media (max-width: 768px) {
    .wf-public-home .wf-community__visual { min-height: min(76vw, 520px); }
    .wf-public-home .wf-community__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wf-public-home .wf-community__stats article { min-height: 145px; padding: 18px 14px; }
    .wf-public-home .wf-community__stats span { margin-top: 16px; }
}

@media (max-width: 560px) {
    .wf-public-home .wf-community__visual { min-height: 390px; border-radius: 22px; }
    .wf-community__canvas, .wf-community__fallback { inset: 2%; width: 96%; height: 96%; }
    .wf-public-home .wf-community__badge { right: 4%; bottom: 4%; padding: 11px 13px; }
    .wf-public-home .wf-community__badge > i { width: 34px; height: 34px; }
    .wf-public-home .wf-community__badge strong { font-size: 12px; }
    .wf-public-home .wf-community__badge small { font-size: 10px; }
    .wf-public-home .wf-community h2 { font-size: clamp(38px, 11vw, 52px); }
    .wf-public-home .wf-community__stats { grid-template-columns: 1fr; }
    .wf-public-home .wf-community__stats article { min-height: 128px; align-items: center; text-align: center; }
    .wf-public-home .wf-community__stats strong { font-size: 48px; }
    .wf-public-home .wf-community__stats span { margin-top: 12px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .wf-community__canvas,
    .wf-community__fallback,
    .wf-public-home .wf-community__stats article { transition: none; }
    .wf-public-home .wf-community__stats article:hover { transform: none; }
}
