@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #f3f4f3;--surface: #ffffff;--surface-soft: #eceeed;--text: #16253f;--text-muted: #3f5573;--accent: #4f8a8d;--accent-dark: #3e7376;--card: #eef1f0;--border-soft: #d9dfde;--container: 1180px;--radius: 16px;--space-section: clamp(1.2rem, 2.2vw, 2rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f4f4f4 0%,var(--bg) 55%,#f7f8f7 100%);color:var(--text);font-family:Manrope,sans-serif;font-size:15px;line-height:1.45;text-rendering:geometricPrecision}h1,h2,h3,p,ul{margin:0}a{color:inherit}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.narrow{max-width:860px}.section{padding-block:var(--space-section);border-top:1px solid transparent}.section-alt{background:var(--surface-soft);border-top-color:#e4e7e6;border-bottom:1px solid #e4e7e6}.soft-top{border-top:0}.intro-section{padding-bottom:clamp(.55rem,1.1vw,.95rem)}.bio-section{padding-top:clamp(.55rem,1.1vw,.95rem)}.hero .container{max-width:980px;text-align:center}.hero{padding-top:clamp(1.4rem,2.8vw,2.4rem);padding-bottom:clamp(1.6rem,2.8vw,2.6rem)}h1{font-size:clamp(1.5rem,3.35vw,2.65rem);letter-spacing:-.03em;line-height:1.06;font-weight:800}.lede{margin-top:.8rem;color:var(--text-muted);font-size:clamp(.98rem,1.2vw,1.2rem);line-height:1.32}.hero-actions{margin-top:.95rem;display:flex;align-items:center;justify-content:center;gap:1.15rem;flex-wrap:wrap}.button{text-decoration:none;font-weight:700;border-radius:10px;transition:transform .2s ease,background-color .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;min-width:254px;padding:0 1.6rem;background:var(--accent);color:#f8fbfa;box-shadow:0 8px 20px #16253f1f}.button-primary:hover{background:var(--accent-dark)}.button-link{color:var(--text-muted);padding:.4rem .75rem}.prose{font-size:clamp(.95rem,.95vw,1.06rem);line-height:1.58;color:var(--text-muted)}.prose p+p{margin-top:.45rem}.prose h2{font-size:clamp(1.45rem,1.9vw,1.85rem);color:var(--text);margin-bottom:.75rem}.prose strong{color:var(--text)}.bio-grid{display:grid;grid-template-columns:180px 1fr;gap:clamp(1rem,2vw,1.6rem);align-items:start;max-width:900px}.profile-image{width:180px;aspect-ratio:1 / 1;border-radius:22px;object-fit:cover}.text-link{color:#2d6f86;text-decoration:none;font-weight:600}.text-link:hover{text-decoration:underline}.section-title{text-align:center;font-size:clamp(1.55rem,2.25vw,2.15rem);letter-spacing:-.02em;margin-bottom:.9rem}.examples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.example-card{background:var(--card);border:1px solid var(--border-soft);border-radius:var(--radius);padding:.9rem .9rem .85rem}.example-card-last{grid-column:1 / -1;max-width:52%;justify-self:center}.example-icon{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:10px;background:#dce5e3;margin-bottom:.45rem;font-size:1.25rem}.example-card h3{font-size:clamp(1.08rem,1.2vw,1.3rem);margin-bottom:.35rem}.example-card p{color:var(--text-muted);font-size:clamp(.9rem,.85vw,.98rem);margin-top:.3rem}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.steps-grid article{min-height:124px}.step-pill{width:46px;height:46px;border-radius:50%;background:var(--accent);color:#f8fbfa;font-weight:700;display:inline-grid;place-items:center;margin-bottom:.4rem}.steps-grid h3{font-size:clamp(1.1rem,1.2vw,1.28rem);margin-bottom:.2rem}.steps-grid p,.dont-list li{color:var(--text-muted);font-size:clamp(.9rem,.85vw,.98rem)}.dont-list{margin-top:.8rem;max-width:640px}.dont-list h3{font-size:clamp(1.2rem,1.5vw,1.45rem);margin-bottom:.3rem}.dont-list ul{padding-left:1.3rem}.dont-list li+li{margin-top:.2rem}.cta{text-align:center;max-width:780px}.cta h2{font-size:clamp(1.55rem,2.35vw,2.25rem);letter-spacing:-.02em}.cta p{margin-top:.45rem;color:var(--text-muted);font-size:clamp(.95rem,.95vw,1.05rem)}.cta .button-primary{margin-top:.75rem}.cta .small{margin-top:.5rem;font-size:clamp(.88rem,.82vw,.95rem)}.site-footer{border-top:1px solid #e4e7e6;padding:.9rem 0 1rem;text-align:center;color:#61718b}.site-footer p+p{margin-top:.25rem}.dot-sep{opacity:.5;margin:0 .45rem}main>section,.site-footer{animation:rise-in .55s ease both}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.examples-grid{grid-template-columns:1fr}.example-card-last{grid-column:auto;max-width:none}.steps-grid{grid-template-columns:1fr;gap:1.45rem}.bio-grid{grid-template-columns:1fr}.profile-image{width:160px}}@media(max-width:620px){.container{width:min(100% - 1.4rem,var(--container))}.button-primary{width:100%;min-width:0}.hero-actions{gap:.45rem}}
