.legal-page-container{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 200px);}.legal-page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-color);}.legal-page-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:0.5rem;line-height:1.2;}.legal-page-header .subtitle{color:var(--text-secondary);font-size:1.125rem;font-weight:500;margin-bottom:0.5rem;}.legal-page-header .effective-date{color:var(--text-secondary);font-size:1rem;font-weight:500;}.legal-page-content{line-height:1.7;color:var(--text-primary);}.legal-page-content h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:2.5rem 0 1rem 0;padding-bottom:0.5rem;border-bottom:1px solid var(--border-color);}.legal-page-content h2:first-of-type{margin-top:0;}.legal-page-content h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:2rem 0 0.75rem 0;}.legal-page-content p{margin-bottom:1.25rem;font-size:1rem;color:var(--text-primary);}.legal-page-content ul{margin:1.25rem 0;padding-left:1.5rem;}.legal-page-content ol{margin:1.25rem 0;padding-left:1.5rem;}.legal-page-content li{margin-bottom:0.75rem;line-height:1.6;}.legal-page-content a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color 0.2s ease;}.legal-page-content a:hover{color:var(--primary-hover);text-decoration:underline;}.contact-form{background:var(--background-alt);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:2rem;margin:2rem 0;}.contact-form h3{margin-top:0;margin-bottom:1.5rem;}.form-group{margin-bottom:1.5rem;}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--text-primary);}.form-group input,.form-group textarea,.form-group select{width:100%;padding:0.75rem;border:1px solid var(--border-color);border-radius:0.5rem;font-size:1rem;background:var(--background);color:var(--text-primary);transition:border-color 0.2s ease,box-shadow 0.2s ease;}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,130,246,0.1);}.form-group textarea{min-height:120px;resize:vertical;}.btn-submit{background:var(--primary-color);color:white;border:none;padding:0.75rem 1.5rem;border-radius:0.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;}.btn-submit:hover{background:var(--primary-hover);transform:translateY(-1px);}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--background-alt);border-radius:var(--border-radius);border:1px solid var(--border-color);}.contact-item-icon{width:24px;height:24px;color:var(--primary-color);flex-shrink:0;margin-top:0.25rem;}.contact-item-content h4{margin:0 0 0.5rem 0;font-size:1.125rem;font-weight:600;color:var(--text-primary);}.contact-item-content p{margin:0;color:var(--text-secondary);}.legal-page-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border-color);text-align:center;}.legal-page-footer .last-updated{color:var(--text-secondary);font-size:0.875rem;font-weight:500;}.back-to-top{position:fixed;bottom:2rem;right:2rem;background:var(--primary-color);color:white;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;z-index:1000;}.back-to-top:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg);}.back-to-top.visible{opacity:1;visibility:visible;}.back-to-top svg{width:20px;height:20px;}.legal-toc{background:var(--background-alt);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:2rem;}.legal-toc h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);}.legal-toc ul{list-style:none;padding:0;margin:0;}.legal-toc li{margin-bottom:0.5rem;}.legal-toc a{color:var(--text-secondary);text-decoration:none;font-size:0.875rem;transition:color 0.2s ease;}.legal-toc a:hover{color:var(--primary-color);}@media (max-width:768px){.legal-page-container{padding:1rem;}.legal-page-header h1{font-size:2rem;}.legal-page-content h2{font-size:1.25rem;}.contact-form{padding:1.5rem;}.contact-info{grid-template-columns:1fr;gap:1rem;}.back-to-top{bottom:1rem;right:1rem;width:45px;height:45px;}.back-to-top svg{width:18px;height:18px;}}@media (prefers-color-scheme:dark){.legal-page-content h2{border-bottom-color:var(--border-color);}.legal-toc,.contact-form,.contact-item{background:var(--background-alt);border-color:var(--border-color);}}