:root{--green-primary:#1a5f4a;--green-dark:#0f3d30;--green-light:#2d8f6f;--white:#fff;--gray-50:#f8faf9;--gray-100:#eef2f1;--gray-200:#dde5e3;--gray-600:#4a5c57;--gray-800:#1e2a27;--max-width:1100px;--font-sans:"DM Sans", system-ui, sans-serif;--shadow:0 4px 20px #1a5f4a14;--radius:12px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gray-800);background:var(--white);margin:0;font-size:1rem;line-height:1.6}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:64px;display:flex}.logo{color:var(--green-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.nav{gap:1.5rem;display:flex}.nav a{color:var(--gray-800);font-weight:500;text-decoration:none}.nav a:hover{color:var(--green-primary)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:0;display:none}.nav-toggle span,.nav-toggle:before,.nav-toggle:after{background:var(--gray-800);width:100%;height:2px;display:block}.nav-toggle:before,.nav-toggle:after{content:""}.hero{background-image:linear-gradient(#0f3d30d1 0%,#1a5f4ac7 100%),url(./hero_banner-Bg3Dj8MF.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:var(--green-primary);color:var(--white);text-align:center;padding:4rem 0 5rem;position:relative}.hero .container{z-index:1;position:relative}.hero-title{margin:0 0 .5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.hero-subtext{opacity:.95;margin:0 0 .25rem;font-size:1.125rem}.hero-tagline{opacity:.9;margin:0 0 2rem;font-size:1rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--white);color:var(--green-primary)}.btn-primary:hover{box-shadow:var(--shadow)}.btn-secondary{color:var(--white);border:2px solid var(--white);background:0 0}.btn-secondary:hover{background:#ffffff26}.btn-ghost{color:var(--white);background:0 0;border:1px solid #ffffff80}.btn-ghost:hover{background:#ffffff1a}.proof{background:var(--gray-50);padding:3rem 0}.proof-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.proof-item{flex-direction:column;gap:.25rem;display:flex}.proof-value{color:var(--green-primary);font-size:1.125rem;font-weight:600}.proof-label{color:var(--gray-600);font-size:.9rem}.services{padding:4rem 0}.services-intro{text-align:center;max-width:640px;color:var(--gray-600);margin:0 auto 2rem;font-size:1.05rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.5rem}.service-card h3{color:var(--green-primary);margin:0 0 .5rem;font-size:1.125rem}.service-icon{text-transform:uppercase;letter-spacing:.05em;color:var(--green-light);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.service-card p{color:var(--gray-600);margin:0;font-size:.95rem}.section-title{color:var(--gray-800);text-align:center;margin:0 0 1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.product{padding:4rem 0}.product-intro{text-align:center;max-width:640px;color:var(--gray-600);margin:0 auto 2.5rem;font-size:1.05rem}.feature-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.feature-card{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.5rem}.feature-card h3{color:var(--green-primary);margin:0 0 .5rem;font-size:1.125rem}.feature-icon{text-transform:uppercase;letter-spacing:.05em;color:var(--green-light);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.feature-card p{color:var(--gray-600);margin:0;font-size:.95rem}.screenshots{margin-top:3rem}.screenshots-title{text-align:center;color:var(--gray-800);margin-bottom:1.5rem;font-size:1.25rem}.screenshots-subtitle{color:var(--gray-800);text-align:center;margin:2rem 0 1rem;font-size:1rem;font-weight:600}.screenshots-cta{text-align:center;margin:1.5rem 0 0}.cta-buttons-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.btn-cta-box{font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;min-width:200px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.btn-cta-box--primary{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.btn-cta-box--primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-2px);box-shadow:0 6px 24px #1a5f4a40}.btn-cta-box--outline{background:var(--white);color:var(--green-primary);border-color:var(--green-primary)}.btn-cta-box--outline:hover{background:var(--gray-50);color:var(--green-dark);border-color:var(--green-dark);transform:translateY(-2px);box-shadow:0 6px 24px #1a5f4a1f}.screenshots-toggle{font-family:var(--font-sans);color:var(--green-primary);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:1rem;font-weight:600;text-decoration:underline;display:inline-block}.screenshots-toggle:hover{color:var(--green-dark)}@media (width<=480px){.cta-buttons-wrap{flex-direction:column}.btn-cta-box{width:100%;min-width:unset}}.more-screens.is-collapsed{display:none}.screenshots-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center;gap:1.5rem;display:grid}.screenshot-item{text-align:center;max-width:280px;margin:0}.screenshot-item img{border-radius:var(--radius);border:1px solid var(--gray-200);background:var(--gray-100);object-fit:cover;width:100%;height:auto;min-height:320px}.screenshot-item figcaption{color:var(--gray-600);margin-top:.5rem;font-size:.875rem}.process{background:var(--gray-50);padding:4rem 0}.process-steps{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.process-step{text-align:center}.process-num{background:var(--green-primary);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:inline-flex}.process-step h3{color:var(--gray-800);margin:0 0 .5rem;font-size:1.125rem}.process-step p{color:var(--gray-600);margin:0;font-size:.95rem}.about{padding:4rem 0}.about-content{max-width:640px;margin:0 auto}.about-content p{color:var(--gray-600);margin:0 0 1rem}.about-content p:last-child{margin-bottom:0}.about-content a{color:var(--green-primary);text-decoration:none}.about-content a:hover{text-decoration:underline}.about-mission-vision{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.mission-vision-card{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.25rem}.mission-vision-card h3{color:var(--green-primary);margin:0 0 .5rem;font-size:1.1rem}.mission-vision-card p{color:var(--gray-600);margin:0;font-size:.95rem}.tech-stack{background:var(--gray-50);padding:3rem 0}.tech-stack-intro{text-align:center;max-width:560px;color:var(--gray-600);margin:0 auto 1.5rem;font-size:1rem}.tech-stack-grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.tech-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--green-primary);padding:.5rem 1rem;font-size:.95rem;font-weight:600}.trusted-by{padding:3rem 0}.trusted-by-intro{text-align:center;max-width:560px;color:var(--gray-600);margin:0 auto;font-size:1rem}.contact{background:var(--gray-50);padding:4rem 0}.contact-intro{text-align:center;max-width:560px;color:var(--gray-600);margin:0 auto 1.5rem;font-size:1rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;max-width:720px;margin:0 auto;display:grid}.contact-info p{color:var(--gray-600);margin:0 0 1rem;font-size:.95rem}.contact-info a{color:var(--green-primary);text-decoration:none}.contact-info a:hover{text-decoration:underline}.contact-form label{margin-bottom:.25rem;font-size:.9rem;font-weight:500;display:block}.contact-form input,.contact-form textarea{width:100%;font-family:var(--font-sans);border:1px solid var(--gray-200);background:var(--white);border-radius:8px;margin-bottom:1rem;padding:.6rem .75rem;font-size:1rem}.contact-form textarea{resize:vertical;min-height:100px}.contact-form button{margin-top:.25rem}.site-footer{background:var(--green-dark);color:var(--white);text-align:center;padding:2rem 0}.footer-inner{flex-direction:column;gap:1rem;display:flex}.footer-nav{justify-content:center;gap:1.5rem;display:flex}.footer-nav a{color:var(--white);opacity:.9;text-decoration:none}.footer-nav a:hover{opacity:1}.footer-social{justify-content:center;gap:1rem;display:flex}.footer-social a{color:var(--white);opacity:.9;font-size:.9rem;text-decoration:none}.footer-social a:hover{opacity:1}.footer-legal{opacity:.85;margin:0;font-size:.9rem}.footer-legal a{color:var(--white);text-decoration:underline}.footer-contact,.footer-copy{opacity:.85;margin:0;font-size:.9rem}.footer-contact a{color:var(--white);text-decoration:underline}.footer-basis{margin:0;font-size:.9rem}.footer-basis a{color:var(--white);text-decoration:underline}@media (width<=768px){.nav{display:none}.nav.open{background:var(--white);border-bottom:1px solid var(--gray-200);flex-direction:column;padding:1rem;display:flex;position:absolute;top:64px;left:0;right:0}.nav-toggle{display:flex}.contact-grid{grid-template-columns:1fr}.contact-info{order:2}.contact-form-wrap{order:1}}@media (width<=480px){.hero-cta{flex-direction:column}.btn{text-align:center;width:100%}}.hero{background-image:linear-gradient(#0f3d30d1 0%,#1a5f4ac7 100%),url(../assets/images/hero_banner.jpg)}
