.landing{min-height:100vh}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1100px;margin:0 auto}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-link{font-weight:600;color:#6b625c}.nav-link:hover{color:#171717}.logo{font-size:1.25rem;font-weight:800}.nav-cta{background:#ff6fae;color:#fff;padding:.6rem 1.2rem;border-radius:999px;font-weight:600}.hero{max-width:800px;margin:0 auto;padding:4rem 2rem 5rem;text-align:center}.hero-badge{display:inline-block;background:#fff;border:1px solid #efe1d3;padding:.4rem 1rem;border-radius:999px;font-size:.875rem;color:#6b625c;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:800;line-height:1.1;margin-bottom:1.25rem}.hero-sub{font-size:1.25rem;color:#6b625c;line-height:1.6;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#ff6fae,#ff7a59);color:#fff;padding:1rem 2rem;border-radius:999px;font-weight:700;font-size:1.05rem;box-shadow:0 8px 24px #ff6fae59}.btn-secondary{background:#fff;border:1px solid #efe1d3;padding:1rem 2rem;border-radius:999px;font-weight:600}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto;padding:2rem}.feature-card{background:#fff;border-radius:28px;padding:2rem;border:1px solid #efe1d3;border-left-width:4px;box-shadow:0 4px 20px #1717170a}.feature-emoji{font-size:2rem;display:block;margin-bottom:.75rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#6b625c;line-height:1.6}.loop{max-width:600px;margin:4rem auto;padding:2rem;background:#fff;border-radius:28px;border:1px solid #efe1d3}.loop h2{margin-bottom:1rem}.loop ol{padding-left:1.25rem;line-height:2;color:#6b625c}.cta-section{text-align:center;padding:5rem 2rem;background:linear-gradient(180deg,transparent,#ffe8f4)}.cta-section h2{font-size:2rem;margin-bottom:.75rem}.cta-section p{color:#6b625c;margin-bottom:1.5rem}.footer{text-align:center;padding:2rem;color:#6b625c;font-size:.875rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:#fff9f2;color:#171717;-webkit-font-smoothing:antialiased}#root{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}
