@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--steel: #4A6FA5;--steel-dark: #3A5A8A;--steel-light: #6B8FBF;--steel-faint: #EBF0F7;--white: #FFFFFF;--off-white: #F8F9FB;--text-primary: #1F2937;--text-secondary: #4B5563;--text-muted: #9CA3AF;--border: #D1D5DB;--success: #10B981;--font-heading: "Poppins", system-ui, sans-serif;--font-body: "Crimson Text", Georgia, serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-primary);background:var(--off-white);line-height:1.8;font-size:1.125rem;-webkit-font-smoothing:antialiased}a{color:var(--steel);text-decoration:none;transition:color .2s}a:hover{color:var(--steel-dark)}.site-header{background:var(--white);border-bottom:2px solid var(--steel);position:sticky;top:0;z-index:100}.header-inner{max-width:56rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:3.5rem}.site-logo{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--steel-dark);text-decoration:none;letter-spacing:-.02em}.nav-links{display:flex;gap:.125rem;list-style:none}.nav-links a{display:block;padding:.375rem .625rem;font-family:var(--font-heading);font-size:.8125rem;font-weight:500;color:var(--text-secondary);border-radius:.375rem;transition:all .2s}.nav-links a:hover{background:var(--steel-faint);color:var(--steel-dark)}.mobile-toggle{display:none;background:none;border:1px solid var(--border);border-radius:.375rem;padding:.375rem;cursor:pointer;color:var(--text-secondary)}@media(max-width:768px){.mobile-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;flex-direction:column}.nav-links.open{display:flex}}.site-footer{background:var(--steel-dark);color:#ffffffb3;padding:3rem 0 1.5rem;margin-top:4rem}.footer-inner{max-width:56rem;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}.footer-brand{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.footer-desc{font-size:.875rem;line-height:1.6;color:#ffffff80;font-family:var(--font-body)}.footer-heading{font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.375rem}.footer-links a{font-size:.875rem;color:#ffffff8c;font-family:var(--font-heading)}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;font-size:.75rem;color:#ffffff4d;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-family:var(--font-heading)}.footer-disclaimer{max-width:36rem;line-height:1.6}.step-hero{background:linear-gradient(135deg,var(--steel-dark) 0%,var(--steel) 60%,var(--steel-light) 100%);color:#fff;padding:3.5rem 1.5rem 3rem;text-align:center}.step-hero h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.15}.step-hero .subtitle{font-family:var(--font-heading);font-size:1rem;font-weight:400;max-width:36rem;margin:0 auto;opacity:.9;line-height:1.6}@media(max-width:768px){.step-hero h1{font-size:1.875rem}}.progress-bar{max-width:56rem;margin:0 auto;padding:2rem 1.5rem 0}.progress-steps{display:flex;justify-content:space-between;position:relative;list-style:none}.progress-steps:before{content:"";position:absolute;top:1rem;left:2rem;right:2rem;height:2px;background:var(--border)}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.step-circle{width:2rem;height:2rem;border-radius:50%;background:var(--steel);color:#fff;font-family:var(--font-heading);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative;z-index:1}.step-label{font-family:var(--font-heading);font-size:.6875rem;font-weight:500;color:var(--text-muted);text-align:center;max-width:6rem}@media(max-width:768px){.step-label{display:none}.progress-steps:before{left:1rem;right:1rem}}.step-prose{max-width:44rem;margin:0 auto;padding:3rem 1.5rem}.step-prose h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;color:var(--steel-dark);margin-bottom:1rem;line-height:1.2}.step-prose h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--steel-dark);margin-top:2.5rem;margin-bottom:.75rem;line-height:1.3;display:flex;align-items:center;gap:.75rem}.step-prose h3{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-top:1.75rem;margin-bottom:.5rem}.step-prose p{margin-bottom:1.25rem}.step-prose ul,.step-prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.step-prose ul{list-style:disc}.step-prose ol{list-style:decimal}.step-prose li{margin-bottom:.5rem}.step-prose strong{font-weight:700}.step-prose a{color:var(--steel);text-decoration:underline;text-underline-offset:2px}.step-prose a:hover{color:var(--steel-dark)}.step-prose blockquote{border-left:4px solid var(--steel);background:var(--steel-faint);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 .5rem .5rem 0;font-style:italic;color:var(--text-secondary)}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--steel);color:#fff;font-family:var(--font-heading);font-size:.875rem;font-weight:700;flex-shrink:0}.insight-box{background:var(--steel-faint);border:1px solid var(--steel-light);border-radius:.75rem;padding:1.25rem 1.5rem;margin:2rem 0}.insight-box h4{font-family:var(--font-heading);font-weight:600;color:var(--steel-dark);margin-bottom:.5rem;font-size:.9375rem}.next-step-box{background:#fff;border:2px solid var(--steel);border-radius:.75rem;padding:1.25rem 1.5rem;margin:2rem 0}.next-step-box h4{font-family:var(--font-heading);font-weight:600;color:var(--steel-dark);margin-bottom:.5rem}.step-links{max-width:56rem;margin:3rem auto;padding:0 1.5rem}.step-links h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--steel-dark);margin-bottom:1.5rem}.step-card{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:.75rem;padding:1.25rem 1.5rem;margin-bottom:.75rem;transition:all .2s;text-decoration:none;color:inherit}.step-card:hover{border-color:var(--steel);box-shadow:0 2px 12px #4a6fa51f;transform:translateY(-1px)}.step-card .step-num{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--steel);color:#fff;font-family:var(--font-heading);font-size:1rem;font-weight:700;flex-shrink:0}.step-card h3{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;color:var(--steel-dark);margin-bottom:.25rem;line-height:1.3}.step-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;font-family:var(--font-body)}.section-divider{width:3rem;height:3px;background:var(--steel-light);border:none;margin:2.5rem auto;border-radius:2px}
