:root{--terms-primary-color:#2563eb;--terms-secondary-color:#1e40af;--terms-accent-color:#3b82f6;--terms-success-color:#10b981;--terms-warning-color:#f59e0b;--terms-danger-color:#ef4444;--terms-text-primary:#1f2937;--terms-text-secondary:#6b7280;--terms-text-muted:#9ca3af;--terms-bg-primary:#fff;--terms-bg-secondary:#f8fafc;--terms-bg-tertiary:#f1f5f9;--terms-border-color:#e2e8f0;--terms-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--terms-shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--terms-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--terms-shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--terms-gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--terms-gradient-secondary:linear-gradient(135deg,#f093fb,#f5576c);--terms-gradient-accent:linear-gradient(135deg,#4facfe,#00f2fe);--terms-transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.terms-legal-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.terms-legal-wrapper{max-width:1200px;margin:0 auto;background:var(--terms-bg-primary);border-radius:24px;box-shadow:var(--terms-shadow-xl);overflow:hidden;animation:termsSlideUp .8s ease-out}.terms-legal-header{background:var(--terms-gradient-primary);padding:4rem 3rem;text-align:center;color:#fff;position:relative;overflow:hidden}.terms-legal-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:termsRotate 20s linear infinite}.terms-legal-icon{width:80px;height:80px;margin:0 auto 2rem;background:hsla(0,0%,100%,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);animation:termsFloat 3s ease-in-out infinite}.terms-legal-icon svg{width:40px;height:40px;color:#fff}.terms-legal-title{font-size:3.5rem;font-weight:800;margin:0 0 1rem;background:linear-gradient(45deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 8px rgba(0,0,0,.3)}.terms-legal-subtitle{font-size:1.25rem;opacity:.9;margin:0;font-weight:400}.terms-legal-content{padding:3rem}.terms-legal-section{margin-bottom:3rem;animation:termsFadeInUp .6s ease-out}.legal-section-title{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--terms-border-color)}.legal-section-icon{width:48px;height:48px;background:var(--terms-gradient-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-section-icon svg{width:24px;height:24px;color:#fff}.legal-section-title h2{font-size:2rem;font-weight:700;color:var(--terms-text-primary);margin:0}.legal-section-text{font-size:1.1rem;line-height:1.8;color:var(--terms-text-secondary);margin-bottom:1.5rem}.legal-company-info{margin-top:1.5rem}.legal-info-box{background:var(--terms-bg-secondary);border-radius:16px;padding:2rem;border:1px solid var(--terms-border-color);display:flex;gap:1.5rem;align-items:flex-start;transition:var(--terms-transition)}.legal-info-box:hover{transform:translateY(-2px);box-shadow:var(--terms-shadow-lg)}.legal-info-icon{width:56px;height:56px;background:var(--terms-gradient-primary);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-info-icon svg{width:28px;height:28px;color:#fff}.legal-company-name{font-size:1.5rem;font-weight:700;color:var(--terms-primary-color);margin:0 0 1rem}.legal-warning-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:16px;padding:2rem;margin-top:2rem;display:flex;gap:1.5rem;align-items:flex-start}.legal-warning-icon{width:48px;height:48px;background:var(--terms-warning-color);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-warning-icon svg{width:24px;height:24px;color:#fff}.legal-warning-content h4{font-size:1.25rem;font-weight:600;color:var(--terms-text-primary);margin:0 0 .5rem}.legal-warning-content p{color:var(--terms-text-secondary);margin:0;line-height:1.6}.legal-obligations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.legal-obligation-card{background:var(--terms-bg-primary);border:1px solid var(--terms-border-color);border-radius:16px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;transition:var(--terms-transition);box-shadow:var(--terms-shadow-sm)}.legal-obligation-card:hover{transform:translateY(-4px);box-shadow:var(--terms-shadow-lg);border-color:var(--terms-primary-color)}.legal-obligation-icon{width:48px;height:48px;background:var(--terms-gradient-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-obligation-icon svg{width:24px;height:24px;color:#fff}.legal-obligation-content h4{font-size:1.25rem;font-weight:600;color:var(--terms-text-primary);margin:0 0 .75rem}.legal-obligation-content p{color:var(--terms-text-secondary);margin:0;line-height:1.6}.legal-security-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.legal-security-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:var(--terms-bg-secondary);border-radius:12px;border:1px solid var(--terms-border-color);transition:var(--terms-transition)}.legal-security-item:hover{background:var(--terms-bg-primary);box-shadow:var(--terms-shadow-md)}.legal-security-icon{width:40px;height:40px;background:var(--terms-success-color);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-security-icon svg{width:20px;height:20px;color:#fff}.legal-security-item p{color:var(--terms-text-secondary);margin:0;line-height:1.6;font-size:1.05rem}.legal-liability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.legal-liability-card{background:var(--terms-bg-primary);border:1px solid var(--terms-border-color);border-radius:16px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;transition:var(--terms-transition);box-shadow:var(--terms-shadow-sm)}.legal-liability-card:hover{transform:translateY(-4px);box-shadow:var(--terms-shadow-lg);border-color:var(--terms-danger-color)}.legal-liability-icon{width:48px;height:48px;background:var(--terms-gradient-secondary);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legal-liability-icon svg{width:24px;height:24px;color:#fff}.legal-liability-content h4{font-size:1.25rem;font-weight:600;color:var(--terms-text-primary);margin:0 0 .75rem}.legal-liability-content p{color:var(--terms-text-secondary);margin:0;line-height:1.6}.legal-contact-card{background:var(--terms-gradient-primary);border-radius:20px;padding:3rem;color:#fff;margin-top:3rem;position:relative;overflow:hidden}.legal-contact-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:termsRotateReverse 25s linear infinite}.legal-contact-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;position:relative;z-index:1}.legal-contact-icon{width:56px;height:56px;background:hsla(0,0%,100%,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3)}.legal-contact-icon svg{width:28px;height:28px;color:#fff}.legal-contact-header h3{font-size:2rem;font-weight:700;margin:0}.legal-contact-info{position:relative;z-index:1}.legal-contact-email{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:.5rem 0 1.5rem}@keyframes termsSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes termsFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes termsFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes termsRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes termsRotateReverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@media (max-width:768px){.terms-legal-container{padding:1rem}.terms-legal-header{padding:3rem 2rem}.terms-legal-title{font-size:2.5rem}.terms-legal-subtitle{font-size:1.1rem}.terms-legal-content{padding:2rem}.legal-section-title{flex-direction:column;align-items:flex-start;gap:1rem}.legal-section-title h2{font-size:1.75rem}.legal-liability-grid,.legal-obligations-grid{grid-template-columns:1fr}.legal-info-box,.legal-liability-card,.legal-obligation-card{flex-direction:column;text-align:center}.legal-contact-card{padding:2rem}.legal-contact-header{flex-direction:column;text-align:center}}@media (max-width:480px){.terms-legal-title{font-size:2rem}.terms-legal-content{padding:1.5rem}.legal-section-title h2{font-size:1.5rem}.legal-section-text{font-size:1rem}}