*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}:root{--glass-bg:hsla(0,0%,100%,.15);--glass-bg-hover:hsla(0,0%,100%,.22);--glass-border:hsla(0,0%,100%,.2);--glass-border-light:hsla(0,0%,100%,.35);--glass-blur:16px;--glass-radius:20px;--text-shadow-sm:0 1px 3px rgba(0,0,0,.2);--text-shadow-md:0 2px 8px rgba(0,0,0,.3);--text-primary:#fff;--text-muted:hsla(0,0%,100%,.6);--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;--transition-fast:0.2s ease;--transition-smooth:0.3s ease}@media (max-width:767px){:root{--glass-bg:hsla(0,0%,100%,.22);--glass-bg-hover:hsla(0,0%,100%,.28);--glass-border:hsla(0,0%,100%,.25);--glass-blur:14px;--glass-radius:18px;--text-shadow-sm:0 1px 4px rgba(0,0,0,.3);--text-shadow-md:0 2px 8px rgba(0,0,0,.4)}}@media (max-width:480px){:root{--glass-radius:16px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#fff;overflow-x:hidden}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/bg.webp);background-size:cover;background-position:0;background-repeat:no-repeat;z-index:0}@media (max-width:767px){.hero-bg{background-image:url(/bg_mobile.webp);background-position:50%}}@media (max-width:480px){.hero-bg{background-position:50%;background-size:cover}}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.2) 0,rgba(0,0,0,.5) 70%,rgba(0,0,0,.7) 100%);z-index:1}.content-card{position:relative;z-index:2;width:50%;max-width:580px;padding:3.5rem;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(180%);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(180%);border-radius:var(--glass-radius);border:1px solid var(--glass-border);box-shadow:0 8px 32px rgba(0,0,0,.25),0 2px 8px rgba(0,0,0,.15),inset 0 1px 1px hsla(0,0%,100%,.1)}.content-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--glass-radius);background-image:url('data:image/svg+xml,%3Csvg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.04"/%3E%3C/svg%3E');opacity:1;pointer-events:none;z-index:1;mix-blend-mode:overlay}.content-card>*{position:relative;z-index:2}@supports not ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))){.content-card{background:hsla(0,0%,100%,.25);box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2)}}.main-heading{font-family:Georgia,Times New Roman,serif;font-size:2.75rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em;text-shadow:var(--text-shadow-md)}.subheading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.7;margin-bottom:2.5rem;color:hsla(0,0%,100%,.95);font-weight:400;text-shadow:var(--text-shadow-sm)}.features-list{list-style:none;margin-bottom:2.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;padding:0}.feature-item:last-child{margin-bottom:0}.feature-icon{flex-shrink:0;width:24px;height:24px;color:hsla(0,0%,100%,.95);margin-top:2px}.feature-item span{flex:1 1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:hsla(0,0%,100%,.92);font-size:.95rem;line-height:1.6;font-weight:400;text-shadow:var(--text-shadow-sm)}.cta-section{padding-top:1.5rem;margin-top:auto}.cta-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-bottom:1.25rem;color:hsla(0,0%,100%,.95);font-weight:500;text-shadow:var(--text-shadow-sm)}.app-badges{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.app-badge{display:inline-block;transition:transform .2s ease,opacity .2s ease;cursor:pointer}.app-badge:hover{transform:translateY(-2px);opacity:.9}.app-badge:active{transform:translateY(0)}.app-badge svg{display:block;width:135px;height:40px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--font-body);font-size:1rem;font-weight:500;text-decoration:none;border-radius:14px;border:none;cursor:pointer;transition:var(--transition-smooth)}.btn svg{width:18px;height:18px;transition:transform var(--transition-fast)}.btn:hover svg{transform:translateX(4px)}.btn-primary{background:#fff;color:#000;box-shadow:0 4px 24px hsla(0,0%,100%,.15)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px hsla(0,0%,100%,.25);background:#f0f0f0}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 24px hsla(0,0%,100%,.15)}.btn-glow{position:relative;overflow:hidden}.btn-glow:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.2),transparent 50%);opacity:0;transition:opacity var(--transition-fast)}.btn-glow:hover:before{opacity:1}.btn-glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);color:var(--text-primary)}.btn-glass:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-light);transform:translateY(-2px)}.btn-glass:active{transform:translateY(0)}.store-badge{display:inline-block;transition:transform .2s ease}.store-badge:hover{transform:translateY(-2px)}.store-badge img{height:48px;width:auto;display:block}.waitlist-form{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.glass-input{flex:1 1;min-width:200px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:14px;padding:4px;transition:border-color var(--transition-fast)}.glass-input input{width:100%;padding:12px 16px;background:transparent;border:none;outline:none;color:var(--text-primary);font-family:var(--font-body);font-size:1rem}.glass-input input::placeholder{color:var(--text-muted)}.glass-input:focus-within{border-color:#fff;background:var(--glass-bg-hover)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-glass:focus,.btn-primary:focus,.btn:focus{outline:2px solid hsla(0,0%,100%,.8);outline-offset:4px}@media (pointer:coarse){.btn{padding:16px 32px;min-height:48px;min-width:48px}.store-badge{min-height:48px;display:flex;align-items:center;justify-content:center}.store-badge:active{opacity:.7}.btn:hover{transform:none}.btn:active{transform:scale(.97);opacity:.8}.feature-item:active{opacity:.8}}@media (min-width:768px){.content-card{position:relative;padding-bottom:9rem}.cta-section{position:absolute;bottom:2rem;left:2rem;right:2rem;width:auto;max-width:none;padding:1.5rem 1.5rem 2rem;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:none;box-shadow:none;z-index:10}.cta-text{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-bottom:1.25rem;color:hsla(0,0%,100%,.95);font-weight:500;text-shadow:var(--text-shadow-sm)}.app-badges{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}}@media (min-width:768px) and (max-width:999px){.content-card{width:80%;max-width:680px;padding:2.5rem 2rem 7.5rem}.main-heading{font-size:2.15rem;margin-bottom:1.2rem;line-height:1.25}.subheading{font-size:.92rem;margin-bottom:1.85rem;line-height:1.65}.features-list{margin-bottom:2rem}.feature-item{margin-bottom:1.4rem}.feature-icon{width:22px;height:22px}.feature-item span{font-size:.88rem;line-height:1.55}.hero-section{background-position:50%}.hero-section:before{background:radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,.5) 70%,rgba(0,0,0,.7) 100%)}.cta-section{bottom:1.75rem;left:2rem;right:2rem;padding:1.2rem 0 1.5rem}.cta-text{font-size:.9rem;margin-bottom:1rem}.store-badge img{height:44px}}@media (min-width:1000px) and (max-width:1023px){.content-card{width:75%;padding:3rem 3rem 9rem}.main-heading{font-size:2.5rem}.hero-section{background-position:50%}.hero-section:before{background:radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,.5) 70%,rgba(0,0,0,.7) 100%)}.cta-section{bottom:2rem;left:2rem;right:2rem;padding:1.5rem 1.5rem 2rem}}@media (min-width:1024px) and (max-width:1400px){.content-card{width:55%;max-width:620px;padding:3rem 2.5rem 8rem}.main-heading{font-size:2.35rem;margin-bottom:1.35rem}.subheading{font-size:.95rem;margin-bottom:2rem}.feature-item{margin-bottom:1.5rem}.feature-item span{font-size:.9rem}.cta-section{left:2.5rem;right:2.5rem;width:auto;max-width:none;padding:1.25rem 0 1.75rem}.cta-text{font-size:.95rem;margin-bottom:1rem}}@media (min-width:1400px){.content-card{width:50%}.cta-section{left:3.5rem;right:auto;width:calc(100% - 7rem);max-width:450px;padding:1.5rem 0 2rem}}@media (max-width:767px){html{font-size:17px}.hero-section{min-height:100vh;padding:0;display:flex;flex-direction:column;align-items:stretch}.hero-bg{position:relative;height:35vh;background-position:50%;background-size:cover;background-repeat:no-repeat;flex-shrink:0}.hero-bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:1}.hero-section:before{display:none}.content-card{width:100%;max-width:100%;margin:0;padding:2.5rem 2rem calc(2.5rem + 90px);background:#f5f1e8;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;box-shadow:0 -2px 10px rgba(0,0,0,.08);overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1;display:flex;flex-direction:column;flex-shrink:0}.content-card:before{display:none}.main-heading{font-size:2rem;margin-bottom:1.35rem;line-height:1.2;letter-spacing:-.02em;color:#2c2416;font-weight:700;text-shadow:none}.subheading{font-size:1.05rem;margin-bottom:1.85rem;line-height:1.65;color:#4a3f2e;font-weight:400;text-shadow:none}.features-list{margin-bottom:1.85rem;flex:1 1}.feature-item{display:flex;align-items:flex-start;gap:1.1rem;margin-bottom:1.65rem;padding:.75rem .5rem;border-radius:8px;transition:background-color .2s ease}.feature-item:active{background-color:rgba(0,0,0,.03)}.feature-item:last-child{margin-bottom:0}.feature-icon{width:26px;height:26px;flex-shrink:0;margin-top:2px;color:#6b5842;filter:none}.feature-item span{font-size:1.05rem;line-height:1.6;color:#3d3426;font-weight:400;text-shadow:none}.cta-section{position:fixed;bottom:0;left:0;right:0;width:100%;background:#e8e1d3;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid rgba(0,0,0,.08);z-index:100;padding:1.15rem 1.25rem calc(1.15rem + env(safe-area-inset-bottom));box-shadow:0 -4px 16px rgba(0,0,0,.1)}.cta-text{display:none}.hero-cta{gap:.85rem;flex-wrap:nowrap;align-items:stretch}.hero-cta,.store-badge{display:flex;justify-content:center;min-height:52px}.store-badge{flex:1 1;min-width:0;align-items:center;transition:transform .2s ease,opacity .2s ease}.store-badge:active{transform:scale(.95);opacity:.85}.store-badge img{height:42px;width:auto;display:block;max-width:100%}}@media (max-width:480px){html{font-size:16px}.hero-section{padding:0}.hero-bg{height:35vh}.hero-bg:after{background:rgba(0,0,0,.45)}.content-card{padding:2rem 1.75rem calc(2rem + 90px);margin:0;border-radius:0;background:#f5f1e8;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:0 -2px 10px rgba(0,0,0,.08)}.content-card:before{display:none}.main-heading{font-size:1.85rem;margin-bottom:1.25rem;line-height:1.2;font-weight:700;color:#2c2416;text-shadow:none}.subheading{font-size:1rem;margin-bottom:1.65rem;line-height:1.65;font-weight:400;color:#4a3f2e;text-shadow:none}.feature-item{margin-bottom:1.55rem;gap:1.05rem;padding:.7rem .5rem}.feature-item:last-child{margin-bottom:0}.feature-icon{width:24px;height:24px;color:#6b5842;filter:none}.feature-item span{font-size:1rem;line-height:1.6;font-weight:400;color:#3d3426;text-shadow:none}.cta-section{padding:1.05rem 1.15rem calc(1.05rem + env(safe-area-inset-bottom));background:#e8e1d3;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 16px rgba(0,0,0,.1)}.cta-text{display:none}.hero-cta{gap:.75rem;flex-wrap:nowrap;align-items:stretch}.hero-cta,.store-badge{display:flex;justify-content:center;min-height:50px}.store-badge{flex:1 1;min-width:0;align-items:center}.store-badge img{height:40px;width:auto;max-width:100%}}@media (max-width:360px){.hero-section{padding:0}.hero-bg{height:35vh}.hero-bg:after{background:rgba(0,0,0,.45)}.content-card{padding:1.75rem 1.5rem calc(1.75rem + 90px);margin:0;border-radius:0;background:#f5f1e8;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:0 -2px 10px rgba(0,0,0,.08)}.content-card:before{display:none}.main-heading{font-size:1.7rem;margin-bottom:1.15rem;line-height:1.2;font-weight:700;color:#2c2416;text-shadow:none}.subheading{font-size:.95rem;margin-bottom:1.45rem;line-height:1.65;font-weight:400;color:#4a3f2e;text-shadow:none}.feature-item{margin-bottom:1.45rem;gap:.95rem;padding:.65rem .45rem}.feature-icon{width:22px;height:22px;color:#6b5842;filter:none}.feature-item span{font-size:.95rem;line-height:1.6;font-weight:400;color:#3d3426;text-shadow:none}.cta-text{display:none}.hero-cta{gap:.5rem;flex-wrap:nowrap;align-items:stretch}.hero-cta,.store-badge{display:flex;justify-content:center;min-height:46px}.store-badge{flex:1 1;min-width:0;align-items:center}.store-badge img{height:34px;width:auto;max-width:100%}}@media (max-width:767px) and (max-height:500px){.hero-section{min-height:auto;height:100vh;padding:0}.hero-bg{height:auto;flex:0 0 35%}.hero-bg:after{background:rgba(0,0,0,.45)}.content-card{padding:1.5rem 1.75rem calc(1.5rem + 90px);max-height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1;background:#f5f1e8;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:0 -2px 10px rgba(0,0,0,.08)}.content-card:before{display:none}.main-heading{font-size:1.65rem;margin-bottom:.95rem;line-height:1.2;font-weight:700;color:#2c2416;text-shadow:none}.subheading{font-size:.95rem;line-height:1.6;font-weight:400;color:#4a3f2e;text-shadow:none}.features-list,.subheading{margin-bottom:1.15rem}.feature-item{margin-bottom:1.1rem;gap:.9rem;padding:.55rem .45rem}.feature-item span{font-size:.95rem;line-height:1.55;font-weight:400;color:#3d3426;text-shadow:none}.feature-icon{width:22px;height:22px;margin-top:2px;color:#6b5842;filter:none}.cta-section{padding:.95rem 1.15rem calc(.95rem + env(safe-area-inset-bottom));background:#e8e1d3;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 16px rgba(0,0,0,.1)}.cta-text{display:none}.hero-cta{gap:.65rem}.store-badge{min-width:115px}.store-badge img{height:38px}}@media (min-width:768px) and (max-height:800px) and (orientation:landscape){.content-card{padding:2rem}.main-heading{font-size:2rem}.cta-section{padding:1rem 1.5rem}}@media (min-width:768px) and (max-width:1023px) and (max-height:800px){.content-card{padding:2.25rem 2rem 6.5rem;max-height:calc(100vh - 4rem);overflow-y:auto}.main-heading{font-size:2rem;margin-bottom:1rem;line-height:1.2}.subheading{font-size:.88rem;margin-bottom:1.5rem;line-height:1.6}.features-list{margin-bottom:1.65rem}.feature-item{margin-bottom:1.2rem}.feature-icon{width:20px;height:20px}.feature-item span{font-size:.85rem;line-height:1.5}.cta-section{bottom:1.5rem;padding:1rem 0 1.25rem}.cta-text{font-size:.88rem;margin-bottom:.85rem}.store-badge img{height:42px}}@media (min-width:1024px) and (max-height:800px){.content-card{padding:2.5rem 2.5rem 7rem;max-height:calc(100vh - 4rem);overflow-y:auto}.main-heading{font-size:2.2rem;margin-bottom:1.15rem}.subheading{font-size:.93rem;margin-bottom:1.65rem;line-height:1.6}.features-list{margin-bottom:1.85rem}.feature-item{margin-bottom:1.35rem}.feature-item span{font-size:.88rem;line-height:1.55}.cta-section{padding:1rem 2.5rem 1.5rem}.cta-text{font-size:.93rem;margin-bottom:.95rem}.store-badge img{height:44px}}@media (prefers-reduced-motion:no-preference){.content-card{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-item{animation:fadeIn .6s ease-out backwards}.feature-item:first-child{animation-delay:.2s}.feature-item:nth-child(2){animation-delay:.3s}.feature-item:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.app-badge:focus{outline:2px solid hsla(0,0%,100%,.8);outline-offset:4px}@media (prefers-contrast:high){.content-card{background:hsla(0,0%,100%,.25);border:2px solid hsla(0,0%,100%,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.cta-text,.feature-item span,.main-heading,.subheading{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5)}}