.legal-page{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.legal-header{background:#fff;border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.92)}.legal-header-inner{max-width:800px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.legal-header-inner .logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.125rem;color:var(--primary-700);letter-spacing:-.03em;text-decoration:none}.legal-header-inner .logo svg{color:var(--primary-600);width:22px;height:22px}.legal-header-back{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--slate-500);text-decoration:none;transition:color .15s ease}.legal-header-back:hover{color:var(--primary-600)}.legal-header-back svg{width:16px;height:16px}.legal-content{flex:1 1;max-width:800px;margin:0 auto;padding:3rem 2rem 4rem;width:100%}.legal-content .page-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:var(--primary-50);color:var(--primary-700);border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.legal-content .page-badge svg{width:14px;height:14px}.legal-content h1{font-size:2.25rem;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,var(--slate-900),var(--primary-700));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-content .page-meta{color:var(--slate-400);font-size:.875rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.25rem;color:var(--slate-900);margin-bottom:.75rem;padding-top:.5rem}.legal-section h3{font-size:1.0625rem;color:var(--slate-800);margin-bottom:.5rem;margin-top:1.25rem}.legal-section p{color:var(--slate-600);font-size:.9375rem;line-height:1.75;margin-bottom:.75rem}.legal-section ul{list-style:none;padding:0;margin:.75rem 0}.legal-section ul li{position:relative;padding-left:1.5rem;color:var(--slate-600);font-size:.9375rem;line-height:1.75;margin-bottom:.375rem}.legal-section ul li:before{content:"";position:absolute;left:0;top:.625rem;width:6px;height:6px;border-radius:50%;background:var(--primary-400)}.legal-section a{color:var(--primary-600);text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.legal-section a:hover{color:var(--primary-700)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.contact-card{padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:.875rem;transition:all .2s ease}.contact-card:hover{border-color:var(--primary-200);box-shadow:var(--shadow)}.contact-card-icon{width:44px;height:44px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.contact-card-icon.email-icon{background:#eef2ff;color:var(--primary-600)}.contact-card-icon.chat-icon{background:#ecfdf5;color:#059669}.contact-card-icon.docs-icon{background:#fef3c7;color:#d97706}.contact-card-icon.social-icon{background:#f0f9ff;color:#0284c7}.contact-card h3{font-size:1rem;margin-bottom:.375rem}.contact-card p{color:var(--slate-500);font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.contact-card a.contact-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--primary-600);text-decoration:none;transition:gap .2s ease}.contact-card a.contact-link:hover{gap:.625rem}.contact-card a.contact-link svg{width:16px;height:16px}.contact-form{margin-top:2.5rem;padding:2rem;background:#fff;border:1px solid var(--border);border-radius:.875rem}.contact-form h2{font-size:1.25rem;margin-bottom:.375rem}.contact-form>p{color:var(--slate-500);font-size:.9375rem;margin-bottom:1.5rem}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-form-full{grid-column:1/-1}.contact-form textarea.form-input{min-height:120px;resize:vertical}.contact-form .auth-submit{max-width:200px;margin-top:.5rem}.legal-footer{border-top:1px solid var(--border);padding:1.5rem 2rem;text-align:center}.legal-footer p{color:var(--slate-400);font-size:.8125rem}.legal-footer a{color:var(--slate-500);text-decoration:none;margin:0 .75rem;transition:color .15s ease}.legal-footer a:hover{color:var(--primary-600)}@media (max-width:640px){.legal-content{padding:2rem 1.25rem 3rem}.legal-content h1{font-size:1.75rem}.contact-form-grid,.contact-grid{grid-template-columns:1fr}}