*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#000;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{min-height:100vh;display:flex;flex-direction:column;background:#0c0c0c;position:relative;overflow:hidden}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0c0c0c;z-index:0}.app:after{display:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;position:relative;z-index:1}.header{background:#0c0c0c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:1px solid rgba(0,255,106,.1);padding:1.5rem 0;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{height:40px;width:auto}.language-switcher{display:flex;gap:.5rem;background:#0009;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.25rem}.lang-btn{padding:.5rem 1rem;border:none;border-radius:6px;background:transparent;color:#ffffffb3;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.lang-btn:hover{color:#ffffffe6;background:#ffffff0d}.lang-btn.active,.lang-btn.active:hover{background:#00ff6a;color:#000}.hero{padding:4rem 0;text-align:center;position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.animated-word{display:inline-block;color:#00ff6a;position:relative;min-width:120px;text-align:left}.animated-word.fade-in{animation:fadeIn .6s ease-in-out}.animated-word.fade-out{animation:fadeOut .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.hero-subtitle{font-size:1.25rem;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6}.main{flex:1;padding:4rem 0;position:relative;z-index:1}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;justify-items:stretch;max-width:720px;margin:0 auto}.service-card{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-radius:12px;padding:1.5rem 1.25rem;text-align:center;transition:all .3s ease;width:100%}.service-card:hover{transform:translateY(-5px)}.service-icon{display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;width:112px;height:112px;margin-left:auto;margin-right:auto}.service-icon img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.service-card:hover .service-icon img{transform:scale(1.1)}.service-card h2{font-size:1.1rem;color:#fff;margin:0 0 .5rem;font-weight:600}.service-card p{color:#ffffffb3;line-height:1.4;margin:0;font-size:.85rem}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:700px;margin:2.5rem auto}.screenshot-item{position:relative;border-radius:20px;overflow:hidden;transition:transform .3s ease}.screenshot-item:hover{transform:translateY(-10px)}.screenshot-img{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 10px 40px #0000004d;max-width:220px;margin:0 auto}.download-section{margin-top:5rem;text-align:center;padding:4rem 2rem}.download-title{font-size:2.5rem;color:#fff;margin:0 0 1rem;font-weight:700}.download-subtitle{font-size:1.25rem;color:#fffc;margin:0 0 2.5rem}.download-buttons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid #00FF6A;border-radius:12px;text-decoration:none;color:#fff;transition:all .3s ease;min-width:200px}.download-btn:hover{background:#ffffff14;border-color:#00ff6a;transform:translateY(-2px);box-shadow:0 8px 20px #00ff6a33}.download-btn svg,.download-btn>svg,.download-icon{width:28px;height:28px;color:#00ff6a;fill:#00ff6a;flex-shrink:0}.download-btn-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.125rem}.download-btn-label{font-size:.75rem;color:#fffc;line-height:1.2;font-weight:400}.download-btn-name{font-size:1.125rem;font-weight:600;color:#fff;line-height:1.2;margin:0}.footer{background:#0c0c0c;border-top:1px solid rgba(0,255,106,.1);padding:2rem 0;text-align:center;position:relative;z-index:1}.footer p{color:#fff9;margin:0}.footer-link{color:#00ff6a;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff;text-decoration:underline}@media(max-width:768px){.header-content{flex-wrap:wrap;gap:1rem}.language-switcher{order:2;margin-left:auto}.hero-title{font-size:2.5rem}.animated-word{min-width:100px}.hero-subtitle{font-size:1.125rem}.services-grid{grid-template-columns:1fr;gap:0}.service-card{border-radius:12px!important}.screenshots-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%;margin:2rem auto}.download-section{margin-top:3rem;padding:3rem 1.5rem}.download-title{font-size:2rem}.download-subtitle{font-size:1rem}.download-buttons{flex-direction:column;gap:1rem;align-items:center}.download-btn{width:100%;max-width:280px;justify-content:center}.container{padding:0 1rem}}@media(max-width:480px){.hero{padding:2rem 0}.hero-title{font-size:2rem}.animated-word{min-width:90px}.main{padding:2rem 0}.service-card{padding:2rem 1.5rem}.screenshots-grid{gap:1rem;margin:1.5rem auto}.download-section{margin-top:2rem;padding:2rem 1rem}.download-title{font-size:1.5rem}.download-subtitle{font-size:.9rem}.download-btn{width:100%;max-width:280px}}.privacy-policy-page{min-height:100vh;background:#0c0c0c;position:relative;overflow-x:hidden;overflow-y:auto;color:#fff;display:flex;flex-direction:column}.privacy-policy-page .header{background:#0c0c0c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:1px solid rgba(0,255,106,.1);padding:1.5rem 0;position:sticky;top:0;z-index:100}.privacy-policy-page .logo{height:40px;width:auto}.privacy-policy-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0c0c0c;z-index:0}.privacy-policy-page:after{display:none}.privacy-policy-page .container{max-width:900px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1}.privacy-policy-page h1{font-size:2.5rem;color:#fff;margin:2rem 0 1rem;font-weight:700}.privacy-policy-page .last-updated{color:#fff9;margin:0 0 3rem;font-size:.9rem}.privacy-policy-page section{margin-bottom:3rem}.privacy-policy-page h2{font-size:1.75rem;color:#00ff6a;margin:0 0 1.5rem;font-weight:600}.privacy-policy-page h3{font-size:1.5rem;color:#fff;margin:2rem 0 1rem;font-weight:600}.privacy-policy-page h4{font-size:1.25rem;color:#fff;margin:1.5rem 0 1rem;font-weight:600}.privacy-policy-page p{color:#fffc;line-height:1.8;margin:0 0 1rem}.privacy-policy-page ul{color:#fffc;line-height:1.8;margin:1rem 0;padding-left:2rem}.privacy-policy-page li{margin-bottom:.75rem}.privacy-policy-page a{color:#00ff6a;text-decoration:none;transition:color .3s ease}.privacy-policy-page a:hover{color:#fff;text-decoration:underline}.privacy-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,255,106,.2)}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@media(max-width:768px){.privacy-policy-page{padding:2rem 0}.privacy-policy-page h1{font-size:2rem}.privacy-policy-page h2{font-size:1.5rem}.privacy-policy-page h3{font-size:1.25rem}.privacy-policy-page .container{padding:0 1rem}}.delete-account-page{min-height:100vh;background:#0c0c0c;position:relative;overflow-x:hidden;overflow-y:auto;color:#fff;display:flex;flex-direction:column}.delete-account-page .header{background:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:1px solid rgba(0,255,106,.1);padding:1.5rem 0;position:sticky;top:0;z-index:100}.delete-account-page .logo{height:40px;width:auto}.delete-account-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0c0c0c;z-index:0}.delete-account-page .container{max-width:900px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1}.delete-account-page h1{font-size:2.5rem;color:#fff;margin:2rem 0 1rem;font-weight:700}.delete-account-page .last-updated{color:#fff9;margin:0 0 3rem;font-size:.9rem}.delete-account-page section{margin-bottom:3rem}.delete-account-page .intro-section{background:#00ff6a0d;border-left:3px solid #00FF6A;padding:1.5rem;border-radius:8px;margin-bottom:3rem}.delete-account-page .steps-section{background:#00ff6a05;padding:2rem;border-radius:12px;border:1px solid rgba(0,255,106,.1)}.delete-account-page h2{font-size:1.75rem;color:#00ff6a;margin:0 0 1.5rem;font-weight:600}.delete-account-page h3{font-size:1.5rem;color:#fff;margin:2rem 0 1rem;font-weight:600}.delete-account-page h4{font-size:1.25rem;color:#fff;margin:1.5rem 0 1rem;font-weight:600}.delete-account-page p{color:#fffc;line-height:1.8;margin:0 0 1rem}.delete-account-page ul,.delete-account-page ol{color:#fffc;line-height:1.8;margin:1rem 0;padding-left:2rem}.delete-account-page li{margin-bottom:.75rem}.delete-account-page .steps-list{list-style-type:decimal;margin-left:1.5rem}.delete-account-page .steps-list li{margin-bottom:2rem}.delete-account-page .steps-list li strong{color:#00ff6a;display:block;margin-bottom:.5rem;font-size:1.1rem}.delete-account-page a{color:#00ff6a;text-decoration:none;transition:color .3s ease}.delete-account-page a:hover{color:#fff;text-decoration:underline}.delete-account-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,255,106,.2)}.back-link{display:inline-flex;align-items:center;color:#00ff6a;font-weight:500;transition:all .3s ease}.back-link:hover{color:#fff;transform:translate(-5px)}@media(max-width:768px){.delete-account-page{padding:2rem 0}.delete-account-page h1{font-size:2rem}.delete-account-page h2{font-size:1.5rem}.delete-account-page h3{font-size:1.25rem}.delete-account-page .container{padding:0 1rem}.delete-account-page .intro-section,.delete-account-page .steps-section{padding:1.5rem}}
