.community-page{background-color:var(--primary-white);min-height:100vh}.community-intro{text-align:center;padding:6rem 0}.intro-content{max-width:800px;margin:0 auto}.intro-content h2{color:var(--primary-blue);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.intro-content p{color:var(--gray-600);font-size:1.2rem;line-height:1.8}.community-stats{background-color:var(--gray-50);padding:5rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-card{background:var(--primary-white);text-align:left;border-radius:16px;flex-direction:column;align-items:flex-start;padding:2.5rem 1.5rem;display:flex;box-shadow:0 10px 30px #0000000a}.stat-icon-wrapper{width:50px;height:50px;color:var(--primary-yellow);background-color:#eab3081a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.stat-content h3{color:var(--primary-blue);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.stat-content p{color:var(--gray-600);letter-spacing:.5px;font-size:1rem;font-weight:600;display:inline-block;position:relative}.stat-card:hover .stat-content p{text-decoration:underline;-webkit-text-decoration-color:var(--primary-yellow);text-decoration-color:var(--primary-yellow);text-underline-offset:4px}.community-gallery-section{background-color:var(--gray-100);padding:8rem 0}.gallery-header{text-align:left;margin-bottom:4rem}.gallery-header h2{color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.gallery-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:250px;gap:1.5rem;display:grid}.gallery-item{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{color:#fff;background:linear-gradient(#0000,#000c);width:100%;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.gallery-overlay h4{margin-bottom:.2rem;font-size:1.2rem;font-weight:700;display:inline-block;position:relative}.gallery-item:hover .gallery-overlay h4{text-decoration:underline;-webkit-text-decoration-color:var(--primary-yellow);text-decoration-color:var(--primary-yellow);text-underline-offset:4px}.gallery-overlay p{opacity:.9;font-size:.9rem}.item-1{grid-area:span 2/span 8}.item-2,.item-3{grid-area:span 1/span 4}.item-4{grid-area:span 2/span 4}.item-5,.item-6{grid-area:span 1/span 4}.community-cta{text-align:center;background-color:var(--primary-white);padding:6rem 0}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-content p{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.gallery-grid{flex-direction:column;display:flex}.gallery-item{height:300px}}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.stat-card{padding:1.5rem 1rem}.stat-icon-wrapper{width:40px;height:40px;margin-bottom:1rem}.stat-content h3{font-size:1.6rem}.stat-content p{font-size:.85rem}.intro-content h2{font-size:1.8rem}.gallery-header h2,.cta-content h2{font-size:2rem}}
