@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Space+Mono:wght@400;700&display=swap");:root{--ink:#2c3e2d;--ink-soft:#3d4f3e;--ink-muted:#5a6b5b;--slate:#7a8a7b;--ash:#a0aca1;--fog:#d4ddd5;--mist:#eef2ef;--paper:#f8faf8;--white:#fff;--forest:#2d5a27;--forest-dark:#1e4019;--sage:#4a7c43;--moss:#6a9c63;--mint:#8abc83;--leaf-light:#e8f0e7;--leaf-bg:#f0f9f0;--sand:#c4b5a0;--earth:#8b7355;--warm-white:#fdfcfa;--font-display:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"Space Mono","SF Mono",monospace;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--max-width:1100px;--content-width:640px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--touch-min:48px;--ease-out:cubic-bezier(0.16,1,0.3,1)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{font-family:var(--font-display);font-size:16px;line-height:1.6;color:var(--ink);background:var(--warm-white)}.landing{min-height:100vh;min-height:100dvh}.nav-wrapper{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background .3s var(--ease-out),box-shadow .3s var(--ease-out)}.nav-wrapper.scrolled{background:hsla(40,43%,99%,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--fog)}.nav{justify-content:space-between;padding:var(--space-4) var(--space-5);max-width:var(--max-width);margin:0 auto}.nav,.nav-brand{display:flex;align-items:center}.nav-brand{gap:var(--space-3);text-decoration:none;min-height:var(--touch-min)}.nav-logo{width:28px;height:32px;color:var(--forest)}.brand-text{display:flex;flex-direction:column;line-height:1;gap:1px}.brand-build,.brand-parks{font-weight:700;font-size:.7rem;letter-spacing:.08em;color:var(--ink)}.brand-parks{color:var(--forest)}.nav-links{gap:var(--space-6)}.nav-links,.nav-links a{display:flex;align-items:center}.nav-links a{color:var(--ink-muted);text-decoration:none;font-weight:500;font-size:.9rem;min-height:var(--touch-min);transition:color .2s var(--ease-out)}.nav-links a:hover{color:var(--forest)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--space-20) var(--space-5) var(--space-12);overflow:hidden}.hero-bg{position:absolute;inset:0;pointer-events:none}.gradient-bg{width:100%;height:100%}.hero-content{position:relative;z-index:1;max-width:700px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--white);border:1px solid var(--fog);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--forest);margin-bottom:var(--space-6);box-shadow:0 2px 8px rgba(45,90,39,.08)}.badge-dot{width:6px;height:6px;background:var(--sage);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.hero-title{font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;line-height:1.1;color:var(--ink);margin-bottom:var(--space-5);letter-spacing:-.03em}.title-accent{color:var(--forest)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:var(--slate);margin-bottom:var(--space-8);max-width:540px;margin-left:auto;margin-right:auto}.hero-cta{margin-bottom:var(--space-10)}.cta-form{display:flex;flex-direction:column;gap:var(--space-3);max-width:420px;margin:0 auto}.cta-input{width:100%;padding:var(--space-4) var(--space-5);border:2px solid var(--fog);border-radius:var(--radius-lg);background:var(--white);font-family:var(--font-display);font-size:1rem;color:var(--ink);min-height:var(--touch-min);transition:all .2s var(--ease-out);-webkit-appearance:none}.cta-input:focus{outline:none;border-color:var(--forest);box-shadow:0 0 0 4px rgba(45,90,39,.1)}.cta-input::placeholder{color:var(--ash)}.cta-button{padding:var(--space-4) var(--space-6);background:var(--forest);color:var(--white);border:none;border-radius:var(--radius-lg);font-family:var(--font-display);font-size:1rem;font-weight:600;cursor:pointer;min-height:var(--touch-min);transition:all .2s var(--ease-out);-webkit-tap-highlight-color:transparent}.cta-button:hover{background:var(--forest-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,90,39,.25)}.cta-button:active{transform:translateY(0)}.cta-form-unified{max-width:440px;margin:0 auto}.input-group{display:flex;background:var(--white);border:2px solid var(--fog);border-radius:var(--radius-xl);padding:var(--space-1);transition:all .2s var(--ease-out)}.input-group:focus-within{border-color:var(--forest);box-shadow:0 0 0 4px rgba(45,90,39,.1)}.input-unified{flex:1 1;border:none;background:transparent;padding:var(--space-3) var(--space-4);font-family:var(--font-display);font-size:1rem;color:var(--ink);min-width:0;-webkit-appearance:none}.input-unified:focus{outline:none}.input-unified::placeholder{color:var(--ash)}.btn-unified{padding:var(--space-3) var(--space-5);background:var(--forest);color:var(--white);border:none;border-radius:calc(var(--radius-xl) - 4px);font-family:var(--font-display);font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s var(--ease-out);-webkit-tap-highlight-color:transparent}.btn-unified:hover{background:var(--forest-dark)}.cta-form-unified.dark .input-group{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.cta-form-unified.dark .input-group:focus-within{border-color:var(--white);box-shadow:0 0 0 4px hsla(0,0%,100%,.1)}.cta-form-unified.dark .input-unified{color:var(--white)}.cta-form-unified.dark .input-unified::placeholder{color:hsla(0,0%,100%,.5)}.cta-form-unified.dark .btn-unified{background:var(--white);color:var(--forest)}.cta-form-unified.dark .btn-unified:hover{background:var(--paper)}.cta-note{font-size:.8rem;color:var(--ash);margin-top:var(--space-3)}.coming-soon{color:var(--forest)}.coming-soon,.coming-soon-dark{font-size:1.25rem;font-weight:600;letter-spacing:.05em}.coming-soon-dark{color:var(--mint);margin-top:var(--space-4)}.success-state{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-5);background:var(--leaf-light);border:2px solid var(--forest);border-radius:var(--radius-lg);max-width:420px;margin:0 auto}.success-icon{width:32px;height:32px;color:var(--forest)}.success-state p{color:var(--forest);font-weight:500;text-align:center}.steps-row{justify-content:center;gap:var(--space-3);flex-wrap:wrap}.step-indicator,.steps-row{display:flex;align-items:center}.step-indicator{gap:var(--space-2)}.step-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--forest);color:var(--white);font-size:.75rem;font-weight:700;border-radius:50%}.step-label{font-size:.85rem;font-weight:500;color:var(--slate)}.step-arrow{color:var(--ash);font-size:.9rem}.problem-section{padding:var(--space-16) var(--space-5);background:var(--ink)}.problem-content{max-width:900px;margin:0 auto;display:grid;grid-gap:var(--space-10);gap:var(--space-10)}.problem-quote blockquote{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;line-height:1.4;color:var(--white);margin-bottom:var(--space-3)}.problem-quote cite{font-family:var(--font-mono);font-size:.8rem;font-style:normal;color:var(--ash)}.problem-text p{font-size:1.0625rem;line-height:1.7;color:var(--ash);margin-bottom:var(--space-4)}.problem-text strong{color:var(--white)}.problem-text .solution{color:var(--mint);font-size:1.125rem}.problem-text .solution strong{color:var(--mint)}.how-section{padding:var(--space-20) var(--space-5);background:var(--warm-white)}.section-header{text-align:center;margin-bottom:var(--space-12)}.section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--ink);margin-bottom:var(--space-2);letter-spacing:-.02em}.section-header p{font-size:1.0625rem;color:var(--slate)}.steps-grid{display:grid;grid-gap:var(--space-6);gap:var(--space-6);max-width:1000px;margin:0 auto}.step-card{background:var(--white);border:1px solid var(--fog);border-radius:var(--radius-xl);padding:var(--space-6);text-align:center;transition:all .3s var(--ease-out)}.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(45,90,39,.1);border-color:var(--sage)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--forest);color:var(--white);font-family:var(--font-mono);font-size:1rem;font-weight:700;border-radius:50%;margin-bottom:var(--space-4)}.step-visual{margin-bottom:var(--space-5);display:flex;justify-content:center}.step-illustration{width:100%;max-width:200px;height:auto}.step-card h3{font-size:1.25rem;font-weight:600;color:var(--ink);margin-bottom:var(--space-2)}.step-card p{font-size:.95rem;color:var(--slate);line-height:1.5}.stats-section{padding:var(--space-16) var(--space-5);background:var(--leaf-bg);text-align:center}.stats-content{display:grid;grid-gap:var(--space-8);gap:var(--space-8);max-width:900px;margin:0 auto var(--space-6)}.stat{display:flex;flex-direction:column}.stat-number{font-family:var(--font-mono);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--forest);line-height:1.2;margin-bottom:var(--space-2)}.stat-label{font-size:.95rem;color:var(--slate)}.stats-footnote{font-size:1.125rem;font-weight:600;color:var(--forest)}.final-cta{padding:var(--space-20) var(--space-5);background:var(--forest);text-align:center}.final-cta .cta-content{max-width:600px;margin:0 auto}.final-cta h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--white);margin-bottom:var(--space-3);letter-spacing:-.02em}.final-cta>.cta-content>p{font-size:1.125rem;color:hsla(0,0%,100%,.8);margin-bottom:var(--space-8)}.cta-form-dark .cta-input{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.25);color:var(--white)}.cta-form-dark .cta-input::placeholder{color:hsla(0,0%,100%,.5)}.cta-form-dark .cta-input:focus{border-color:var(--white);box-shadow:0 0 0 4px hsla(0,0%,100%,.1)}.cta-button-light{background:var(--white);color:var(--forest)}.cta-button-light:hover{background:var(--paper);box-shadow:0 4px 12px rgba(0,0,0,.15)}.cta-thanks{padding:var(--space-4) var(--space-6);background:hsla(0,0%,100%,.15);border-radius:var(--radius-lg);color:var(--white);font-weight:500}.footer{padding:var(--space-12) var(--space-5);background:var(--ink)}.footer-content{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-brand{display:inline-flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.footer-logo{width:24px;height:28px;color:var(--mint)}.footer-brand .brand-text{display:flex;flex-direction:column;line-height:1;gap:1px}.footer-brand .brand-build,.footer-brand .brand-parks{font-weight:700;font-size:.65rem;letter-spacing:.08em;color:var(--white)}.footer-brand .brand-parks{color:var(--mint)}.footer-tagline{font-size:.875rem;color:var(--ash);margin-bottom:var(--space-6)}.footer-links{display:flex;justify-content:center;gap:var(--space-6);flex-wrap:wrap}.footer-links a{color:var(--ash);text-decoration:none;font-size:.875rem;min-height:var(--touch-min);display:flex;align-items:center;transition:color .2s var(--ease-out)}.footer-links a:hover{color:var(--white)}@media (max-width:479px){.nav{padding:var(--space-3) var(--space-4)}.nav-links{gap:var(--space-4)}.nav-links a{font-size:.8rem}.brand-build,.brand-parks{font-size:.6rem}.nav-logo{width:24px;height:28px}.input-group{flex-direction:column;gap:var(--space-2);padding:var(--space-2)}.btn-unified{width:100%;padding:var(--space-4)}.steps-row{gap:var(--space-2)}.step-arrow{display:none}}@media (min-width:480px){.success-state{flex-direction:row;text-align:left}}@media (min-width:640px){.nav{padding:var(--space-5) var(--space-8)}.trust-row{gap:var(--space-10)}.problem-content{grid-template-columns:1fr 1fr;align-items:center}.stats-content{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.hero{padding:var(--space-20) var(--space-8)}.steps-grid{grid-template-columns:repeat(3,1fr)}.step-card{padding:var(--space-8)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@supports (padding:max(0px)){.final-cta,.footer,.hero,.how-section,.nav,.problem-section,.stats-section{padding-left:max(var(--space-5),env(safe-area-inset-left));padding-right:max(var(--space-5),env(safe-area-inset-right))}.footer{padding-bottom:max(var(--space-12),env(safe-area-inset-bottom))}}