.terms-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(to bottom right,#312e81,#6b21a8,#111827);color:white}.terms-content{flex:1 1;max-width:768px;margin:0 auto;padding:3rem 1.5rem}.terms-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.terms-title{text-align:center;margin-bottom:2rem;font-family:Montserrat,Inter,Arial,sans-serif;font-size:2.2rem;font-weight:700;color:#a5b4fc;letter-spacing:.03em;text-shadow:0 2px 16px #7f9cf5}.terms-box{background:rgba(34,34,64,.85);border-radius:18px;box-shadow:0 4px 32px 0 rgba(80,0,255,.15),0 0 0 2px #7f9cf5;border:1.5px solid #7f9cf5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:box-shadow .2s;color:#fff;max-width:900px;width:100%;text-align:center;padding:2rem 2.5rem}.terms-box:hover{box-shadow:0 0 16px 4px #7f9cf5,0 4px 32px 0 rgba(80,0,255,.15)}.terms-box li,.terms-box p{text-align:center}.terms-note{color:#a5b4fc}@media (max-width:600px){.terms-title{font-size:1.3rem;padding:0 .5rem}.terms-box{max-width:98vw;padding:1rem .5rem;font-size:.98rem}}