.legal-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem;text-align:left}.legal-page h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#4a98ec 0,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-page .subtitle{color:#94a3b8;font-size:1rem;margin-bottom:2rem}.legal-page h2{font-size:1.5rem;color:#4a98ec;margin-top:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.legal-page h2 i{font-size:1.2rem}.legal-page li,.legal-page p{color:#cbd5e1;line-height:1.8;margin-bottom:1rem;text-align:left}.legal-page ul{padding-left:1.5rem;margin-bottom:1.5rem;text-align:left}.legal-page li{margin-bottom:.5rem}.legal-page a{color:#4a98ec;text-decoration:none;transition:color .2s}.legal-page a:hover{color:#6bb3ff;text-decoration:underline}.faq-item{background:rgba(30,41,59,.8);border:1px solid rgba(74,152,236,.2);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:rgba(74,152,236,.4)}.faq-question{width:100%;padding:1.25rem 1.5rem;background:0 0;border:none;color:#f1f5f9;font-size:1.1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:inherit}.faq-question:hover{color:#4a98ec}.faq-question i{transition:transform .3s ease;color:#4a98ec}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.25rem}.faq-answer p{margin:0;color:#94a3b8}.contact-section{background:rgba(74,152,236,.1);border:1px solid rgba(74,152,236,.3);border-radius:16px;padding:2rem;margin-top:3rem}.contact-section h2{margin-top:0;margin-bottom:.5rem}.contact-section .subtitle{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;color:#e2e8f0;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;background:rgba(15,23,42,.6);border:1px solid rgba(74,152,236,.3);border-radius:8px;color:#f1f5f9;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:#4a98ec;box-shadow:0 0 0 3px rgba(74,152,236,.2)}.form-group textarea{min-height:120px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.submit-btn{background:linear-gradient(135deg,#4a98ec 0,#3b82f6 100%);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s,box-shadow .2s;font-family:inherit}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(74,152,236,.4)}.submit-btn:active{transform:translateY(0)}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#4a98ec}.simple-nav{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.simple-nav .logo{font-size:1.25rem;font-weight:700;color:#f8fafc;text-decoration:none}.simple-nav .nav-links a{color:#94a3b8;text-decoration:none;margin-left:1.5rem;transition:color .2s}.simple-nav .nav-links a:hover{color:#4a98ec}