:root{--clr-bg: #fefcf3;--clr-bg-alt: #f5f0e1;--clr-text: #2d2a24;--clr-text-muted: #6b6560;--clr-primary: #f59e0b;--clr-primary-dark: #d97706;--clr-yellow: #fef3c7;--clr-yellow-border: #fbbf24;--clr-blue: #dbeafe;--clr-blue-border: #60a5fa;--clr-green: #dcfce7;--clr-green-border: #4ade80;--clr-purple: #ede9fe;--clr-purple-border: #a78bfa;--clr-pink: #fce7f3;--clr-pink-border: #f472b6;--clr-orange: #ffedd5;--clr-orange-border: #fb923c;--radius: 1rem;--radius-sm: .625rem;--shadow: 0 2px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .08);--max-w: 72rem;font-family:Nunito,ui-rounded,Segoe UI,system-ui,sans-serif;line-height:1.6;color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{background:var(--clr-bg);color:var(--clr-text);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3{line-height:1.2}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}img{max-width:100%;display:block}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:1rem 2rem;background:#fefcf3d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-logo{font-size:1.25rem;font-weight:800;display:flex;align-items:center;gap:.4rem}.nav-links{display:flex;gap:1.75rem}.nav-links a{font-weight:600;font-size:.95rem;color:var(--clr-text-muted);transition:color .2s}.nav-links a:hover,.nav-links a:focus-visible{color:var(--clr-primary-dark)}.hero{text-align:center;padding:5rem 2rem 4rem;background:linear-gradient(170deg,#fef3c7,#fefcf3 40%,#dbeafe)}.hero-badge{display:inline-block;background:#fff;border:2px solid var(--clr-yellow-border);border-radius:999px;padding:.3rem 1rem;font-size:.85rem;font-weight:700;color:var(--clr-primary-dark);margin-bottom:1.25rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;letter-spacing:-.03em;margin-bottom:1rem;background:linear-gradient(135deg,#d97706,#ea580c,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{max-width:36rem;margin:0 auto 2rem;font-size:1.15rem;color:var(--clr-text-muted)}.btn{display:inline-block;font-family:inherit;font-weight:700;font-size:1rem;padding:.85rem 2rem;border-radius:999px;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.btn-primary{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff}.btn-primary:focus-visible{outline:3px solid var(--clr-primary);outline-offset:3px}.section{max-width:var(--max-w);margin:0 auto;padding:4rem 2rem}.section--alt{background:var(--clr-bg-alt);max-width:100%;padding-left:0;padding-right:0}.section--alt>*{max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.section-title{text-align:center;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--clr-text-muted);font-size:1.05rem;margin-bottom:2.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem}.card{background:#fff;border-radius:var(--radius);padding:2rem 1.5rem;box-shadow:var(--shadow);border-top:4px solid transparent;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card--yellow{border-top-color:var(--clr-yellow-border)}.card--blue{border-top-color:var(--clr-blue-border)}.card--green{border-top-color:var(--clr-green-border)}.card-emoji{display:block;font-size:2.5rem;margin-bottom:.75rem}.card-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.card p{color:var(--clr-text-muted);font-size:.95rem}.steps-list{max-width:40rem;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;counter-reset:none}.step{display:flex;align-items:flex-start;gap:1.25rem;background:#fff;border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:transform .2s}.step:hover{transform:translate(6px)}.step-number{flex-shrink:0;width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;font-weight:800;font-size:1.1rem}.step-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.step-content p{color:var(--clr-text-muted);font-size:.95rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.5rem}.tool{background:#fff;border-radius:var(--radius);padding:1.75rem 1.5rem;text-align:center;box-shadow:var(--shadow);border:2px solid transparent;transition:border-color .2s,transform .2s}.tool:nth-child(1){border-color:var(--clr-yellow-border)}.tool:nth-child(2){border-color:var(--clr-blue-border)}.tool:nth-child(3){border-color:var(--clr-green-border)}.tool:nth-child(4){border-color:var(--clr-purple-border)}.tool:nth-child(5){border-color:var(--clr-pink-border)}.tool:nth-child(6){border-color:var(--clr-orange-border)}.tool:hover{transform:translateY(-4px)}.tool-emoji{display:block;font-size:2.25rem;margin-bottom:.5rem}.tool h3{font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.tool p{color:var(--clr-text-muted);font-size:.9rem}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem}.story{background:#fff;border-radius:var(--radius);padding:2rem 1.5rem;box-shadow:var(--shadow);border-left:4px solid var(--clr-purple-border);display:flex;flex-direction:column;gap:1.25rem}.story-quote{font-size:1rem;font-style:italic;color:var(--clr-text);line-height:1.7}.story-quote:before{content:"“";font-size:2rem;line-height:0;vertical-align:-.4rem;color:var(--clr-purple-border);margin-right:.15rem}.story-author{display:flex;align-items:center;gap:.6rem}.story-avatar{font-size:1.75rem}.story-author cite{font-style:normal;font-weight:700;font-size:.95rem}.cta{text-align:center;background:linear-gradient(135deg,#fef3c7,#ede9fe,#dbeafe);border-radius:var(--radius);margin:2rem auto;padding:3.5rem 2rem}.cta-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;margin-bottom:.75rem}.cta-text{max-width:32rem;margin:0 auto 1.75rem;color:var(--clr-text-muted);font-size:1.05rem}.footer{text-align:center;padding:2.5rem 2rem;background:var(--clr-bg-alt);font-size:.95rem;color:var(--clr-text-muted);margin-top:auto}.footer-small{margin-top:.4rem;font-size:.85rem;opacity:.7}@media(max-width:640px){.nav{flex-direction:column;gap:.75rem;padding:1rem}.nav-links{gap:1rem;font-size:.85rem}.hero,.section{padding:3rem 1.25rem}.section--alt>*{padding-left:1.25rem;padding-right:1.25rem}.card-grid,.tools-grid,.stories-grid{grid-template-columns:1fr}}
