.brand,.nav{align-items:center;display:flex}.brand,.nav,.navlinks{display:flex}.hero,.timeline h2,body{text-align:center}:root{--brand:#003366;--brand-2:#1e90ff;--ink:#0f172a;--muted:#475569;--bg:#ffffff;--card:#f8fafc;--radius:14px;--maxw:1100px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:"IBM Plex Sans",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--brand-2);color:#1e90ff;text-decoration:none}.circle,.cta,.navlinks a,header{color:#fff}a:focus-visible,button:focus-visible{outline:3px solid var(--brand-2);outline-offset:2px}header{background:var(--brand);position:sticky;top:0;z-index:50}.nav{justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin:0 auto;max-width:var(--maxw)}.brand{gap:.5rem}.brand img{width:40px;height:auto}.brand .title{font-weight:700;letter-spacing:.2px}.navlinks{align-items:center;gap:1rem}.cta{background:var(--brand-2);padding:.5rem .9rem;border-radius:999px;font-weight:600}.circle,.title{font-weight:700}#menu,.hamburger,.step:last-child::before{display:none}@media (max-width:860px){.hamburger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.35);border-radius:10px;background:0 0;color:#fff}.navlinks{display:none}#menu:checked+.navlinks{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:64px;background:var(--brand);padding:1rem;border-bottom-left-radius:16px;border-bottom-right-radius:16px}}.circle,.step{display:flex;position:relative}.hero{padding:30vh 20vh;border-radius:8px;margin-bottom:30px;background-color:#f4f6f8}h2{font-size:2.5rem;margin-bottom:20px}.title{background:#e86717;background:linear-gradient(90deg,#d19c7b 0,#c55e1d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.5rem;font-family:'IBM Plex Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}.timeline{max-width:700px;margin:0 auto;padding:40px 20px;position:relative}.step{margin-bottom:50px}.step::before{content:"";position:absolute;left:28px;top:5px;bottom:5px;width:2px;border-left:2px dashed #bbb;z-index:0}.circle{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:#07f;font-size:1.2rem;align-items:center;justify-content:center;z-index:1;box-shadow:0 2px 6px rgba(0,0,0,.2);margin-right:20px}.content{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:24px 36px;flex:1}.content h3{margin-top:0;margin-bottom:8px}.timeline h2{margin-bottom:50px}