@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--primary-green: #00D632;--dark-green: #00B829;--light-bg: #FFFFFF;--section-bg: #F7F7F7;--text-primary: #000000;--text-secondary: #5C5C5C;--border-color: #E5E5E5;--card-shadow: 0 2px 20px rgba(0, 0, 0, .08);--card-shadow-hover: 0 8px 30px rgba(0, 0, 0, .12)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--light-bg);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.1}h1{font-size:clamp(2.5rem,7vw,5rem);margin-bottom:1.5rem}h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem}h3{font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:.75rem}.highlight{color:var(--primary-green)}nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);padding:1.25rem 2rem;transition:all .3s ease}nav.scrolled{padding:1rem 2rem;box-shadow:0 2px 10px #0000000d}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);text-decoration:none;transition:opacity .3s ease;display:flex;align-items:center}.logo img{height:20px;width:auto;display:block}.logo:hover{opacity:.8}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--primary-green)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#f0f9f4,#fff);margin:0 2rem;border-radius:30px}.hero.hero-with-bg{background:url(/assets/25-BLr5SwYj.webp) center/cover no-repeat;margin-top:6rem;box-shadow:0 10px 40px #0000001a}.hero.hero-with-bg .hero-text h1,.hero.hero-with-bg .hero-text p{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero.hero-with-bg .hero-text h1 .highlight{color:var(--primary-green);text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-content{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:clamp(2.5rem,7vw,5.5rem);line-height:1.05;margin-bottom:1.5rem}.hero-text p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:540px;line-height:1.7}.hero-cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;max-width:600px}.app-store-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.app-store-button:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.apple-icon{width:32px;height:32px;fill:#fff;flex-shrink:0}.button-text{display:flex;flex-direction:column;gap:0;line-height:1.2}.download-text{font-size:.625rem;font-weight:400;letter-spacing:.02em;text-transform:uppercase;opacity:.9}.store-text{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;font-family:Space Grotesk,sans-serif}.qr-section{display:inline-flex;align-items:center;gap:.875rem;padding:.75rem 1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.qr-section:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.qr-code{width:70px;height:70px;flex-shrink:0;padding:4px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.qr-code img{width:100%;height:100%;display:block}.qr-text{display:flex;flex-direction:column;gap:.125rem}.qr-label{font-size:.75rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.03em}.qr-action{font-size:1rem;font-weight:700;color:var(--text-primary);font-family:Space Grotesk,sans-serif;letter-spacing:-.01em}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.phone-mockup{max-width:320px;width:100%;filter:drop-shadow(0 20px 60px rgba(0,0,0,.15));animation:float 6s ease-in-out infinite}.phone-mockup img{width:100%;height:auto;display:block;border-radius:30px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;font-family:Inter,sans-serif;white-space:nowrap}.btn-primary{background:var(--primary-green);color:#fff;box-shadow:0 4px 14px #00d6324d}.btn-primary:hover{background:var(--dark-green);transform:translateY(-2px);box-shadow:0 6px 20px #00d63266}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--text-primary)}.btn-secondary:hover{background:var(--text-primary);color:#fff}section{padding:6rem 2rem;position:relative;margin:2rem;border-radius:30px}section:nth-child(2n){background:var(--section-bg)}section:not(.hero){box-shadow:0 4px 20px #0000000f}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-header p{color:var(--text-secondary);font-size:1.125rem;margin-top:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid var(--border-color);transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--card-shadow-hover);border-color:var(--primary-green)}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem;display:block}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);line-height:1.7}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:4rem}.gallery-item{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--border-color);transition:all .3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-8px);box-shadow:var(--card-shadow-hover)}.gallery-image-wrapper{position:relative;width:100%;aspect-ratio:1}.gallery-image{width:100%;height:100%;object-fit:cover;display:block}.original-image{position:absolute;top:12px;right:12px;width:60px;height:60px;object-fit:cover;border:3px solid white;border-radius:8px;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.gallery-item:hover .original-image{transform:scale(1.1);box-shadow:0 4px 12px #0006}.gallery-info{padding:1.5rem}.gallery-info h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.gallery-info p{color:var(--text-secondary);font-size:.9rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:4rem}.step{text-align:center;padding:2rem}.step-number{width:70px;height:70px;border-radius:50%;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;margin-bottom:1rem}.step p{color:var(--text-secondary);line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--primary-green) 0%,var(--dark-green) 100%);text-align:center;padding:6rem 2rem;color:#fff;box-shadow:0 8px 30px #00d63233!important}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}.cta-section .btn-primary{background:#fff;color:var(--primary-green)}.cta-section .btn-primary:hover{background:var(--section-bg);transform:translateY(-3px)}footer{background:var(--text-primary);color:#fff;padding:4rem 2rem 2rem;margin:2rem;border-radius:30px;box-shadow:0 4px 20px #00000026}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{color:var(--primary-green);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:var(--primary-green)}.footer-section p{color:#ffffffb3;line-height:1.7;font-size:.95rem}.footer-bottom{max-width:1400px;margin:0 auto;text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.9rem}.legal-page{padding:8rem 2rem 4rem;min-height:100vh;background:var(--section-bg)}.legal-content{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;border:1px solid var(--border-color)}.legal-content h1{font-size:3rem;margin-bottom:1rem}.legal-content h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.legal-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.legal-content ul{margin-left:2rem;margin-bottom:1rem;color:var(--text-secondary)}.legal-content li{margin-bottom:.75rem;line-height:1.7}.legal-content a{color:var(--primary-green);text-decoration:none;font-weight:500}.legal-content a:hover{text-decoration:underline}.updated-date{color:var(--text-secondary);font-style:italic;margin-bottom:2rem;font-size:.95rem}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.support-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease}.support-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.contact-form{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid var(--border-color);margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;background:var(--section-bg);border:2px solid var(--border-color);border-radius:12px;color:var(--text-primary);font-family:Inter,sans-serif;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);background:#fff}.form-group textarea{min-height:150px;resize:vertical}.showcase-section{padding:6rem 2rem;background:#fff}.screens-showcase{display:flex;justify-content:center;align-items:center;margin-top:3rem;padding:2rem;min-height:400px}.screen-item{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--card-shadow);transition:all .3s ease;max-width:280px;width:100%}.screen-item:first-child{transform:translate(60px) scale(.85);z-index:1}.screen-item:nth-child(2){z-index:3;transform:scale(1);box-shadow:0 10px 40px #00000026}.screen-item:last-child{transform:translate(-60px) scale(.85);z-index:1}.screen-item:hover{transform:translateY(-10px) scale(1.05);box-shadow:var(--card-shadow-hover);z-index:10}.screen-item:first-child:hover{transform:translate(60px) translateY(-10px) scale(.95)}.screen-item:last-child:hover{transform:translate(-60px) translateY(-10px) scale(.95)}.screen-item img{width:100%;height:auto;display:block}@media (max-width: 968px){section{margin:1.5rem 1rem}section:first-of-type{margin-top:5.5rem}footer{margin:1.5rem 1rem}.hero{margin:0 1rem}.hero.hero-with-bg{margin-top:6rem}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text p{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.nav-links{display:none}.mobile-menu-btn{display:block}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:2rem;gap:1.5rem;border-bottom:1px solid var(--border-color);box-shadow:0 10px 30px #0000001a}h1{font-size:2.5rem}h2{font-size:2rem}}@media (max-width: 640px){section{margin:1rem .5rem;border-radius:20px;padding:4rem 1.5rem}footer{margin:1rem .5rem;border-radius:20px}.hero{margin:0 .5rem;border-radius:20px;min-height:auto;padding:3rem 1.5rem 2rem}.hero.hero-with-bg{margin-top:6rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)!important}.hero.hero-with-bg:before{display:none}section:first-of-type{margin-top:5.5rem}.hero-text h1{font-size:2rem;margin-bottom:1rem}.hero-text p{font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.hero-image{margin-top:1.5rem}.phone-mockup{max-width:220px;margin:0 auto}.app-store-button{padding:.875rem 1.25rem;min-width:0}.apple-icon{width:28px;height:28px}.download-text{font-size:.563rem}.store-text{font-size:1.125rem}.qr-section{padding:.75rem 1rem;min-width:0}.qr-code{width:60px;height:60px}.qr-label{font-size:.688rem}.qr-action{font-size:.938rem}.features-grid,.steps,.gallery-grid{grid-template-columns:1fr}.screens-showcase{flex-direction:column;gap:1.5rem;padding:1rem}.screen-item:first-child,.screen-item:nth-child(2),.screen-item:last-child{transform:none!important;max-width:100%}.screen-item:hover{transform:translateY(-5px)!important}.legal-content{padding:2rem 1.5rem}.hero-cta{flex-direction:column;width:100%;max-width:100%;gap:.75rem}.app-store-button{width:100%;justify-content:center;padding:1rem 1.5rem;min-width:0}.qr-section{width:100%;justify-content:center;padding:.875rem 1.25rem;min-width:0}.qr-code{width:64px;height:64px}.btn{width:100%}}
