.terms-page-wrapper{background:linear-gradient(90deg,#020f1e,#1a3a69);display:flex;flex-direction:column;margin-top:30px;min-height:100vh}.terms-container{animation:fadeIn .6s ease-out;background-color:#020f1e;background-color:var(--midnight-blue-dark,#020f1e);color:#fff;color:var(--text-white,#fff);flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0 auto;max-width:900px;padding:4rem 2rem 3rem;width:100%}.terms-header{border-bottom:2px solid hsla(0,0%,100%,.1);margin-bottom:3rem;padding-bottom:2rem;text-align:center}.terms-title{background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;color:#fff;font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:.75rem;-webkit-text-fill-color:transparent;animation:fadeInUp .6s ease-out;background-clip:text}.terms-last-updated{animation:fadeInUp .6s ease-out .1s both;color:#a9b4c2;font-size:.95rem;font-style:italic;margin:0;text-align:center}.terms-content{animation:fadeInUp .6s ease-out .2s both;line-height:1.8}.terms-content h2{border-left:4px solid #3b82f6;color:#fff;font-size:1.75rem;font-weight:600;margin-bottom:1.25rem;margin-top:3rem;padding-left:1.25rem;position:relative}.terms-content h2:first-of-type{margin-top:0}.terms-content p{color:#d1d5db;font-size:1.05rem;margin-bottom:1.25rem}.terms-content ul{list-style-type:none;margin-bottom:1.5rem;margin-left:0;padding-left:0}.terms-content li{color:#d1d5db;line-height:1.7;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.terms-content li:before{color:#3b82f6;content:"▸";font-size:1.2rem;font-weight:700;left:0;position:absolute}.terms-content a{border-bottom:1px solid transparent;color:#60a5fa;font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.terms-content a:hover{border-bottom-color:#93c5fd;color:#93c5fd}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.terms-container{padding:3rem 1.5rem 2rem}.terms-title{font-size:2.25rem}.terms-last-updated{font-size:.9rem}.terms-content h2{border-left-width:3px;font-size:1.5rem;padding-left:1rem}.terms-content p{font-size:1rem}.terms-content li{padding-left:1.5rem}}@media (max-width:480px){.terms-container{padding:2.5rem 1rem 1.5rem}.terms-title{font-size:2rem}.terms-header{margin-bottom:2rem;padding-bottom:1.5rem}.terms-content h2{font-size:1.3rem;margin-top:2rem}.terms-content li,.terms-content p{font-size:.95rem}}