/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:rotateX(0);--tw-rotate-y:rotateY(0);--tw-rotate-z:rotateZ(0);--tw-skew-x:skewX(0);--tw-skew-y:skewY(0);--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.\!container{width:100%!important}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--dark-green:#1a472a;--mustard-yellow:#f2c94c;--light-green:#2d6a4f;--off-white:#f7f7f7;--text-color:#333;--border-radius:12px;--box-shadow:0 4px 8px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-color);background-color:var(--off-white);font-family:Bricolage Grotesque,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:var(--dark-green);color:#fff;text-align:center;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);margin-bottom:2rem;padding:2rem 0}header h1{margin-bottom:.5rem;font-size:2.5rem}.tagline{opacity:.9;font-size:1.2rem}.hero{justify-content:center;align-items:center;margin:2rem 0 4rem;display:flex}.hero-content{text-align:center;max-width:800px}.hero h2{color:var(--dark-green);margin-bottom:1rem;font-size:2rem}.hero p{margin-bottom:2rem;font-size:1.1rem}.app-preview{flex-wrap:wrap;justify-content:center;gap:20px;margin:2rem 0;display:flex}.mockup{border-radius:var(--border-radius);width:250px;height:400px;box-shadow:var(--box-shadow);background-color:#fff;border:1px solid #ddd;margin:0 0 20px;transition:transform .3s;overflow:hidden}.mockup:hover{transform:translateY(-10px)}.mockup-header{background-color:var(--dark-green);align-items:center;height:60px;padding:15px;display:flex}.status-indicator{background-color:var(--mustard-yellow);color:var(--dark-green);border-radius:15px;padding:5px 10px;font-size:.8rem;font-weight:700}.mockup-content{flex-direction:column;align-items:center;padding:20px;display:flex}.profile-pic{background-color:var(--light-green);border-radius:50%;width:100px;height:100px;margin-bottom:15px}.profile-info{text-align:center;width:100%}.profile-info .name{margin-bottom:5px;font-size:1.2rem;font-weight:700}.profile-info .location,.profile-info .time{color:#666;margin-bottom:5px}.mockup-2 .profile-pic{background-color:var(--mustard-yellow)}.mockup-3 .profile-pic{background-color:#4d8b31}.features{justify-content:space-between;gap:20px;margin:4rem 0;display:flex}.feature-item{border-radius:var(--border-radius);box-shadow:var(--box-shadow);text-align:center;background-color:#fff;flex:1;padding:30px;transition:transform .3s}.feature-item:hover{transform:translateY(-5px)}.feature-item h3{color:var(--dark-green);justify-content:center;align-items:center;min-height:50px;margin-bottom:15px;display:flex}.waitlist{background-color:var(--dark-green);color:#fff;border-radius:var(--border-radius);text-align:center;margin:4rem 0;padding:3rem}.waitlist h2{color:var(--mustard-yellow);margin-bottom:1rem;font-size:2rem}.waitlist p{margin-bottom:2rem}#waitlist-form{max-width:500px;margin:0 auto;display:flex}#email{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border:none;flex:1;padding:12px}#email,button{font-size:1rem}button{background-color:var(--mustard-yellow);color:var(--dark-green);cursor:pointer;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border:none;padding:12px 24px;font-weight:700;transition:background-color .3s}button:hover{background-color:#e0b93e}#form-message{margin-top:1rem;font-weight:700}.success{color:var(--mustard-yellow)}.error{color:#ff6b6b}footer{text-align:center;color:#666;padding:2rem 0}@media (max-width:992px){.app-preview{max-width:540px;margin:2rem auto}.feature-item h3{min-height:70px}}@media (max-width:768px){body{font-size:.9rem}.container{padding:0 15px}header h1{font-size:2rem}.tagline{font-size:1rem}.hero h2{font-size:1.7rem}.hero p{font-size:1rem}.mockup{width:220px;height:350px}.profile-pic{width:80px;height:80px}.features{flex-direction:column}.feature-item{margin-bottom:20px}.waitlist{padding:2rem}.waitlist h2{font-size:1.7rem}#waitlist-form{flex-direction:column}#email{margin-bottom:10px}#email,button{border-radius:var(--border-radius)}}@media (max-width:480px){.app-preview{flex-direction:column;align-items:center}.mockup{width:280px;height:380px;margin-bottom:30px}.mockup-content{padding:15px}header{padding:1.5rem 0}header h1{font-size:1.8rem}.hero h2{font-size:1.5rem}.waitlist{padding:1.5rem}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}