.terms-hero{padding:7rem 0 4rem;background:var(--bg-primary);position:relative;overflow:hidden;text-align:center;border-bottom:1px solid var(--bg-border)}.terms-hero__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeIn 1s ease}.terms-hero__subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:36rem;margin:0 auto;animation:fadeIn 1s ease .2s backwards}.terms-hero__home-link{position:absolute;top:2rem;left:2rem}[dir=rtl] .terms-hero__home-link{left:auto;right:2rem}.terms-hero__home-button{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--bg-card);color:var(--text-primary);border:1px solid var(--bg-border);transition:all .3s;box-shadow:var(--shadow-md);animation:float 3s ease-in-out infinite}.terms-hero__home-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.terms-hero__home-button:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),0 0 15px var(--primary-glow);border-color:var(--primary-color);color:var(--primary-color)}.terms-hero__glow{position:absolute;border-radius:50%;filter:blur(100px)}.terms-hero__glow--1{width:400px;height:400px;top:-200px;right:-100px;background:var(--primary-glow);opacity:.4}.terms-hero__glow--2{width:300px;height:300px;bottom:-100px;left:-50px;background:var(--accent-glow);opacity:.3}.terms-content{padding:3rem 0 5rem}.terms-layout{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;gap:2rem;padding-top:80px}.terms-nav{position:relative;height:100%}.terms-nav__container{position:sticky;top:100px;border-radius:1rem;overflow:hidden;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #0000001a;z-index:10}.terms-nav__container::-webkit-scrollbar{width:4px}.terms-nav__container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.terms-nav__container::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.terms-nav__list{list-style:none;padding:1.5rem;margin:0}.terms-nav__item:not(:last-child){margin-bottom:.5rem}.terms-nav__link{display:flex;align-items:center;padding:.75rem 1.25rem;border-radius:.75rem;color:var(--text-secondary);transition:all .3s;cursor:pointer;text-decoration:none}.terms-nav__link:hover,.terms-nav__link--active{background:#3b82f61a;color:var(--primary-color)}.terms-nav__icon{margin-right:.75rem;font-size:1.125rem}[dir=rtl] .terms-nav__icon{margin-right:0;margin-left:.75rem}.terms-main{border-radius:1rem;padding:2.5rem}.terms-section{margin-bottom:3rem;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.terms-section h2{font-size:1.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--bg-border);color:var(--primary-color)}.terms-section h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:1rem}.terms-section-content p{margin-bottom:1rem;line-height:1.7}.terms-section-content ul{margin-left:1.5rem;margin-bottom:1.5rem}[dir=rtl] .terms-section-content ul{margin-left:0;margin-right:1.5rem}.terms-section-content li{margin-bottom:.5rem}.terms-updated{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--bg-border);color:var(--text-tertiary);font-size:.875rem;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@media(max-width:1024px){.terms-layout{grid-template-columns:1fr;gap:1.5rem}.terms-nav__container{position:relative;top:0;max-height:none;margin-bottom:1.5rem}.terms-nav__list{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.terms-nav__item{margin-bottom:0!important}.terms-nav__link{padding:.5rem .75rem;font-size:.9rem}.terms-nav__icon{margin-right:.5rem;font-size:1rem}[dir=rtl] .terms-nav__icon{margin-right:0;margin-left:.5rem}}@media(max-width:768px){.terms-hero__title{font-size:2rem}.terms-hero__home-link{top:1.5rem;left:1.5rem}[dir=rtl] .terms-hero__home-link{left:auto;right:1.5rem}.terms-main{padding:1.5rem}.terms-section h2{font-size:1.5rem}.terms-nav__list{justify-content:center}}@media(max-width:480px){.terms-hero{padding:5rem 0 3rem}.terms-hero__subtitle{font-size:1rem;padding:0 1rem}.terms-content{padding:2rem 0}.terms-layout{padding-top:50px}.terms-nav__link{padding:.4rem .6rem;font-size:.8rem}.terms-nav__icon{font-size:.9rem}.terms-section h2{font-size:1.25rem}.terms-section h3{font-size:1.1rem}}
