.deco-star{position:absolute;width:80px;height:80px;z-index:0}.deco-star::before,.deco-star::after{content:"";position:absolute;background:var(--green-dark);border-radius:4px}.deco-star::before{width:80px;height:20px;top:30px;left:0}.deco-star::after{width:20px;height:80px;top:0;left:30px}.deco-star.left{left:-10px}.deco-star.right{right:-10px}.progress-section{display:flex;gap:50px;align-items:flex-start;margin-top:30px}.progress-bars{flex:1}.prog-item{margin-bottom:18px}.prog-item label{font-size:14px;font-weight:600;display:flex;justify-content:space-between;margin-bottom:6px}.prog-bar{height:10px;background:#e0e0e0;border-radius:5px;overflow:hidden}.prog-fill{height:100%;border-radius:5px;background:linear-gradient(90deg,var(--green-light),var(--green))}.footer{background:var(--green-dark);color:rgba(255,255,255,.7);padding:40px 60px;text-align:center;font-size:13px}.footer a{color:var(--gold);border:0}.bg-circles{position:absolute;top:0;right:0;width:300px;height:300px;opacity:.05}.bg-circles div{border-radius:50%;border:2px solid var(--green-dark);position:absolute}@media (max-width:900px){.progress-section{flex-direction:column}.nav-links{display:none}}