.terms-container{display:flex;justify-content:center;align-items:start;min-height:100vh;background-color:#eaf2ff;padding:20px}.terms-content{max-width:900px;background:white;padding:30px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:left}.terms-title{font-size:40px;font-weight:700;text-align:center;color:#333;margin-bottom:10px;background:linear-gradient(90deg,#9133ff,#336bff,#3389ff,#33e5ff);background-clip:border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:.3s ease-in-out}.last-updated{text-align:center;font-size:1rem;color:#777;margin-bottom:20px}.terms-content h2{color:#6a11cb;font-size:1.5rem;margin-top:20px;padding-bottom:5px;border-bottom:2px solid #eaf2ff}.terms-content p{font-size:16px;color:#333;margin-bottom:12px;line-height:1.5}.terms-content ul{margin:10px 0;padding-left:20px}.terms-content ul li{margin:5px 0}.terms-content strong{color:#6a11cb}.terms-content a{color:#2575fc;text-decoration:none;font-weight:700}.terms-content a:hover{text-decoration:underline}@media (max-width:768px){.terms-content{max-width:90%;padding:20px}}