:root{--text: #0b1220;--text-soft: rgba(11, 18, 32, .78);--text-muted: rgba(11, 18, 32, .58);--border: rgba(11, 18, 32, .1);--border-strong: rgba(11, 18, 32, .14);--surface: #ffffff;--surface-soft: rgba(11, 18, 32, .025);--surface-soft-2: rgba(11, 18, 32, .04);--brand: #0b1220}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6;color:var(--text);background:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit}.page{max-width:1160px;margin:0 auto;padding:24px 24px 72px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.brand-mark{width:48px;height:48px;display:block;object-fit:contain}.brand-text{font-size:2rem;font-weight:900;letter-spacing:-.03em;line-height:1;color:var(--text)}.site-nav{display:flex;align-items:center;gap:22px}.site-nav a{text-decoration:none;font-size:1rem;font-weight:600;color:var(--text-soft)}.site-nav a:hover{color:var(--text)}.hero{padding:56px 40px;border-radius:22px;background:var(--surface-soft);border:1px solid var(--border);text-align:left}.eyebrow{margin:0 0 10px;font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);text-align:left}.hero h1{margin:0 auto 16px;max-width:40ch;font-size:clamp(2.15rem,3.2vw,3.5rem);line-height:1.08;letter-spacing:-.035em;font-weight:800;text-align:left;text-wrap:balance}.subhead{margin:0 auto;max-width:100ch;font-size:1.08rem;line-height:1.65;color:var(--text-soft);text-align:left}.cta-row{display:flex;flex-wrap:wrap;justify-content:left;gap:12px;margin-top:22px}.cta-primary,.cta-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-size:.98rem;font-weight:700;border:1px solid var(--border-strong);transition:background .15s ease,color .15s ease,border-color .15s ease}.cta-primary{background:var(--brand);color:#fff}.cta-primary:hover{background:#111827}.cta-secondary{background:#fff;color:var(--text)}.cta-secondary:hover{background:var(--surface-soft-2)}.section{margin-top:40px;text-align:left}.section h2{margin:0 0 12px;font-size:1.32rem;line-height:1.2;letter-spacing:-.02em;text-align:left}.section p,.section ul{max-width:70ch}.section p{color:var(--text-soft);text-align:left}.section-intro{margin:0}.cards,.steps,.grid{display:grid;gap:14px}.cards,.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.step{border:1px solid var(--border);border-radius:18px;padding:16px;background:#fff;text-align:left}.step{background:var(--surface-soft)}.card h3,.step h3{margin:0 0 8px;font-size:1.03rem;line-height:1.3;letter-spacing:-.01em;text-align:left}.card p,.step p{margin:0;color:var(--text-soft);line-height:1.58;text-align:left}.label{margin:14px 0 6px;font-size:.8rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);text-align:left}.card ul,.bullets{margin:0;padding-left:20px;color:var(--text-soft)}.card li,.bullets li{margin:7px 0}.outcome{margin-top:14px;padding:12px 14px;border-left:4px solid rgba(11,18,32,.28);background:var(--surface-soft);border-radius:10px;text-align:left}.callout{border:1px solid var(--border);border-radius:22px;padding:22px;background:var(--surface-soft);text-align:left}.muted{margin:0 0 12px;color:var(--text-soft);max-width:70ch;text-align:left}.contact-box{border:1px solid var(--border);border-radius:16px;padding:16px 18px;background:#fff;max-width:720px}.contact-line{margin:8px 0;text-align:left}.contact-line a{color:var(--text)}.form-shell{border:1px solid var(--border);border-radius:22px;padding:28px;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field-full{grid-column:1 / -1}.field label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border-strong);border-radius:12px;padding:14px;font:inherit;color:var(--text);background:#fff}.field textarea{min-height:160px;resize:vertical}.form-note{margin-top:14px;font-size:.95rem;color:var(--text-muted);text-align:left}.submit-row{margin-top:18px}.submit-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--border-strong);border-radius:12px;background:var(--brand);color:#fff;font:inherit;font-weight:700;cursor:pointer}.submit-button:hover{background:#111827}.site-footer{margin-top:52px;padding-top:18px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.94rem;text-align:left}@media(max-width:900px){.site-header{flex-direction:column;align-items:flex-start}.site-nav{flex-wrap:wrap;gap:16px}.cards,.steps,.grid,.form-grid{grid-template-columns:1fr}.hero{padding:30px 24px}.brand-text{font-size:1.7rem}.hero h1{max-width:22ch;font-size:clamp(2rem,5vw,3rem)}}@media(max-width:560px){.page{padding:18px 16px 52px}.brand-mark{width:42px;height:42px}.brand-text{font-size:1.5rem}.hero h1{max-width:none;font-size:clamp(1.9rem,9vw,2.5rem)}.subhead{font-size:1rem}.form-shell{padding:20px}}
