.terms-page{min-height:100vh;display:flex;flex-direction:column;background:#000}.terms-page__content{flex:1 0 auto;padding:2rem 0;width:80%;max-width:1600px;margin:0 auto}.terms{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;color:#fff;border:1px solid hsla(0,0%,100%,.1)}.terms__title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;background:linear-gradient(90deg,#B7410E,#FF5C1B);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.terms__subtitle,.terms__title{font-family:var(--font-sf-pro-display,"SF-Pro-Display"),sans-serif}.terms__subtitle{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:#ff5c1b}.terms__paragraph{margin-bottom:1rem;font-size:1rem;line-height:1.6;color:hsla(0,0%,100%,.8);font-family:var(--font-sf-pro-display,"SF-Pro-Display"),sans-serif}.terms__list{padding-left:1.5rem;margin-bottom:1rem}.terms__list li{margin-bottom:.75rem;line-height:1.6;color:hsla(0,0%,100%,.8);position:relative;padding-left:1rem;font-family:var(--font-sf-pro-display,"SF-Pro-Display"),sans-serif}.terms__list li:before{content:"";position:absolute;left:-1rem;top:.5rem;width:6px;height:6px;background:#ff5c1b;border-radius:50%}.terms__date{margin-top:2rem;font-style:italic;color:hsla(0,0%,100%,.5);text-align:right;font-family:var(--font-sf-pro-display,"SF-Pro-Display"),sans-serif}.terms section{background:hsla(0,0%,100%,.02);border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid hsla(0,0%,100%,.05);transition:all .3s ease}.terms section:hover{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.1)}@media(max-width:768px){.terms{padding:1.5rem}.terms__title{font-size:1.75rem}.terms__subtitle{font-size:1.25rem}.terms__content{width:90%}.terms section{padding:1rem}}