:root{--bg-orange:#ff6b00;--bg-mustard:#d4cc75;--bg-green:#1a7332;--bg-peach:#f1b790;--bg-lavender:#d8b4fe;--color-white:#fff;--color-black:#000;--color-gray-100:#f4f4f5;--color-gray-300:#d4d4d8;--color-gray-500:#71717a;--color-brand-orange:#f66000;--font-sans:"Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--border-radius-card:32px;--border-radius-pill:9999px;--border-radius-sm:12px;--border-radius-section:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-black);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600}.serif-title{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:400}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.text-center{text-align:center}.font-semibold{font-weight:600}.font-medium{font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.section{flex-direction:column;align-items:center;min-height:100vh;padding:80px 24px;display:flex;position:relative;overflow:hidden}.section-content{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.pill-btn{background-color:var(--color-black);color:var(--color-white);border-radius:var(--border-radius-pill);justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:transform .2s,opacity .2s;display:inline-flex}.pill-btn:hover{opacity:.9;transform:scale(1.02)}.pill-btn.white{background-color:var(--color-white);color:var(--color-black)}.card{background-color:var(--color-white);border-radius:var(--border-radius-card);padding:32px;box-shadow:0 10px 40px #0000000d}.phone-mockup{background-color:var(--color-white);border-radius:40px;width:320px;max-width:100%;height:650px;margin-top:40px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026,inset 0 0 0 8px #000}.phone-notch{z-index:20;background-color:#000;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100px;height:25px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-screen{width:100%;height:100%;position:relative;overflow:hidden}@media (width>=768px){.section{padding:100px 48px}.hero-title{font-size:4.5rem}.phone-mockup{width:360px;height:720px}}.app-container{background-color:#fff;width:100%}.main-content{flex-direction:column;gap:40px;width:100%;max-width:100%;margin:0 auto;padding:88px 24px 60px;display:flex}@media (width>=1024px){.main-content{flex-direction:row;align-items:flex-start;padding:88px 24px 80px}}.header-wrapper{z-index:100;justify-content:center;width:100%;padding:12px 16px;display:flex;position:fixed;top:0;left:0}.header-pill{-webkit-backdrop-filter:blur(12px);background-color:#fffc;justify-content:space-between;align-items:center;width:100%;padding:12px 24px;display:flex;position:relative}.header-logo{align-items:center;text-decoration:none;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-nav{align-items:center;gap:48px;display:flex}.header-nav-link{color:#000;letter-spacing:.75px;text-transform:uppercase;white-space:nowrap;font-family:Instrument Sans,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s}.header-nav-link:hover{opacity:.7}.header-right-action{flex-shrink:0;justify-content:flex-end;align-items:center;width:120px;height:40px;display:flex;overflow:hidden}.header-app-store-link{align-items:center;transition:opacity .2s;display:flex}.header-app-store-link:hover{opacity:.85}@media (width<=640px){.header-pill{padding:10px 16px}.header-nav{gap:24px}.header-logo img{height:24px}}@media (width<=480px){.header-nav-link{letter-spacing:.5px;font-size:13px}.header-nav{gap:16px}.header-pill{padding:8px 12px}.header-right-action{width:auto}}.footer{background-color:#fff;border-top:1px solid #e4e4e7;width:100%;overflow:hidden}.footer-top{justify-content:space-between;align-items:center;padding:34px 24px;display:flex}.footer-copy{color:#000;white-space:nowrap;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:600;line-height:20px}.footer-brand{position:absolute;left:50%;transform:translate(-50%)}.footer-tagline{letter-spacing:10px;text-transform:uppercase;text-align:center;color:#000;font-family:Special Gothic Condensed One,Instrument Sans,sans-serif;font-size:24px;line-height:32px;display:block}.footer-nav{align-items:center;gap:32px;display:flex}.footer-nav-link{color:#000;white-space:nowrap;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-decoration:none;transition:opacity .2s}.footer-nav-link:hover{opacity:.6}.footer-body{justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden}.footer-watermark{color:#000;opacity:.08;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-2px;font-family:Instrument Serif,Georgia,serif;font-size:clamp(100px,18vw,280px);line-height:1;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}.footer-icon{z-index:1;background:#fff;border-radius:16px;width:64px;height:64px;position:relative}@media (width<=767px){.footer-top{flex-direction:column;gap:32px;padding:40px 24px}.footer-brand{order:-1;position:static;transform:none}.footer-tagline{letter-spacing:4px;line-height:28px}.footer-nav{flex-direction:column;align-items:center;gap:16px}.footer-copy{color:#71717a;margin-top:16px}}.sticky-hero-wrapper{flex-direction:column;display:flex}@media (width<=1023px){.sticky-hero-wrapper{height:70vh}}@media (width>=1024px){.sticky-hero-wrapper{perspective:1000px;width:40%;max-width:600px;height:calc(100vh - 112px);position:sticky;top:88px}}.sticky-hero-inner{border-radius:var(--border-radius-section);height:100%;transform-style:preserve-3d;will-change:transform;background-color:#e6d69b;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:relative}.hero-title{color:#000;letter-spacing:-.02em;text-align:center;margin-bottom:0;font-size:64px;line-height:53px}.hero-desc{color:#000;text-align:center;margin:0;font-family:Instrument Sans,sans-serif;font-size:24px;line-height:26px}@media (width<=767px){.hero-title{font-size:48px;line-height:1.1}.hero-desc{font-size:20px;line-height:1.3}}@media (width<=480px){.hero-title{font-size:40px;line-height:1.1}.hero-desc{font-size:18px}}.hero-footer{align-items:center;gap:12px;margin-top:48px;display:flex}.social-icon-link{color:#000;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.social-icon-link:hover{opacity:.7}.app-store-btn{transform-origin:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:inline-block}.scrolling-features{flex-direction:column;flex:1;display:flex}.feature-block-desktop{background-color:#0000;flex-direction:row;justify-content:center;align-items:flex-start;gap:64px;height:150vh;display:flex}@media (width<=1439px){.feature-block-desktop{gap:32px}}.feature-mockup-container{flex-shrink:0;justify-content:center;align-items:center;height:calc(100vh - 88px);display:flex;position:sticky;top:88px}.feature-text{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;width:100%;max-width:500px;height:calc(100vh - 88px);display:flex}.feature-subtitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-orange);align-items:center;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:600;display:flex}.feature-title{color:#000;font-size:24px;line-height:26px}.feature-desc{color:#000;font-size:16px;line-height:24px}.screenshot-img{border-radius:0;width:100%;max-width:320px;height:auto;display:block}@media (width>=1024px){.screenshot-img{width:auto;max-width:none;height:65svh}}.desktop-only{display:none!important}@media (width>=1024px){.desktop-only{display:block!important}.mobile-only{display:none!important}}.scrolling-features-mobile{flex-direction:column;gap:72px;width:100%;padding-top:40px;display:flex}.feature-mobile-item{flex-direction:column;align-items:center;gap:32px;display:flex}.feature-mockup-container-mobile{justify-content:center;width:100%;display:flex}.screenshot-img-mobile{border-radius:0;width:100%;max-width:320px;height:auto}.feature-text-mobile{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:500px;padding:0 16px;display:flex}.cta-section{border-radius:var(--border-radius-section);background-color:#e5caff;flex-direction:column;gap:48px;width:100%;max-width:100%;margin:0 auto;padding:48px 24px;display:flex}@media (width>=1024px){.cta-section{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (width<=767px){.cta-title{font-size:36px}.cta-desc{font-size:1.1rem}.cta-email-label{font-size:20px}.cta-email-list{font-size:1.5rem}}@media (width<=480px){.cta-title{font-size:32px}.cta-email-list{font-size:1.25rem}.cta-title-wrapper{gap:12px}}.cta-left{flex-direction:column;flex-shrink:0;justify-content:space-between;gap:48px;width:100%;display:flex}@media (width>=1024px){.cta-left{width:422px;min-height:auto}}.cta-title-wrapper{align-items:center;gap:12px;display:flex}.cta-text{flex-direction:column;gap:12px;display:flex}.cta-title{color:#000;letter-spacing:-.03em;font-size:48px;font-weight:400;line-height:1.1}.cta-desc{color:#000;font-size:16px;line-height:22px}.cta-emails{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.cta-email-label{color:#000;white-space:nowrap;font-size:24px;line-height:20px}.cta-email-list{color:#000;flex-direction:column;gap:4px;font-size:16px;font-weight:600;display:flex}.cta-form{flex-direction:column;flex-shrink:0;gap:24px;width:100%;display:flex}@media (width>=1024px){.cta-form{width:500px;padding:0}}.cta-fields{flex-direction:column;gap:12px;display:flex}.cta-field{flex-direction:column;gap:4px;display:flex}.cta-label{color:#000;font-size:14px;font-weight:500;line-height:16px}.cta-input{background-color:#fff;border:none;border-radius:8px;outline:none;height:48px;padding:0 12px;font-family:inherit;font-size:16px;transition:opacity .2s}.cta-input:focus{opacity:.9}.cta-textarea{resize:vertical;height:96px;padding:12px}.cta-submit{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#000;border:none;border-radius:24px;align-self:flex-start;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:600;line-height:20px;transition:opacity .2s}.cta-submit:hover{opacity:.85}.cta-submit:disabled{opacity:.5;cursor:not-allowed}.cta-required{color:#c00;margin-left:2px}.cta-input--error{outline:2px solid #c00}.cta-error{color:#c00;margin-top:2px;font-size:12px}.cta-status{border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}.cta-status--success{color:#1a6b2f;background:#00000014}.cta-status--error{color:#c00;background:#cc000014}
