.community-hero .hero__content{max-width:42rem}.community-hero .hero__subtitle{max-width:32rem}.community-section-alt{background:linear-gradient(135deg,rgba(255,255,255,0.9),rgba(244,244,255,0.95));position:relative;overflow:hidden}.community-section-alt::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(123,140,255,0.12)0,transparent 55%),radial-gradient(circle at 100% 100%,rgba(255,183,162,0.16)0,transparent 55%);pointer-events:none}.community-section-alt>.container{position:relative}.community-grid{gap:var(--space-8)}.community-media-card{display:flex;align-items:center;justify-content:center}.community-image-wrapper{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft-lg);transform:translateY(0);transition:transform var(--transition-fast),box-shadow var(--transition-normal)}.community-image-wrapper img{width:100%;height:100%;object-fit:cover}.community-image-wrapper:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.community-text-block p{max-width:34rem}.community-cta-inline .btn{min-width:0}.community-cta-centered .btn{min-width:0}.community-stats{display:flex;flex-wrap:wrap;gap:var(--space-4)}.community-stat__value{font-family:var(--font-display);font-weight:700;font-size:var(--font-size-2xl);letter-spacing:-0.04em;color:var(--color-primary-strong);margin-bottom:0.25rem}.community-stat__label{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0}.community-badges{display:flex;flex-wrap:wrap;gap:var(--space-2)}.community-testimonial__author{margin-top:var(--space-4);font-size:var(--font-size-sm);color:var(--color-text)}.community-event-card .community-list,.community-benefit-card .community-list{margin-top:var(--space-3);padding-left:1.25rem}.community-list{list-style:disc;color:var(--color-text-muted);font-size:var(--font-size-sm)}.community-list li+li{margin-top:0.25rem}.community-form-wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between}.community-idea-form{margin-top:var(--space-4);display:flex;flex-direction:column;gap:var(--space-4)}.community-form-group{width:100%}.community-value-card,.community-benefit-card{height:100%}@media (max-width:767px){.community-stats{flex-direction:column}.community-section-alt::before{opacity:0.9}}