:root{--bg:#fff;--ink:#0c0c0c;--muted-ink:#444;--header-bg:#0c0c0c;--header-ink:#fff;--header-muted:#9a9a9a;--border:#e0e0e0;--muted-bg:#f5f5f5;--accent:#c00;--accent-fg:#fff;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif:Georgia, "Times New Roman", serif;--rhythm:1.5em}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit}img{max-width:100%;height:auto;display:block}.page{flex-direction:column;min-height:100vh;display:flex}.header{z-index:50;background:var(--header-bg);color:var(--header-ink);border-bottom:1px solid #333;position:sticky;top:0}.header-inner{align-items:center;gap:.75rem;max-width:1280px;margin:0 auto;padding:.75rem 1rem;display:flex}.header-name{text-transform:uppercase;letter-spacing:.1em;color:#fff;font-size:.875rem;font-weight:700}.header-sep,.header-tagline{color:var(--header-muted);display:none}.header-tagline{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}@media (min-width:640px){.header-inner{padding-left:1.5rem;padding-right:1.5rem}.header-sep,.header-tagline{display:inline}}.main{flex:1;width:100%;margin:0 auto;padding:2rem 1rem}@media (min-width:640px){.main{width:80%;padding:3rem 0}}.footer{border-top:1px solid var(--border);background:var(--muted-bg);text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-ink);padding:1.5rem 1rem;font-size:.75rem}.title{border-left:10px solid var(--accent);margin:.75rem 0 0;padding-left:.75rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:640px){.title{font-size:3rem}}.lead{color:#000;margin:2.5rem 0 0;font-size:1.25rem;line-height:1.5}.hero{margin:1rem 0 2rem}.hero img{width:500px;max-width:100%}p{white-space:pre-line;color:var(--ink);margin:0;font-size:1.25rem;line-height:1.42}.prose{gap:var(--rhythm);flex-direction:column;margin-top:1.25rem;display:flex}.hl{font-weight:700}.rudy{background:var(--muted-bg);border-left:4px solid var(--accent);flex-direction:column;margin:2.5rem 0;padding:1.5rem 1.25rem;display:flex}.rudy figure{margin:0}.rudy figure img{border-radius:2px;width:100%;max-width:28rem}.rudy-stat{padding-top:1.25rem}.rudy-stat-foot{gap:var(--rhythm);flex-direction:column;margin-top:.5rem;display:flex}.rudy-stat-foot p{color:var(--muted-ink);font-size:.875rem;line-height:1.42}.cta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:2.5rem 0;padding:1.5rem 0}.cta-row{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.cta-row{flex-direction:row;align-items:center;gap:1.5rem}}.cta-btn{background:var(--accent);color:var(--accent-fg);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.cta-btn:hover{opacity:.9}.cta-price{color:var(--muted-ink);font-size:.875rem}.cta-price-num{color:var(--ink);margin-right:.5rem;font-size:1.125rem;font-weight:700}.cta-note{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-ink);white-space:normal;margin:.75rem 0 0;font-size:.75rem}article{flex-direction:column;display:flex}article>section{gap:var(--rhythm);flex-direction:column;margin-top:.5rem;display:flex}
