:root{--green:#08a657;--green-dark:#067d41;--green-light:#e6f6ee;--green-darker:#033a1e;--black:#000;--white:#fff;--text-primary:#000c;--text-secondary:#000000b3;--card-bg:#f3f5f7;--store-bg:#161616;--sans:"Plus Jakarta Sans", system-ui, sans-serif;--heading:"Plus Jakarta Sans", system-ui, sans-serif;--display:"Urbanist", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{border:none;outline:none;font-family:inherit}.header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:21px 128px;display:flex}.logo img{width:auto;height:43px}.nav{align-items:center;gap:23px;display:flex}.nav-link{color:var(--black);font-size:16px;line-height:1;transition:color .2s}.nav-link.active{color:var(--green-dark);font-weight:700}.nav-link:hover{color:var(--green)}.btn{border-radius:30px;justify-content:center;align-items:center;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--green);color:var(--white);padding:12px 20px;font-size:16px}.btn-primary:hover{background:var(--green-dark)}.btn-sm{padding:10px 20px;font-size:14px}.hero{padding-top:86px;overflow:hidden}.hero-inner{align-items:flex-start;gap:40px;max-width:1440px;margin:0 auto;padding:66px 128px 0;display:flex}.hero-content{flex-direction:column;flex:0 0 649px;gap:33px;padding-top:0;display:flex}.hero-title{font-family:var(--heading);color:var(--green);max-width:620px;font-size:60px;font-weight:800;line-height:1.08}.hero-description{color:var(--text-secondary);max-width:649px;font-size:18px;line-height:1.6}.download-badge-box{background:#e6f6ee99;border-radius:9px;max-width:467px;padding:24px 24px 30px;position:relative}.badge-label{background:var(--white);color:var(--black);border-radius:0 0 20px;padding:9px;font-size:16px;font-weight:600;display:inline-block;position:absolute;top:0;left:0}.store-buttons{gap:14px;margin-top:36px;display:flex}.store-btn{background:var(--store-bg);border-radius:7px;justify-content:center;align-items:center;min-width:190px;padding:10px 30px;transition:background .2s;display:flex}.store-btn:hover{background:#2a2a2a}.store-btn-content{flex-direction:column;align-items:center;gap:8px;display:flex}.store-label{color:#fffc;font-size:12.5px}.store-name{align-items:center;gap:7px;display:flex}.store-name span{color:var(--white);font-size:13px;font-weight:600}.store-name img{width:auto;height:21px}.hero-visual{flex:1;min-height:640px;position:relative}.hero-leaf{z-index:3;width:100px;height:auto;position:absolute;top:0;left:76px}.hero-circle-wrapper{width:512px;height:512px;position:absolute;top:132px;left:0}.hero-circle{object-fit:contain;width:100%;height:100%}.hero-phone{z-index:2;width:100%;max-width:640px;height:auto;position:absolute;top:20px;left:0}.stats{background:var(--green-darker);padding:28px 0}.stats-inner{justify-content:space-between;align-items:flex-end;max-width:1440px;margin:0 auto;padding:0 127px;display:flex}.stat{align-items:flex-end;gap:10px;display:flex}.stat-number{font-family:var(--heading);color:var(--green-light);font-size:40px;font-weight:700;line-height:1}.stat-label{color:var(--white);font-size:18px;line-height:1.3}.products{padding:100px 0}.products-inner{align-items:center;gap:73px;max-width:1440px;margin:0 auto;padding:0 128px;display:flex}.products-image-card{background:var(--card-bg);border-radius:20px;flex:0 0 594px;height:502px;position:relative;overflow:hidden}.products-image{z-index:1;width:100%;height:auto;position:absolute;bottom:0;left:0}.products-image-overlay{z-index:2;background:var(--white);border-radius:10px;max-width:540px;padding:12px 10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 55px #00000014,0 0 55px #00000005}.products-image-overlay p{text-align:center;color:var(--black);font-size:20px;font-weight:600;line-height:1.4}.products-content{flex-direction:column;flex:1;gap:33px;max-width:520px;display:flex}.section-title{font-family:var(--heading);color:var(--black);font-size:36px;font-weight:800;line-height:1.25}.section-description{color:var(--text-primary);font-size:20px;line-height:1.6}.features{background:#e6f6ee80;padding:50px 0}.features-inner{flex-direction:column;align-items:center;gap:70px;max-width:1440px;margin:0 auto;padding:0 127px;display:flex}.features-header{flex-direction:column;gap:12px;width:100%;display:flex}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.feature-card{background:var(--white);border-radius:10px;flex-direction:column;height:500px;display:flex;position:relative;overflow:hidden}.feature-text{padding:27px 14px}.feature-text h3{color:var(--black);margin-bottom:12px;font-size:16px;font-weight:700;line-height:1}.feature-text p{color:var(--text-primary);font-size:14px;line-height:1.6}.feature-text.top{order:-1}.feature-text.bottom{order:1;margin-top:auto}.feature-img{object-fit:cover;width:100%;height:auto}.feature-img.bottom{margin-top:auto}.feature-img.top{order:-1}.steps{padding:100px 0;overflow:hidden}.steps-inner{align-items:center;gap:144px;max-width:1440px;margin:0 auto;padding:0 127px;display:flex}.steps-content{flex-direction:column;flex:0 0 530px;gap:33px;display:flex}.steps-list{flex-direction:column;gap:0;padding-left:37px;display:flex;position:relative}.step-item{align-items:flex-start;gap:20px;padding-bottom:17px;display:flex;position:relative}.step-dot{background:var(--green);z-index:2;border-radius:50%;flex-shrink:0;width:17px;height:17px;margin-top:6px;position:relative}.step-line{background:var(--green);z-index:1;width:1px;position:absolute;top:23px;bottom:0;left:8px}.step-item:last-child .step-line{display:none}.step-text h3{color:var(--black);margin-bottom:8px;font-size:24px;font-weight:600;line-height:1}.step-text p{color:var(--text-primary);font-size:20px;line-height:1.6}.steps-visual{flex:1;min-height:648px;position:relative}.steps-circle-wrapper{width:512px;height:512px;position:absolute;top:136px;left:0}.steps-circle{object-fit:contain;width:100%;height:100%}.steps-phone{z-index:2;width:387px;height:auto;position:absolute;top:0;left:63px}.cta{justify-content:center;align-items:center;height:353px;display:flex;position:relative;overflow:hidden}.cta-bg{z-index:0;position:absolute;inset:0}.cta-bg img{object-fit:cover;width:100%;height:100%}.cta-overlay{z-index:1;background:#e6f6ee80;flex-direction:column;justify-content:center;align-items:center;gap:50px;width:100%;height:100%;padding:0 222px;display:flex;position:relative}.cta-title{text-align:center;font-family:var(--display);color:var(--green);font-size:40px;line-height:1.2}.cta-title-light{color:var(--black);font-weight:300;display:block}.cta-title-bold{font-weight:800;display:block}.cta-stores{justify-content:center}.footer{background:var(--green-darker);color:var(--white)}.footer-inner{flex-direction:column;gap:32px;max-width:1440px;margin:0 auto;padding:34px 130px;display:flex}.footer-top{flex-direction:column;gap:32px;display:flex}.footer-logo-lang{justify-content:space-between;align-items:center;display:flex}.lang-selector{font-family:var(--display);color:var(--white);align-items:center;gap:22px;font-size:16px;font-weight:500;display:flex}.lang-badge{background:var(--green-light);color:var(--green-dark);font-family:var(--display);border-radius:30px;align-items:center;gap:8px;padding:10px 11px;font-size:16px;font-weight:500;display:flex}.lang-badge svg{color:var(--green-dark)}.footer-divider{background:#ffffff26;width:100%;height:1px}.footer-content{gap:70px;display:flex}.footer-newsletter{flex:0 0 333px}.footer-newsletter h3{font-family:var(--display);margin-bottom:20px;font-size:32px;line-height:1.2}.footer-newsletter h3 .light{font-weight:400}.footer-newsletter h3 .bold{font-weight:800}.footer-newsletter>p{font-family:var(--display);color:#ffffffb3;letter-spacing:1.08px;margin-bottom:36px;font-size:18px}.newsletter-input{background:var(--white);border-radius:30px;align-items:center;height:52px;padding:5px 5px 5px 15px;display:flex;position:relative}.newsletter-input-inner{flex:1;align-items:center;gap:6px;display:flex}.newsletter-input input{font-family:var(--display);color:var(--black);background:0 0;flex:1;font-size:14px}.newsletter-input input::placeholder{color:#737d87}.footer-links{flex:1;gap:100px;display:flex}.footer-col h4{font-family:var(--display);color:var(--white);margin-bottom:22px;font-size:16px;font-weight:500}.footer-col ul{list-style:none}.footer-col ul li{font-family:var(--display);color:#fff9;font-size:14px;line-height:25px}.footer-col ul li a:hover{color:#ffffffe6}.contact-list li{font-family:var(--display);align-items:center;gap:6px;margin-bottom:22px;font-size:16px;font-weight:500;display:flex}.contact-list svg{color:#fff9;flex-shrink:0}.social-icons{gap:12px;display:flex}.social-icon{width:35px;height:35px;color:var(--white);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex}.social-icon:hover{background:#ffffff1a;border-color:#fff6}.footer-bottom{font-family:var(--display);color:#fff6;justify-content:space-between;align-items:center;font-size:16px;font-weight:500;line-height:25px;display:flex}.footer-bottom-links{gap:32px;display:flex}@media (width<=1280px){.header-inner{padding:21px 40px}.hero-inner{padding:66px 40px 0}.hero-content{flex:0 0 500px}.hero-title{font-size:48px}.stats-inner{padding:0 40px}.products-inner{gap:40px;padding:0 40px}.products-image-card{flex:0 0 480px;height:420px}.features-inner{padding:0 40px}.steps-inner{gap:80px;padding:0 40px}.footer-inner{padding:34px 40px}}@media (width<=1024px){.hero-inner{flex-direction:column;align-items:center}.hero-content{text-align:center;flex:none;align-items:center;width:100%}.hero-title{font-size:40px}.hero-visual{justify-content:center;width:100%;min-height:400px;display:flex}.hero-phone{max-width:400px;position:relative;top:auto;left:auto}.hero-circle-wrapper,.hero-leaf{display:none}.stats-inner{flex-wrap:wrap;justify-content:center;gap:24px}.products-inner{flex-direction:column;align-items:center}.products-image-card{flex:none;width:100%;max-width:594px}.products-content{text-align:center;align-items:center;max-width:100%}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-inner{flex-direction:column;gap:60px}.steps-content{flex:none;width:100%}.steps-visual{justify-content:center;width:100%;min-height:500px;display:flex}.steps-phone{width:300px;position:relative;top:auto;left:auto}.steps-circle-wrapper{display:none}.cta-overlay{padding:0 40px}.footer-content{flex-direction:column;gap:40px}.footer-newsletter{flex:none;width:100%;max-width:400px}.footer-links{flex-wrap:wrap;gap:40px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (width<=768px){.header-inner{padding:16px 20px}.nav{display:none}.hero-inner{padding:40px 20px 0}.hero-title{font-size:32px}.hero-description{font-size:16px}.download-badge-box{max-width:100%}.store-buttons{flex-direction:column}.store-btn{width:100%;min-width:auto}.stats-inner{flex-direction:column;align-items:flex-start;gap:20px;padding:0 20px}.stat-number{font-size:28px}.products-inner{padding:0 20px}.products-image-card{height:350px}.section-title{font-size:28px}.section-description{font-size:16px}.features-inner{gap:40px;padding:0 20px}.features-grid{grid-template-columns:1fr}.feature-card{height:auto}.steps-inner{padding:0 20px}.step-text h3{font-size:20px}.step-text p{font-size:16px}.cta{height:auto;padding:50px 20px}.cta-overlay{gap:30px;padding:40px 20px}.cta-title{font-size:28px}.cta-stores{flex-direction:column;align-items:center}.footer-inner{padding:30px 20px}.footer-newsletter h3{font-size:24px}.footer-links{flex-direction:column;gap:30px}.footer-bottom-links{flex-direction:column;gap:8px}}.about{padding-top:86px}.about-inner{flex-direction:column;align-items:center;gap:70px;max-width:1440px;margin:0 auto;padding:107px 128px 100px;display:flex}.about-hero{flex-direction:column;align-items:center;gap:22px;display:flex}.about-logo{width:225px;height:auto}.about-hero-title{font-family:var(--heading);color:var(--black);font-size:36px;font-weight:700;line-height:1.4}.about-sections{flex-direction:column;gap:70px;width:100%;display:flex}.about-section h2{font-family:var(--heading);color:var(--green-darker);margin-bottom:24px;font-size:36px;font-weight:600;line-height:1.4}.about-section p{color:var(--text-primary);margin-bottom:16px;font-size:20px;line-height:1.6}.about-section p:last-child{margin-bottom:0}@media (width<=1280px){.about-inner{padding:107px 40px 100px}}@media (width<=768px){.about-inner{gap:40px;padding:60px 20px}.about-logo{width:160px}.about-hero-title{font-size:28px}.about-sections{gap:40px}.about-section h2{font-size:24px}.about-section p{font-size:16px}}.modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-card{background:var(--white);border:1px solid #e4e4e4;border-radius:20px;flex-direction:column;gap:33px;width:451px;max-width:100%;max-height:90vh;padding:30px;animation:.25s slideUp;display:flex;overflow-y:auto;box-shadow:0 0 30px #0000000a,0 8px 30px #00000014}.modal-header{flex-direction:column;gap:10px;display:flex}.modal-header-top{justify-content:space-between;align-items:center;display:flex}.modal-title{font-family:var(--display);color:var(--green-dark);font-size:20px;font-weight:700}.modal-close{width:30px;height:30px;color:var(--black);background:#f0f0f0;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.modal-close:hover{background:#e0e0e0}.modal-subtitle{font-family:var(--display);color:#0000007d;font-size:14px;line-height:1.4}.modal-form{flex-direction:column;gap:22px;width:100%;display:flex}.form-row{gap:25px;display:flex}.form-field{flex-direction:column;gap:4px;width:183px;display:flex}.form-field.full{width:100%}.form-field label{font-family:var(--display);color:#000c;font-size:14px;font-weight:500}.form-field input,.form-field textarea{font-family:var(--display);color:var(--black);background:#efefef;border:none;border-radius:30px;outline:none;height:43px;padding:10px 15px;font-size:12px;font-weight:300;transition:box-shadow .15s}.form-field input:focus,.form-field textarea:focus{box-shadow:0 0 0 2px #08a6574d}.form-field input::placeholder,.form-field textarea::placeholder{color:#0009;text-transform:capitalize}.form-field textarea{resize:vertical;border-radius:15px;height:177px;padding:18px 15px}.modal-submit{background:var(--green);width:100%;height:43px;color:var(--white);font-family:var(--display);cursor:pointer;border:none;border-radius:30px;font-size:14px;font-weight:600;transition:background .2s}.modal-submit:hover{background:var(--green-dark)}@media (width<=500px){.modal-card{gap:24px;padding:20px}.form-row{flex-direction:column;gap:16px}.form-field{width:100%}}
