.page-wrapper{padding:60px 0}.page-header{text-align:center;margin-bottom:50px;max-width:800px;margin-left:auto;margin-right:auto}.page-title{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:15px;color:#fff;text-shadow:3px 3px 0 var(--mc-green)}.page-subtitle{font-size:1.1rem;color:var(--light-text);line-height:1.7}.vote-sites-container{max-width:1100px;margin:0 auto 80px auto}.vote-sites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.vote-card{background:rgba(255,255,255,.05);border-radius:8px;padding:25px;border:2px solid #444;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.vote-card:hover{transform:translateY(-8px);border-color:var(--mc-green);background:rgba(108,164,36,.1)}.vote-card-header{margin-bottom:15px;width:100%;display:flex;flex-direction:column;align-items:center}.vote-card h3{font-family:var(--body-font);font-weight:700;font-size:1.4rem;color:#fff;margin:10px 0 0}.vote-card-header i{font-size:3rem;color:var(--mc-blue)}.vote-card p{color:#ccc;line-height:1.6;margin-bottom:25px;flex-grow:1}.vote-btn{display:inline-block;width:100%;background-color:var(--mc-green);color:#fff;padding:12px 20px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .2s ease;font-family:var(--body-font)}.vote-btn:hover{background-color:#8bc34a}.rewards-section{background-color:#111;padding:60px 20px;border-radius:10px;text-align:center;border-top:5px solid var(--mc-blue)}.rewards-section .section-title{color:#fff}.rewards-section .section-title::after{background-color:var(--mc-blue)}.rewards-section p{max-width:600px;margin:0 auto 30px auto;color:#ccc;font-size:1.1rem}.rewards-list{list-style:none;padding:0;display:inline-flex;flex-direction:column;align-items:flex-start;gap:15px;text-align:left}.rewards-list li{font-size:1.2rem;color:#fff;font-weight:700;display:flex;align-items:center}.rewards-list i{color:var(--mc-green);font-size:1.1rem;margin-right:15px;width:25px;text-align:center}