:root{--ink: #181c1f;--ink-2: #001c39;--muted: #5f6f84;--line: #c4c6cf;--surface: #ffffff;--soft: #f0f4f8;--blue: #3a608f;--blue-dark: #1f4876;--blue-soft: #d3e3ff;--cyan: #80d5d1;--teal: #006a67;--amber: #f2b84b;--green: #006a67;--danger: #a32332;--dark-surface: #0f1417;--dark-container: #1c2023;--radius: 8px;--shadow: 0 24px 70px rgba(8, 21, 37, .16);font-family:Lato,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#f8f9ff}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:B612;src:url(/fonts/B612-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:B612;src:url(/fonts/B612-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:#f8f9ff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 clamp(20px,5vw,72px);background:#ffffffe6;border-bottom:1px solid rgba(217,226,238,.85);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:1.08rem;font-weight:800;letter-spacing:0}.site-header .brand{font-size:clamp(1.08rem,1vw,1.2rem);font-weight:900}.site-footer .brand{color:#fff;font-size:1rem}.brand img{border-radius:0}.site-header nav,.footer-links{display:flex;align-items:center;gap:clamp(16px,2.6vw,32px);color:#34465f;font-weight:650;font-size:.95rem}.site-header nav a:hover,.footer-links a:hover,.footer-group a:hover{color:var(--blue)}.text-link{color:var(--blue);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.text-link:hover{color:var(--blue-dark)}.section{padding:clamp(64px,9vw,118px) clamp(20px,5vw,72px)}.section-inner{width:min(1160px,100%);margin:0 auto}.eyeless-title{max-width:760px;margin:0 0 18px;font-size:clamp(2rem,4vw,3.8rem);line-height:1.02;letter-spacing:0}.lead{max-width:690px;color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.25rem)}.button-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid transparent;border-radius:var(--radius);font-weight:750;transition:transform .16s ease,border-color .16s ease,background .16s ease}.button:disabled{cursor:wait;opacity:.72;transform:none}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--blue);color:#fff}.button-secondary{border-color:#ffffff3d;color:#fff;background:#ffffff14}.button-light{border-color:var(--line);background:#fff;color:var(--ink)}.button-danger{background:var(--danger);color:#fff}.button-success{background:var(--green);color:#fff}.button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:999px;animation:spin .76s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px}.card h2,.card h3{margin:0 0 10px;line-height:1.15}.card p{margin:0;color:var(--muted)}.site-footer{display:grid;grid-template-columns:minmax(240px,1fr) minmax(360px,.9fr);gap:30px;padding:42px clamp(20px,5vw,72px);background:var(--ink);color:#fff}.site-footer p{margin:12px 0 0;color:#aab8ca}.brand-footer img{background:transparent}.footer-links{justify-content:flex-end;flex-wrap:wrap;color:#d6deea}.footer-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,4vw,42px);justify-content:end}.footer-group{display:grid;align-content:start;gap:8px}.footer-group h2{margin:0 0 6px;color:#fff;font-size:.86rem;line-height:1.2}.footer-group a{color:#d6deea;font-size:.94rem;font-weight:700}.utility-shell{min-height:62vh;display:grid;place-items:center;padding:clamp(48px,8vw,96px) 20px;background:linear-gradient(180deg,#f7faff,#fff)}.utility-card{width:min(680px,100%);padding:clamp(26px,4vw,42px);border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 50px #08152514}.utility-card h1{margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.06}.utility-card p{color:var(--muted)}.form-grid{display:grid;gap:12px}.field{display:grid;gap:6px;color:#31435b;font-size:.95rem;font-weight:650}.field input,.field textarea,.field select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:var(--radius);padding:11px 13px;color:var(--ink);font:inherit}.contact-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.password-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.password-input-row input{border:0;border-radius:0}.password-toggle{min-width:68px;border:0;border-left:1px solid var(--line);background:#f6f8fb;color:var(--blue);font:inherit;font-size:.9rem;font-weight:700}.password-toggle:hover{background:var(--blue-soft)}.password-strength{display:grid;gap:6px}.strength-meter{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:4px}.strength-meter span{height:7px;border-radius:999px;background:#d8dee8}.strength-meter span.active{background:var(--green)}.password-strength p{margin:0;color:var(--muted);font-size:.82rem;font-weight:650}.password-rules{display:grid;gap:5px;margin:0;padding:0;list-style:none}.password-rules li{display:flex;gap:8px;align-items:flex-start;font-size:.9rem;font-weight:550;line-height:1.35}.password-rules li.valid{color:var(--green)}.password-rules li.invalid{color:#9f1d1d}.password-rules span{width:16px;flex:0 0 16px;font-weight:900}.field input:disabled,.field textarea:disabled,.field select:disabled{cursor:wait;background:#f3f6fa;color:#66778d}.field textarea{min-height:136px;resize:vertical}.status{border-radius:var(--radius);padding:12px 14px;background:#eef6ff;color:#174a8b}.status .status{padding:0;background:transparent}.status.error{background:#fff1f1;color:#9f1d1d}.status.success{background:#eefbf5;color:#126b4a}.utility-error{display:grid;gap:10px}.utility-error p,.utility-success p{margin:0}.utility-error .button,.utility-success .button{justify-self:start}.utility-success{display:grid;gap:12px}@media(max-width:820px){.site-header{align-items:flex-start;flex-direction:column;gap:12px;padding-top:14px;padding-bottom:14px}.site-header nav{width:100%;overflow-x:auto;padding-bottom:2px}.grid-3,.site-footer,.footer-groups{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media(max-width:560px){.site-header nav{flex-wrap:wrap;gap:8px 18px;overflow-x:visible}}
