*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0e1116;min-height:100vh;color:#fff}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}::-webkit-scrollbar-thumb{background:#667eea80;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#667eeacc}.landing-container{min-height:100vh;background:#0e1116;color:#fff;overflow-x:hidden}.text-green{color:#10b981;font-weight:600}.text-red{color:#ef4444;font-weight:600}.no-wrap{white-space:nowrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #10b98133}50%{box-shadow:0 0 30px #10b98166}}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;position:relative;background-color:#0e1116;background-image:none}.hero-section:before{content:"";position:absolute;inset:0;background:transparent;background-image:none;pointer-events:none}.hero-content{max-width:800px;width:100%;animation:fadeIn .8s ease-out;position:relative;z-index:1}.hero-background-glow{display:none}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.logo-container{display:flex;justify-content:center;margin-bottom:2rem}.logo-icon{width:80px;height:80px;background:#10b9811a;border:2px solid rgba(16,185,129,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#10b981;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;line-height:1.2;animation:fadeInUp .8s ease-out .2s backwards}@media(max-width:768px){.hero-title{font-size:2.5rem}}.gradient-text{background:linear-gradient(135deg,#fff,#ffffffd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 40px rgba(255,255,255,.1)}.hero-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:1rem;opacity:.95;display:flex;flex-direction:column;gap:.25rem;animation:fadeInUp .8s ease-out .4s backwards}.subtitle-line{display:block}.subtitle-accent{color:#10b981}@media(max-width:768px){.hero-subtitle{font-size:1.2rem;gap:.15rem;text-align:center;margin-bottom:2rem}.subtitle-line{line-height:1.4}}.hero-description{font-size:1.1rem;line-height:1.8;opacity:.9;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .6s backwards}.hero-accuracy{margin:0 0 1.2rem;font-size:1rem;color:#ffffffe0;animation:fadeInUp .8s ease-out .5s backwards;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.45}.accuracy-value{color:#10b981;font-weight:800}.download-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 10px 30px #10b9814d;border:1px solid rgba(16,185,129,.5);animation:fadeInUp .8s ease-out .8s backwards}.download-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.download-button.large{padding:1.3rem 3rem;font-size:1.2rem}.button-icon{width:20px;height:20px}.download-note{margin-top:1rem;font-size:.9rem;opacity:.8;display:flex;align-items:center;justify-content:center;gap:.25rem}.hero-download-group{display:flex;flex-direction:column;align-items:center}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:2.5rem 0;padding:2rem;background:#10b9810d;border:1px solid rgba(16,185,129,.15);border-radius:15px;animation:fadeInUp .8s ease-out 1s backwards}@media(max-width:768px){.stats-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}}.stat-item{text-align:center}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#ffffffb3;font-weight:500}.features-section{background:#0e1116;color:#fff;padding:5rem 2rem;position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff1a}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.section-subtitle{font-size:1.1rem;color:#ffffffa6;margin-top:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:transparent;border-radius:15px;padding:2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #10b98126;border-color:#10b9814d;background:#10b9810d}.feature-icon-wrapper{width:60px;height:60px;background:#10b9811a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(16,185,129,.2);transition:all .3s ease}.feature-card:hover .feature-icon-wrapper{background:#10b98126;border-color:#10b98166;box-shadow:0 0 0 1px #10b98126 inset}.feature-icon{width:30px;height:30px;color:#10b981}.feature-title{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:#fff}.feature-description{font-size:1rem;line-height:1.6;color:#ffffffb3}.tech-section{background:#0e1116;padding:5rem 2rem;color:#fff;position:relative}.tech-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff1a}.tech-grid{display:flex;flex-wrap:wrap;gap:1rem;max-width:900px;margin:0 auto;justify-content:center;align-items:center}.tech-badge{background:transparent;padding:.8rem 1.5rem;border-radius:25px;font-weight:500;border:1px solid rgba(255,255,255,.15);transition:all .3s ease;display:inline-block;display:flex;align-items:center;gap:.25rem}.tech-badge:hover{background:#ffffff0d;border-color:#ffffff40;transform:scale(1.05)}.how-it-works-section{background:#0e1116;color:#fff;padding:5rem 2rem;position:relative}.how-it-works-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff1a}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#10b98133,#10b9811a);color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem;border:2px solid rgba(16,185,129,.3);transition:all .3s ease}.step:hover .step-number{background:linear-gradient(135deg,#10b9814d,#10b98133);border-color:#10b98180;transform:scale(1.1)}.step-title{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:#fff}.step-description{font-size:1rem;line-height:1.6;color:#ffffffb3}.cta-section{background:#0e1116;padding:5rem 2rem;text-align:center;color:#fff;position:relative}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff1a}.cta-section:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.footer{background:#0e1116;padding:2rem;text-align:center;color:#fffc;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{margin-bottom:1rem}.footer-note{font-size:.9rem;margin-top:1rem;opacity:.85;font-style:italic;line-height:1.5}.mobile-download-bar{display:none}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .28s ease-out,transform .28s ease-out;will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.feature-card.reveal-on-scroll,.step.reveal-on-scroll,.tech-item.reveal-on-scroll{transition-delay:calc(var(--index, 0) * 35ms)}@media(max-width:1024px){.hero-section,.features-section,.tech-section,.how-it-works-section,.cta-section{padding-left:1.5rem;padding-right:1.5rem}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.steps-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media(max-width:768px){.hero-section{min-height:100vh;padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.hero-content{min-height:calc(100vh - 4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding-bottom:9rem}.logo-container{width:100%;margin-bottom:2rem;justify-content:center}.logo-icon{width:80px;height:80px;border-radius:20px;border-width:2px}.hero-title{font-size:2.5rem;margin-bottom:1rem;text-align:center;width:100%}.hero-subtitle{font-size:1.15rem;margin-bottom:.75rem;text-align:center}.hero-accuracy{margin:0 0 1rem;font-size:.95rem;text-align:center;max-width:320px}.hero-description,.stats-row{display:none}.download-button,.download-button.large{width:100%;max-width:360px;padding:1.1rem 2rem;font-size:1.05rem;border-radius:50px;box-shadow:0 10px 30px #10b98166}.hero-download-group{position:absolute;left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + 1.25rem);width:100%;padding:0 .1rem}.download-note{font-size:.85rem;line-height:1.4;flex-wrap:wrap;margin-top:.7rem;margin-bottom:0;text-align:center}.section-header{margin-bottom:1.75rem}.section-title{font-size:2rem;line-height:1.2}.section-subtitle{font-size:.95rem}.features-section,.tech-section,.how-it-works-section,.cta-section{padding:3.5rem 1rem}.features-grid,.steps-container{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-card,.step{padding:1.25rem;border-radius:12px}.feature-icon-wrapper{width:50px;height:50px;margin-bottom:.9rem;border-radius:10px}.feature-icon{width:26px;height:26px}.feature-title,.step-title{font-size:1.08rem;margin-bottom:.6rem}.feature-description,.step-description{font-size:.88rem;line-height:1.45}.tech-grid{gap:.65rem}.tech-badge{width:100%;justify-content:center;border-radius:12px;padding:.75rem .9rem;font-size:.9rem}.cta-title{font-size:1.85rem;line-height:1.3}.cta-description{font-size:.98rem;margin-bottom:1.25rem}.footer{padding:1.5rem 1rem}.footer-copyright{font-size:.85rem;line-height:1.5}.footer-note{font-size:.8rem;line-height:1.5}}@media(max-width:480px){.hero-section,.features-section,.tech-section,.how-it-works-section,.cta-section{padding-left:1rem;padding-right:1rem}.hero-title{font-size:1.9rem}.hero-subtitle{font-size:1rem}.hero-accuracy{font-size:.88rem;max-width:290px}.stats-row{grid-template-columns:1fr 1fr;gap:.75rem}.stat-value{font-size:1.25rem}.section-title{font-size:1.55rem}.step-number{width:50px;height:50px;font-size:1.35rem;margin-bottom:1rem}}@media(hover:none){.download-button:hover,.feature-card:hover,.tech-badge:hover{transform:none;box-shadow:none}}
