.community-hero{position:relative;height:60vh;background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.3)),url(/images/placeholder-community.jpg) 50%/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--brand-white);animation:fadeIn 1s ease-out}.community-section{padding:5rem 2rem;max-width:1200px;margin:0 auto;animation:fadeIn 1s ease-out}.community-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;position:relative}.community-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:var(--brand-gold)}.forum-intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.7}.forum-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.forum-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(200,200,200,.3);padding:2rem;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.05)}.forum-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.forum-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--brand-blue);display:flex;align-items:center;gap:.75rem}.forum-card h3 span{font-size:1.75rem}.forum-card p{margin-bottom:1.5rem;line-height:1.6}.forum-card .stats{display:flex;gap:1.5rem;font-size:.9rem;color:rgba(230,230,230,.8);margin-bottom:1.5rem}.forum-card a{display:inline-block;background-color:var(--brand-blue);color:var(--brand-white);border-radius:50px;font-weight:500;transition:background-color .2s ease}.forum-card a:hover{background-color:var(--brand-gold)}.support-section{background-color:var(--brand-blue);color:var(--brand-white);padding:5rem 2rem;text-align:center}.support-container{max-width:800px;margin:0 auto}.support-container p{font-size:1.2rem;margin-bottom:2.5rem;line-height:1.7}.support-buttons{display:flex;flex-direction:column;gap:1.2rem;max-width:400px;margin:0 auto}.support-button{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:1.2rem;border-radius:10px;color:var(--brand-white);display:flex;align-items:center;justify-content:space-between;transition:transform .2s ease,background-color .2s ease}.support-button:hover{background-color:var(--brand-gold);transform:translateY(-3px)}.support-button span:first-child{font-weight:700;font-size:1.1rem}.connect-section{padding:5rem 2rem}.connect-container{max-width:800px;margin:0 auto;text-align:center}.connect-options{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.connect-option{flex-direction:column;gap:1rem}.connect-icon,.connect-option{display:flex;align-items:center}.connect-icon{width:80px;height:80px;background-color:rgba(30,58,138,.1);border-radius:50%;justify-content:center;font-size:2.5rem;color:var(--brand-blue);transition:background-color .2s ease,transform .2s ease}.connect-option:hover .connect-icon{background-color:var(--brand-blue);color:var(--brand-white);transform:scale(1.1)}.connect-option p{font-weight:500}@media (max-width:768px){.community-hero{height:50vh}.community-section,.connect-section,.support-section{padding:3rem 1.5rem}.community-section h2{font-size:2rem}.forum-intro{font-size:1.1rem}.forum-card h3{font-size:1.3rem}.support-container p{font-size:1.1rem}}