@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--orange-primary:#ff4800;--orange-gradient-start:#ff4800;--orange-gradient-end:#d36b42;--page-bg:#ffd3c1;--bg-white:#fff;--bg-black:#000;--text-dark:#151515;--text-white:#fff;--text-muted:#7f7f7f;--section-gradient-start:rgba(211,107,66,.15);--section-gradient-end:rgba(255,72,0,.15);--gap-xxl:72px;--gap-xl:48px;--gap-lg:32px;--gap-md:24px;--gap-sm:12px;--gap-xs:8px;--padding-section:96px;--padding-xl:48px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--radius-section:40px;--radius-pill:48px;--radius-phone:20px;--radius-phone-small:24px;--radius-bar:12px;--radius-card:12px;--radius-sm:6px;--max-width:1280px;--max-width-content:992px}body,html{font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100%;background:var(--page-bg);color:var(--text-dark);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Geist,sans-serif;font-weight:500;letter-spacing:-.04em;line-height:1.1;color:var(--text-dark)}.scroll-container{min-height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:0}.section{padding:var(--padding-xl);display:flex;justify-content:center;min-height:auto}.section-shell{width:100%;max-width:var(--max-width);gap:var(--gap-xl);margin:0 auto}.section-header,.section-shell{display:flex;flex-direction:column}.section-header{gap:var(--gap-sm);max-width:720px}.section-eyebrow{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--text-muted)}.section-heading{font-size:64px;font-weight:400;line-height:1.1}.section-heading,.section-subheading{font-family:Geist,sans-serif;letter-spacing:-.04em;color:var(--text-dark)}.section-subheading{font-size:24px;font-weight:500;line-height:1.4}.section-lead{font-family:Geist,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.6;letter-spacing:-.01em;color:var(--text-muted)}.hero-section{display:flex;flex-direction:column;gap:var(--gap-xl);padding:var(--padding-xl);background:var(--page-bg);color:var(--text-dark);min-height:auto}.site-header{width:100%;max-width:var(--max-width);margin:0 auto}.site-logo{font-family:Geist,sans-serif;font-size:48px;font-weight:500;letter-spacing:-.04em;color:var(--orange-primary);text-decoration:none}.hero-card{width:100%;max-width:var(--max-width);margin:0 auto;background:linear-gradient(180deg,var(--orange-gradient-start) 0,var(--orange-gradient-end) 100%);border-radius:var(--radius-section);padding:var(--padding-section);overflow:hidden}.hero-inner{width:100%;align-items:center;justify-content:center}.hero-copy,.hero-inner{display:flex;flex-direction:column;gap:var(--gap-xl)}.hero-copy{align-items:flex-start;text-align:left;max-width:526px}.hero-text{display:flex;flex-direction:column;gap:var(--gap-md)}.hero-title{font-size:40px;font-weight:500}.hero-subhead,.hero-title{font-family:Geist,sans-serif;line-height:1.25;letter-spacing:-.04em;color:var(--text-dark)}.hero-subhead{font-size:24px;font-weight:400;text-decoration:none}.hero-subhead:hover{text-decoration:underline}.hero-form{width:380px}.hero-form,.hero-input-group{display:flex;flex-direction:column;gap:var(--gap-sm)}.hero-input-group{align-items:stretch;width:100%}.hero-input{width:100%;background:var(--bg-white);border:none;color:var(--text-dark);font-family:Geist,sans-serif;font-size:20px;font-weight:500;padding:var(--padding-md) var(--padding-lg);border-radius:var(--radius-pill);outline:none;letter-spacing:-.02em}.hero-input::placeholder{color:var(--text-muted)}.hero-input:focus{outline:2px solid var(--text-dark);outline-offset:2px}.hero-button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:var(--padding-md) var(--padding-lg);border:none;border-radius:var(--radius-pill);font-family:Geist,sans-serif;font-size:20px;font-weight:500;color:var(--text-white);background:var(--bg-black);cursor:pointer;transition:transform .2s ease,opacity .2s ease}.hero-button:hover:not(:disabled){transform:translateY(-2px);opacity:.9}.hero-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.hero-secondary-action{margin-top:var(--gap-sm)}.hero-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--padding-xs) var(--padding-lg);border-radius:var(--radius-pill);border:2px solid var(--text-dark);font-family:Geist,sans-serif;font-size:1rem;font-weight:600;color:var(--text-dark);background:transparent;text-decoration:none;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.hero-secondary-button:hover{background:var(--text-dark);color:var(--text-white)}.hero-visual{flex-shrink:0;display:flex;justify-content:center;align-items:center}.phone-mockup{position:relative;width:305px;height:715px;border-radius:var(--radius-phone);box-shadow:0 0 20px 4px rgba(0,0,0,.15);overflow:hidden}.hero-image,.phone-mockup img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-phone)}.phone-mockup-small{position:relative;width:240px;height:563px;border-radius:var(--radius-phone-small);overflow:hidden}.phone-mockup-small img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-phone-small)}.steps-container{display:flex;justify-content:center;gap:var(--gap-xxl);width:100%}.step-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap-md)}.step-image-container{display:flex;justify-content:center;align-items:center}.step-content{display:flex;flex-direction:column;gap:0;text-align:left;max-width:270px}.step-content h3{font-size:24px;font-weight:500;line-height:48px}.step-content h3,.step-content p{font-family:Geist,sans-serif;color:var(--text-dark);letter-spacing:-.04em}.step-content p{font-size:18px;font-weight:400;line-height:1.5}.section-card{width:100%;max-width:var(--max-width);margin:0 auto;background:linear-gradient(180deg,var(--section-gradient-start) 0,var(--section-gradient-end) 100%);border-radius:var(--radius-section);padding:var(--padding-section);overflow:hidden}.section-card-content{display:flex;flex-direction:column;gap:92px;align-items:flex-start}.section-card-header{display:flex;flex-direction:column;gap:var(--gap-xl);align-items:center;text-align:center;width:100%}.section-light{background:var(--page-bg)}.section-white{background:var(--bg-white)}.usp-grid{display:flex;justify-content:center;gap:var(--gap-xxl);width:100%}.usp-card{display:flex;flex-direction:column;gap:var(--gap-md);max-width:277px}.usp-card h3{font-size:40px;line-height:1.1}.usp-card h3,.usp-card p{font-family:Geist,sans-serif;font-weight:400;color:var(--text-dark);letter-spacing:-.04em}.usp-card p{font-size:18px;line-height:1.5}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--gap-md);gap:var(--gap-md)}.info-card{padding:var(--padding-lg);border-radius:var(--radius-card);background:var(--bg-black);color:var(--text-white);display:flex;flex-direction:column;gap:var(--gap-xs);height:100%}.info-card h3{font-family:Geist,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-white);letter-spacing:-.01em}.info-card p{font-size:1rem;font-weight:500;line-height:1.6;letter-spacing:-.01em;color:hsla(0,0%,100%,.9)}.roadmap{gap:64px;width:100%}.roadmap,.roadmap-header{display:flex;flex-direction:column}.roadmap-header{gap:var(--gap-md)}.roadmap-title{font-size:40px}.roadmap-subtitle,.roadmap-title{font-family:Geist,sans-serif;font-weight:500;letter-spacing:-.04em;color:var(--text-dark)}.roadmap-subtitle{font-size:24px}.roadmap-items{display:flex;flex-direction:column;gap:64px}.roadmap-item{display:flex;gap:var(--gap-md)}.roadmap-bar{width:4px;background:var(--orange-primary);border-radius:var(--radius-bar);flex-shrink:0}.roadmap-content{display:flex;flex-direction:column;gap:var(--gap-md)}.roadmap-period{font-family:Geist,sans-serif;font-size:24px;font-weight:500;letter-spacing:-.04em;color:var(--text-dark)}.roadmap-phase{display:flex;flex-direction:column;gap:var(--gap-sm)}.roadmap-phase-title{font-family:Geist,sans-serif;font-size:32px;font-weight:500;letter-spacing:-.04em;color:var(--text-dark)}.roadmap-details{display:flex;flex-direction:column;gap:var(--gap-sm);max-width:600px}.roadmap-detail{font-family:Geist,sans-serif;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:-.04em;color:var(--text-dark)}.roadmap-detail strong{font-weight:500;display:block}.roadmap-detail-section{display:flex;flex-direction:column;gap:var(--gap-sm)}.roadmap-detail-section strong{font-family:Geist,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.04em;color:var(--text-dark)}.roadmap-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--gap-xs)}.roadmap-checklist-item{display:flex;align-items:flex-start;gap:var(--gap-sm);font-family:Geist,sans-serif;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:-.04em;color:var(--text-dark)}.roadmap-check-icon{flex-shrink:0;margin-top:2px;color:var(--orange-primary)}.roadmap-item-no-check{margin-left:32px}.timeline{list-style:none;display:flex;flex-direction:column;gap:var(--gap-md);position:relative;padding-left:var(--padding-lg);padding-bottom:var(--padding-xl)}.timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:var(--padding-xl);width:2px;background:var(--orange-primary)}.timeline-item{display:grid;grid-template-columns:120px 1fr;grid-gap:var(--gap-md);gap:var(--gap-md);position:relative}.timeline-item:before{content:"";position:absolute;left:-.5rem;top:.5rem;width:12px;height:12px;background:var(--orange-primary);border-radius:50%;border:3px solid var(--bg-white)}.timeline-period{font-family:Geist,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-self:center}.timeline-content{background:var(--bg-white);border-radius:var(--radius-card);padding:var(--padding-md);border:2px solid var(--orange-primary)}.timeline-content h3{font-family:Geist,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:6px;color:var(--text-dark);letter-spacing:-.01em}.timeline-content p{font-size:.9375rem;font-weight:500;line-height:1.6;letter-spacing:-.01em;color:var(--text-muted)}.site-footer{background:var(--page-bg);padding:var(--padding-xl);margin-top:auto}.footer-shell{width:100%;max-width:var(--max-width);margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--gap-lg);flex-wrap:wrap;padding:var(--padding-xl) 0}.footer-meta{display:flex;flex-direction:column;gap:var(--gap-md)}.footer-mark{font-weight:600}.footer-credit,.footer-mark{font-family:Geist,sans-serif;font-size:24px;letter-spacing:-.04em;color:var(--text-dark)}.footer-credit{font-weight:400}.footer-links{display:flex;align-items:center;gap:var(--gap-md)}.footer-link{font-family:Geist,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.04em;color:var(--text-dark);text-decoration:none;transition:color .2s ease}.footer-link:focus,.footer-link:hover{color:var(--orange-primary)}.form-message{margin-top:var(--gap-sm);padding:var(--gap-sm) var(--padding-md);border-radius:var(--radius-sm);font-family:Geist,sans-serif;font-size:.9375rem;font-weight:500;text-align:center;transition:all .3s ease}.form-message.success{background:rgba(0,128,0,.1);color:#006400;border:2px solid #006400}.form-message.error{background:rgba(255,72,0,.1);color:#d63200;border:2px solid #d63200}.form-message:empty{display:none}@media (max-width:768px){.hero-section,.section{padding:var(--padding-lg)}.hero-card{padding:64px 32px}.hero-inner{flex-direction:column-reverse;gap:var(--gap-lg)}.hero-copy{text-align:center}.hero-copy,.hero-text{align-items:center}.hero-title{font-size:32px}.hero-subhead{font-size:20px}.hero-form{width:100%;max-width:263px}.phone-mockup{width:221px;height:518px;border-radius:14.5px;box-shadow:0 0 14.5px 2.9px rgba(0,0,0,.15)}.section-heading{font-size:36px}.section-subheading{font-size:18px}.usp-grid{flex-direction:column;gap:var(--gap-xl);align-items:center}.usp-card h3{font-size:32px}.section-card{padding:64px 32px}.section-card-content,.steps-container{gap:var(--gap-xl)}.steps-container{flex-direction:column;align-items:center}.phone-mockup-small{width:221px;height:518px}.roadmap-title{font-size:32px}.roadmap-period,.roadmap-subtitle{font-size:18px}.roadmap-phase-title{font-size:24px}.card-grid{grid-template-columns:1fr}.timeline,.timeline-item{padding-left:var(--padding-md)}.timeline-item{grid-template-columns:1fr;gap:var(--gap-xs)}.timeline-item:before{left:-.75rem}.footer-shell{flex-direction:column-reverse;text-align:center;gap:var(--gap-xl)}.footer-meta,.footer-shell{align-items:center}.footer-credit,.footer-mark{font-size:20px}.footer-links{width:100%;justify-content:center;flex-wrap:wrap}.footer-link{font-size:20px}}@media (min-width:960px){.hero-inner{flex-direction:row;align-items:center;justify-content:center;gap:125px}.hero-copy{align-items:flex-start;text-align:left}.hero-copy,.hero-visual{flex:0 0 auto}}.motivation-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-white)}.motivation-hero{background:linear-gradient(180deg,var(--orange-gradient-start) 0,var(--orange-gradient-end) 100%);padding:96px var(--padding-xl) 48px}.motivation-hero .section-shell,.motivation-main .section-shell{max-width:900px}.motivation-main{flex:1 1;background:var(--bg-white);padding:48px var(--padding-xl) 96px}.motivation-content{max-width:900px;margin:0 auto;font-family:Geist,sans-serif;font-size:1.0625rem;font-weight:500;line-height:1.7;letter-spacing:-.01em;color:var(--text-dark)}.motivation-content p{margin-bottom:1.5rem}.motivation-content h1,.motivation-content h2,.motivation-content h3{font-family:Geist,sans-serif;color:var(--text-dark);margin-bottom:1rem;margin-top:2rem}.motivation-content h1{font-size:2.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.motivation-content h2{font-size:2rem;font-weight:700;letter-spacing:-.02em}.motivation-content h3{font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.motivation-content a{color:var(--orange-primary);text-decoration:none;font-weight:600;transition:color .2s ease}.motivation-content a:hover{color:var(--orange-gradient-end);text-decoration:underline}.motivation-content ol,.motivation-content ul{margin-bottom:1.5rem;padding-left:2rem}.motivation-content li{margin-bottom:.5rem}.motivation-content sup{font-size:.75rem;color:var(--orange-primary)}.motivation-content sup a{color:var(--orange-primary);text-decoration:none}.motivation-content sup a:hover{color:var(--orange-gradient-end)}.section-divider{border:none;height:2px;background:var(--orange-primary);margin:3rem 0}.references{margin-top:3rem;padding:2rem;background:rgba(255,72,0,.05);border-radius:var(--radius-card);border:2px solid var(--orange-primary)}.references h3{font-family:Geist,sans-serif;font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;margin-top:0}.references ol{margin-bottom:0}.references li{font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.references a{color:var(--orange-primary);word-break:break-all}.references a:hover{color:var(--orange-gradient-end)}@media (max-width:768px){.motivation-hero{padding:72px var(--padding-md) 36px}.motivation-main{padding:36px var(--padding-md) 72px}.motivation-content{font-size:1rem;line-height:1.6}.motivation-content h1{font-size:2rem}.motivation-content h2{font-size:1.75rem}.motivation-content h3{font-size:1.25rem}.references{padding:1.5rem}}.hero-secondary-actions{display:flex;flex-direction:column;align-items:center;gap:var(--gap-sm);margin-top:var(--gap-sm);width:100%;max-width:400px}@media (min-width:768px){.hero-secondary-actions{flex-direction:row;justify-content:center;gap:var(--gap-md);flex-wrap:nowrap}}.pitch-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-white)}.pitch-hero{background:linear-gradient(180deg,var(--orange-gradient-start) 0,var(--orange-gradient-end) 100%);padding:96px var(--padding-xl) 48px}.pitch-hero .section-shell{max-width:900px;margin:0 auto}.pitch-hero h1{font-size:clamp(2rem,3.6vw,3rem);font-weight:600;letter-spacing:-.02em;margin-bottom:var(--gap-md)}.pitch-hero h1,.pitch-hero p{font-family:Geist,sans-serif;color:var(--text-dark)}.pitch-hero p{font-size:1.125rem;font-weight:500;letter-spacing:-.01em;line-height:1.6;margin-bottom:var(--gap-lg)}.pitch-downloads{display:flex;flex-direction:column;gap:var(--gap-sm);width:-moz-fit-content;width:fit-content}.pitch-download-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--gap-xs);padding:var(--padding-sm) var(--padding-lg);border-radius:var(--radius-pill);background:var(--bg-black);color:var(--text-white);text-decoration:none;font-family:Geist,sans-serif;font-size:1rem;font-weight:600;transition:all .2s ease;border:2px solid var(--bg-black)}.pitch-download-button:hover{transform:translateY(-2px);opacity:.9}.pitch-download-button.outline{background:transparent;color:var(--text-dark);border:2px solid var(--text-dark)}.pitch-download-button.outline:hover{background:var(--text-dark);color:var(--text-white)}.pitch-slides{flex:1 1;padding:96px var(--padding-xl);background:var(--bg-white)}.slides-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:var(--gap-lg);gap:var(--gap-lg)}.slide-card{position:relative;aspect-ratio:16/9;border-radius:var(--radius-card);overflow:hidden;border:2px solid rgba(0,0,0,.1);transition:all .3s ease}.slide-card:hover{border-color:var(--orange-primary);transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15)}@media (max-width:768px){.pitch-hero{padding:72px var(--padding-md) 36px}.pitch-slides{padding:72px var(--padding-md)}.slides-container{grid-template-columns:1fr;gap:var(--gap-md)}.pitch-downloads{flex-direction:column;width:100%}.pitch-download-button{width:100%}}