@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";@import"https://use.typekit.net/yrz1zuy.css";:root{--accent-1:#1497d0;--accent:#e38227;--accent-dim:rgba(252,156,66,.12);--accent-border:rgba(252,156,66,.35);--accent-dual:#1497d0;--accent-dual-dim:#1498d087;--accent-dual-border:#1498d028;--surface:rgba(0,0,0,.193);--blue-1:#0d1b2a;--blue-2:#1497d0;--bg:#0b0f17;--text:#e6eaf2;--text-secondary:#b5bbc6;--text-muted:#6b7485;--primary:#4f8cff;--primary-hover:#3b73e6;--border:#1497d0;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--container:1200px;--font-main:Inter,system-ui,-apple-system,sans-serif;--shadow-sm:0 2px 10px rgba(0,0,0,.2);--shadow-md:0 10px 30px rgba(0,0,0,.3)}.legal-content{max-width:800px;margin:0 auto}.legal-content h1{font-size:2.2rem;font-weight:500;margin-bottom:2rem;color:var(--text)}.legal-content h2{font-size:1.2rem;font-weight:500;color:var(--text);margin:2rem 0 .75rem}.legal-content h3{font-size:1rem;font-weight:500;color:var(--accent);margin:1.5rem 0 .5rem}.legal-content p{font-size:.92rem;color:var(--text-secondary);line-height:1.8;margin-bottom:.75rem}.legal-content ul{margin:.5rem 0 1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.legal-content ul li{font-size:.92rem;color:var(--text-secondary);line-height:1.7}.legal-content a{color:var(--accent);text-decoration:none}.legal-content a:hover{opacity:.8}.legal-content strong{color:var(--text);font-weight:500}*{margin:0;padding:0;box-sizing:border-box;font-family:sofia-pro,sans-serif;line-height:1.5;font-size:18px}body{background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.container{width:min(100% - 2rem,var(--container));margin:0 auto}.center{text-align:center}.section{padding:160px 0 0}.section-label{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)!important;margin-bottom:.75rem;text-align:left}.section-divider{width:36px;height:3px;background:var(--accent);border-radius:2px;margin-bottom:1.5rem}.section-title{font-size:2.6rem;font-weight:500;line-height:1.15;margin-bottom:.75rem;color:var(--blue-2);font-family:lora}.section-text{color:var(--text-secondary);line-height:1.8}.cards{display:grid;gap:1rem;margin-top:2.5rem}@media(min-width:900px){.cards{grid-template-columns:repeat(3,1fr)}.cards--2col{grid-template-columns:repeat(2,1fr)}}.card{background:var(--blue-1);padding:1.5rem;border-radius:16px;border:.5px solid var(--border);transition:border-color .2s ease}.card-icon{width:42px;height:42px;border-radius:10px;background:#20b2ab26;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-icon i{font-size:20px;color:var(--accent)}.tags{margin:1.75rem auto 0}.tag{font-size:.78rem;font-weight:500;background:var(--accent-dim);color:var(--accent);border:.5px solid var(--accent-border);border-radius:100px;padding:5px 14px}.btn-primary{font-size:.95rem;font-weight:500;color:#fff!important;background:var(--blue-2,#1e3a5f);border:none!important;border-radius:20px;flex-shrink:0;text-decoration:none;transition:opacity .15s;border-color:var(--blue-2);padding:14px 30px;outline:none!important;box-shadow:none!important;cursor:pointer}.btn-primary i{font-size:17px}.btn-primary:hover{opacity:.88}html{scroll-behavior:smooth}.contact-form{text-align:left;display:flex;flex-direction:column;gap:1.25rem;max-width:640px;margin:2.5rem auto}.form-row{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:600px){.form-row{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:1rem;font-weight:500;color:#fff}.form-field input,.form-field textarea{background:var(--blue-1);border:.5px solid var(--border);color:var(--text);border-radius:10px;padding:12px 14px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.form-field input::-moz-placeholder,.form-field textarea::-moz-placeholder{color:var(--text-secondary);opacity:.5}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-secondary);opacity:.5}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-dim)}.form-field textarea{min-height:130px;resize:vertical}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{font-size:.78rem;font-weight:500;background:var(--blue-1);color:var(--text-secondary);border:.5px solid var(--border);border-radius:100px;padding:5px 14px;cursor:pointer;transition:all .15s}.chip--active,.chip:hover{border-color:var(--accent-border);color:var(--accent)}.chip--active{background:var(--accent-dim)}
