@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--background: #fafaf9;--foreground: #1e293b;--secondary: #64748b;--accent: #f97316;--accent-foreground: #ffffff;--navy: #0f172a;--card: #ffffff;--border: #e2e8f0;--muted: #f1f5f9;--radius: 10px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,sans-serif;background:var(--background);color:var(--foreground);line-height:1.65;overflow-x:clip}h1,h2,h3,h4{color:var(--navy);line-height:1.2;text-wrap:balance}a{color:var(--accent)}img{max-width:100%;height:auto}.container{max-width:64rem;margin:0 auto;padding:0 1.25rem}.narrow{max-width:42rem}.site-header{padding:1.25rem 0}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-header .brand{font-weight:700;color:var(--navy);text-decoration:none;font-size:1.1rem}.site-header nav a{color:var(--foreground);text-decoration:none;margin-left:1.5rem;font-weight:500}.site-header nav a:hover{color:var(--accent)}.hero{padding:3.5rem 0 4rem;text-align:center}.hero h1{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.hero .tagline{font-size:1.25rem;color:var(--secondary);max-width:34rem;margin:0 auto 2rem}.hero .signup{max-width:30rem;margin:0 auto;min-height:180px}@media(min-width:640px){.hero .signup{min-height:120px}}.hero .social-proof{font-size:.95rem;color:var(--secondary);margin-top:.75rem}section{padding:3rem 0}section h2{font-size:clamp(1.6rem,4vw,2.1rem);margin:0 0 1.75rem}.paths{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:720px){.paths{grid-template-columns:repeat(3,1fr)}}.path-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease}.path-card:hover{box-shadow:0 6px 20px #0f172a14;transform:translateY(-2px)}.path-card h3{margin:0 0 .5rem;font-size:1.25rem}.path-card p{margin:0 0 1.25rem;color:var(--secondary);flex:1}.path-card .cta{display:inline-block;background:var(--accent);color:var(--accent-foreground);text-decoration:none;font-weight:600;padding:.65rem 1.1rem;border-radius:calc(var(--radius) - 2px);text-align:center}.path-card .cta:hover{filter:brightness(1.05)}.about .container{display:grid;gap:2rem;align-items:center;grid-template-columns:1fr}@media(min-width:720px){.about .container{grid-template-columns:5fr 3fr}}.about img{border-radius:var(--radius)}.about .lede{font-size:1.2rem;font-weight:600;color:var(--navy)}.resources{padding:2rem 0}.resources h2{font-size:1.2rem;margin-bottom:1rem}.resource-row{display:flex;flex-wrap:wrap;gap:.75rem}.resource-row a{display:inline-flex;align-items:center;gap:.5rem;background:var(--card);border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;text-decoration:none;color:var(--navy);font-weight:500}.resource-row a:hover{border-color:var(--accent)}.resource-row .price{color:var(--secondary);font-size:.85rem}.testimonials .grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:720px){.testimonials .grid{grid-template-columns:repeat(2,1fr)}}.testimonial{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin:0}.testimonial p{margin:0 0 1rem}.testimonial footer{color:var(--secondary);font-size:.9rem}.testimonial footer strong{color:var(--navy)}.article-list{list-style:none;margin:0;padding:0}.article-list li{padding:1rem 0;border-bottom:1px solid var(--border)}.article-list a{color:var(--navy);text-decoration:none;font-weight:600;font-size:1.1rem}.article-list a:hover{color:var(--accent)}.article-list .date{color:var(--secondary);font-size:.9rem;margin-left:.5rem;white-space:nowrap}.more-link{display:inline-block;margin-top:1.25rem;font-weight:600}.article{padding:2.5rem 0 4rem}.article h1{font-size:clamp(1.9rem,5vw,2.6rem);margin:0 0 .5rem}.article .meta{color:var(--secondary);margin-bottom:2rem}.article .body{font-size:1.1rem}.article .body img{border-radius:var(--radius)}.article .body blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.25rem 0 .25rem 1.25rem;color:var(--secondary)}.site-footer{border-top:1px solid var(--border);margin-top:3rem;padding:2.5rem 0;text-align:center;color:var(--secondary);font-size:.95rem}.site-footer .social{display:flex;justify-content:center;gap:1.25rem;margin-bottom:1rem}.site-footer .social a{color:var(--foreground);text-decoration:none;font-weight:500}.site-footer .social a:hover{color:var(--accent)}
