html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Cantarell,Noto Sans,Ubuntu,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";background:#0d0e12;color:#f5f7ff}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}input,select,textarea{font-size:16px}button:focus{outline:none}input:focus{outline:none}.landing-page{min-height:100vh;overflow-x:hidden}.hero{position:relative;min-height:100vh;min-height:100svh}.hero-container{max-width:1400px;margin:0 auto;height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 2rem}.hero-background{position:absolute;top:0;right:0;width:50%;height:100%;z-index:1}.hero-content{position:relative;z-index:2;text-align:left;max-width:550px;padding-right:2rem}.brand-attribution{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;opacity:.7;transition:opacity .3s ease;text-decoration:none;color:inherit}.brand-attribution:hover{opacity:1}.lemondrop-logo{width:250px;height:auto}.attribution-text{font-size:.875rem;color:#f5f7ff99;font-weight:500;letter-spacing:.05em}.hero-glow{position:absolute;top:50%;right:25%;width:600px;height:600px;background:radial-gradient(circle,rgba(79,171,255,.1) 0%,transparent 70%);border-radius:50%;transform:translate(50%,-50%);pointer-events:none;transition:transform .1s ease-out}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(45deg,#4fabff,#ffd24d,#bfd4ff,#4fabff,#ffd24d,#bfd4ff);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-flow 30s ease-in-out infinite}@keyframes gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{display:block;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;color:#f5f7ffcc;margin-top:.5rem}.hero-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#f5f7ffb3;margin:2rem 0 3rem;max-width:500px}.hero-actions{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap;margin-bottom:4rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap;position:relative;overflow:hidden}.cta-button.primary{background:linear-gradient(45deg,#4fabff,#ffd24d,#bfd4ff,#4fabff,#ffd24d,#bfd4ff);background-size:300% 300%;color:#0d0e12;box-shadow:0 10px 30px #4fabff4d;animation:gradient-flow 30s ease-in-out infinite}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #4fabff66}.cta-button.secondary{background:#f5f7ff1a;color:#f5f7ff;border:1px solid rgba(245,247,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#f5f7ff26;border-color:#f5f7ff4d;transform:translateY(-2px)}.cta-button.large{padding:1.25rem 3rem;font-size:1.125rem}.hero-stats{display:flex;justify-content:flex-start;gap:3rem;margin-top:2rem}.stat{text-align:left}.stat-number{font-size:2rem;font-weight:800;color:#4fabff;line-height:1}.stat-label{font-size:.875rem;color:#f5f7ff99;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}@media (max-width: 1024px){.hero-container{padding:0 1.5rem}.hero-content{max-width:480px}}@media (max-width: 768px){.hero-container{display:flex;flex-direction:column;min-height:100vh;min-height:100svh;padding:1rem 1rem 6rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,2rem))}.hero-background{position:absolute;top:0;left:0;width:100%;height:40vh;z-index:1;mask:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);-webkit-mask:linear-gradient(to bottom,black 0%,black 60%,transparent 100%)}.hero-content{text-align:center;padding:0 0 1rem;order:1;max-width:none;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:2;margin-top:25vh}.brand-attribution{justify-content:center;margin-bottom:4rem;order:5;margin-top:2rem;position:relative;z-index:2}.hero-title{order:1;margin-top:0}.hero-description{order:2}.hero-actions{order:3}.hero-stats{order:4}.lemondrop-logo{width:160px}.hero-demo{display:none}.hero-glow{right:50%;transform:translate(50%,-50%)}.hero-actions{justify-content:center;flex-direction:column;align-items:center;margin-bottom:2rem}.hero-stats{justify-content:center;gap:1.5rem;margin-bottom:1rem}.stat{text-align:center}.cta-button{width:100%;max-width:280px;justify-content:center;min-height:48px}}.login-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d0e12cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.login-modal-content{position:relative;background:#f5f7ff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(245,247,255,.1);border-radius:20px;padding:3rem;max-width:500px;width:90%;animation:slideUp .3s ease-out}.login-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#f5f7ff99;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.login-modal-close:hover{background:#f5f7ff1a;color:#f5f7ffe6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}.landing-footer{padding:2rem;text-align:center;background:#0d0e12f2;border-top:1px solid rgba(245,247,255,.08)}.privacy-link{background:transparent;border:none;color:#4fabff;font-size:.95rem;cursor:pointer;text-decoration:underline}.privacy-link:hover{color:#ffd24d}.privacy-page{max-width:800px;margin:0 auto;padding:5rem 1.5rem 4rem;color:#eaf1ff}.privacy-header{text-align:left;margin-bottom:2.5rem}.privacy-header h1{margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem)}.privacy-updated{color:#eaf1ffbf;margin-bottom:1rem;font-size:1rem}.privacy-intro{max-width:700px;line-height:1.7;color:#eaf1ffcc}.privacy-back{background:transparent;border:none;color:#4fabff;cursor:pointer;padding:0;font-size:.9rem;margin-bottom:1.5rem;text-decoration:underline}.privacy-back:hover{color:#ffd24d}.privacy-page section{background:#10121ce6;border:1px solid rgba(79,171,255,.12);border-radius:16px;padding:1.75rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.privacy-page section h2{margin-top:0;margin-bottom:.75rem;font-size:1.4rem}.privacy-page p,.privacy-page li{line-height:1.6;color:#eaf1ffd1}.privacy-page ul{padding-left:1.25rem;margin:0 0 1rem}.privacy-page li+li{margin-top:.5rem}@media (max-width: 768px){.privacy-page{padding:4rem 1.25rem 3rem}.privacy-page section{padding:1.5rem}}
