:root{font-family:Inter,system-ui,sans-serif;color:#e8eef8;background:#08111f}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1120px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center}a{color:#93c5fd;text-decoration:none}nav{display:flex;gap:20px}.brand{font-size:20px;font-weight:800;color:white}.hero{padding:100px 0}.hero h1{font-size:clamp(48px,8vw,88px);line-height:.95;max-width:850px;margin:16px 0}.hero p{max-width:680px;color:#aabbd2;font-size:20px}.eyebrow{color:#38bdf8!important;font-size:13px!important;letter-spacing:.18em}.button,button{display:inline-block;background:#38bdf8;color:#04101d;border:0;border-radius:8px;padding:12px 18px;font-weight:700;margin:6px;cursor:pointer}.secondary{background:#182a42;color:#e8eef8}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.grid article,form{background:#101d30;border:1px solid #233852;border-radius:14px;padding:24px}section{padding:55px 0}form{display:grid;gap:14px;max-width:720px}label{display:grid;gap:7px;color:#aabbd2}input,select,textarea{background:#07111f;color:white;border:1px solid #38506d;border-radius:7px;padding:12px}footer{display:flex;gap:20px;flex-wrap:wrap;border-top:1px solid #233852}pre{white-space:pre-wrap}
