/* Generated SEO page styles are kept separate from the React app. */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#faf8f5;color:#292524;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.7}.wrap{width:min(1080px,calc(100% - 32px));margin:auto}.top{padding:18px 0;border-bottom:1px solid #e7e5e4;background:rgba(255,255,255,.9)}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-family:Georgia,serif;font-weight:700;color:#1c1917;text-decoration:none;font-size:20px}.nav a{color:#57534e;text-decoration:none;font-weight:600;font-size:14px}.hero{padding:72px 0 48px;text-align:center}.eyebrow{display:inline-block;padding:6px 12px;border:1px solid #fecdd3;background:#fff1f2;color:#9f1239;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(36px,6vw,64px);line-height:1.08;letter-spacing:-.03em;margin:18px auto;max-width:850px;color:#1c1917}.hero p{max-width:720px;margin:0 auto;color:#57534e;font-size:18px}.cta{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;padding:13px 20px;border-radius:12px;background:#1c1917;color:white;text-decoration:none;font-weight:800;box-shadow:0 8px 24px rgba(28,25,23,.12)}.section{padding:42px 0}.section h2{font-family:Georgia,serif;font-size:32px;line-height:1.2;color:#1c1917;margin:0 0 16px}.section>p{color:#57534e;max-width:780px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.card{display:block;background:white;border:1px solid #e7e5e4;border-radius:16px;padding:22px;box-shadow:0 5px 18px rgba(28,25,23,.04);text-decoration:none}.card h3{margin:0 0 8px;color:#292524;font-size:18px}.card p{margin:0;color:#57534e;font-size:15px}.quote{margin:14px 0;padding:16px 18px;border-left:3px solid #fda4af;background:#fff7f8;border-radius:0 10px 10px 0;color:#44403c}.steps{counter-reset:step;display:grid;gap:12px;margin-top:22px}.step{background:white;border:1px solid #e7e5e4;border-radius:14px;padding:18px 18px 18px 54px;position:relative}.step:before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:16px;width:24px;height:24px;border-radius:50%;background:#1c1917;color:white;font-weight:800;text-align:center;line-height:24px;font-size:12px}.footer{margin-top:30px;padding:30px 0 48px;border-top:1px solid #e7e5e4;color:#78716c;font-size:13px}.footer a{color:#57534e}.center{text-align:center}.breadcrumb{font-size:13px!important;color:#78716c!important;margin-top:18px!important}.breadcrumb a{color:#57534e}@media(max-width:760px){.grid{grid-template-columns:1fr}.hero{padding:48px 0 32px}.hero p{font-size:16px}.section{padding:32px 0}.nav a{display:none}.wrap{width:min(100% - 24px,1080px)}}