.content-modal{align-items:center;display:none;height:100%;justify-content:center;overflow:hidden;padding:0;top:0;z-index:2000}.content-modal,body.modal-open{left:0;position:fixed;width:100%}body.modal-open{overflow:hidden!important;right:0;touch-action:none}.content-modal.is-open{display:flex}.content-modal-backdrop{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:linear-gradient(180deg,rgba(140,240,0,.5),hsla(85,88%,74%,.5) 98.22%,hsla(0,0%,100%,.5) 124.97%);bottom:0;cursor:pointer;height:100%;left:0;position:fixed;right:0;top:0;transition:opacity .3s ease;width:100%}.content-modal-container{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);height:80%;max-width:800px;opacity:0;overflow-y:auto;position:relative;transform:translateY(20px);transition:transform .4s cubic-bezier(.165,.84,.44,1),opacity .4s ease;width:80%;z-index:2001;-webkit-overflow-scrolling:touch;margin:0}.content-modal.is-open .content-modal-container{opacity:1;transform:translateY(0)}.content-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;position:absolute;right:2.5rem;top:2rem;transition:transform .2s ease;z-index:2002}.content-modal-close:hover{transform:rotate(90deg)}.content-modal-close svg path{stroke:var(--text-black);stroke-width:2}.modal-header-num{display:inline-block;font-size:4rem;font-weight:400;line-height:1;margin-bottom:1.5rem;position:relative}.modal-header-num:after{background-color:var(--accent-lime);bottom:-.5rem;content:"";height:4px;left:0;position:absolute;width:100%}.modal-title{color:var(--text-black);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:2.5rem}.modal-description{color:var(--text-black);font-size:1.125rem;line-height:1.6;margin-bottom:3rem;opacity:.9}.modal-results-section{margin-top:2rem}.modal-results-title{font-size:1.25rem;font-weight:700;margin-bottom:2rem;text-transform:capitalize}.modal-stats-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:3.5rem}.modal-stat-item{display:flex;flex-direction:column}.modal-stat-value{font-size:3.5rem;font-weight:700;line-height:1}.modal-stat-label{color:var(--text-black);font-size:1rem;margin-top:.5rem;opacity:.8}.modal-footer-link{align-items:center;color:var(--text-black);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:700;gap:1rem;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease}.modal-footer-link:hover{opacity:.7}.modal-footer-link .arrow-icon{height:24px;transform:rotate(180deg);width:24px}.content-modal-container::-webkit-scrollbar{width:6px}.content-modal-container::-webkit-scrollbar-track{background:transparent}.content-modal-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:10px}.modal-body{padding:4rem}@media (max-width:991px){.content-modal-container{border-radius:1rem;height:90%;margin:0;width:95%}.modal-body{padding:2rem}.content-modal-close{right:1.25rem;top:1rem}.modal-header-num{font-size:2.5rem;margin-bottom:1rem}.modal-title{font-size:1.75rem;margin-bottom:1.5rem}.modal-description{font-size:1rem;margin-bottom:2rem}.modal-stat-value{font-size:2.25rem}.modal-results-title{margin-bottom:1rem}}