.terms-container{max-width:800px;margin:0 auto;padding:40px 20px}.terms-header{text-align:center;margin-bottom:40px}.terms-header h1{font-size:2.8rem;color:#333;margin-bottom:20px;font-weight:700}.terms-header p{font-size:1.2rem;color:#666;line-height:1.8;max-width:600px;margin:0 auto}.terms-content{display:flex;flex-direction:column;gap:40px}.terms-section{background:rgba(255,255,255,.8);padding:30px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.terms-section:hover{transform:translateY(-2px)}.terms-section h2{font-size:1.8rem;color:#444;margin-bottom:20px;font-weight:600}.terms-section h3{font-size:1.4rem;color:#555;margin:15px 0;font-weight:500}.terms-section p{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:15px}.terms-section ul{list-style-type:disc;margin:15px 0 15px 20px;color:#555}.terms-section li{font-size:1.1rem;line-height:1.7;margin-bottom:10px}@media (max-width:768px){.terms-header h1{font-size:2.2rem}.terms-section{padding:20px}.terms-section h2{font-size:1.6rem}.terms-section h3{font-size:1.3rem}}@media (max-width:576px){.terms-container{margin-top:12vh}}