.terms-page{min-height:100vh;padding:120px 20px 100px;background:radial-gradient(circle at top right,hsla(44,36%,80%,.05) 0,transparent 50%),radial-gradient(circle at bottom left,hsla(45,9%,43%,.05) 0,transparent 50%);overflow-x:hidden}.terms-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;grid-gap:40px;gap:40px;position:relative}.terms-mobile-nav{display:none}.terms-hero-minimal{text-align:center;margin-bottom:80px}.terms-hero-minimal img{width:120px;margin-bottom:24px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.terms-hero-minimal h1{font-size:3.5rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#fff,#ded4b9 50%,#787364);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--font-dg-kufi),"Cairo",sans-serif}.terms-hero-minimal p{color:hsla(44,36%,80%,.6);font-size:1.2rem;max-width:600px;margin:0 auto}.terms-nav-aside{position:-webkit-sticky;position:sticky;top:120px;height:-moz-fit-content;height:fit-content}.terms-nav-glass{background:rgba(35,33,28,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid hsla(44,36%,80%,.1);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:8px}.terms-nav-item{padding:14px 20px;border-radius:14px;color:hsla(44,36%,80%,.5);font-size:1rem;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:12px;text-align:right;background:transparent;border:none;width:100%;font-family:Cairo,sans-serif}.terms-nav-item i{font-size:1.1rem;width:24px;text-align:center}.terms-nav-item:hover{color:#ded4b9;background:hsla(44,36%,80%,.05)}.terms-nav-item.active{color:#1a1815;background:linear-gradient(135deg,#ded4b9,#787364);font-weight:600;box-shadow:0 8px 20px hsla(45,9%,43%,.2)}.terms-content-main{display:flex;flex-direction:column;gap:30px}.terms-section-card{background:rgba(35,33,28,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(44,36%,80%,.15);border-radius:30px;padding:40px;transition:transform .3s ease,border-color .3s ease;position:relative;overflow:hidden;scroll-margin-top:130px}.terms-section-card:after{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle at top right,hsla(44,36%,80%,.1),transparent 70%);pointer-events:none}.terms-section-header{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid hsla(44,36%,80%,.1)}.terms-section-icon{width:54px;height:54px;border-radius:16px;background:hsla(44,36%,80%,.1);display:flex;align-items:center;justify-content:center;color:#ded4b9;font-size:1.5rem;border:1px solid hsla(44,36%,80%,.2)}.terms-section-header h2{font-size:1.8rem;color:#ded4b9;font-family:var(--font-dg-kufi),"Cairo",sans-serif;margin:0}.terms-section-body{color:hsla(0,0%,100%,.7);line-height:1.8;font-size:1.1rem;font-family:Cairo,sans-serif}.terms-section-body p{margin:0}.terms-section-body ul{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:12px}.terms-section-body li{position:relative;padding-right:28px}.terms-section-body li:before{content:"\f058";font-family:Font Awesome\ 6 Free;font-weight:900;position:absolute;right:0;color:#ded4b9;font-size:.9rem}.terms-progress-bar{position:fixed;top:0;right:0;height:4px;background:linear-gradient(90deg,#787364,#ded4b9);z-index:1001;transition:width .1s}@media (max-width:1024px){.terms-page{padding:50px 15px 60px}.terms-container{display:block;width:100%}.terms-nav-aside{display:none}.terms-mobile-nav{display:block;position:-webkit-sticky;position:sticky;top:80px;z-index:1500;margin-bottom:25px;pointer-events:auto}.terms-dropdown-wrapper{position:relative;width:100%}.terms-dropdown-trigger{width:100%;background:rgba(35,33,28,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(44,36%,80%,.2);border-radius:18px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;color:#ded4b9;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.3)}.terms-dropdown-trigger.open{border-color:#ded4b9}.trigger-content{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-family:Cairo,sans-serif;font-weight:600}.trigger-content i{font-size:1.1rem;opacity:.8}.arrow{transition:transform .3s ease;font-size:.9rem;opacity:.6}.terms-dropdown-trigger.open .arrow{transform:rotate(180deg)}.terms-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#1a1815;border:1px solid hsla(44,36%,80%,.3);border-radius:18px;overflow:hidden;z-index:9999;box-shadow:0 25px 50px rgba(0,0,0,.6);display:flex;flex-direction:column}.dropdown-item{padding:15px 20px;display:flex;align-items:center;gap:12px;color:hsla(44,36%,80%,.6);background:transparent;text-align:right;font-family:Cairo,sans-serif;font-size:1rem;transition:all .2s ease;border:none;border-bottom:1px solid hsla(44,36%,80%,.05)}.dropdown-item:last-child{border-bottom:none}.dropdown-item i{width:20px;text-align:center;font-size:1rem}.dropdown-item.active,.dropdown-item:active{background:hsla(44,36%,80%,.08);color:#ded4b9}}@media (max-width:768px){.terms-page{padding-top:40px}.terms-hero-minimal{margin-bottom:30px;padding:0 15px}.terms-hero-minimal img{width:60px;margin-bottom:15px}.terms-hero-minimal h1{font-size:1.8rem}.terms-hero-minimal p{font-size:.9rem;padding:0}.terms-section-card{padding:20px;border-radius:20px;margin-bottom:15px;border:1px solid hsla(44,36%,80%,.1)}.terms-section-icon{width:38px;height:38px;font-size:1rem}.terms-section-header h2{font-size:1.2rem}.terms-section-body{font-size:.9rem;line-height:1.7}.terms-nav-aside{top:0;margin:0 -15px 20px;padding:10px 15px}}@media (max-width:480px){.terms-page{padding-top:20px}.terms-hero-minimal h1{font-size:1.4rem;letter-spacing:-.5px}.terms-hero-minimal p{font-size:.85rem;opacity:.7}.terms-section-card{padding:18px 12px;border-radius:16px}.terms-nav-item{padding:7px 12px;font-size:.75rem}}