:root{--primary-color: #2E7D32;--primary-hover: #1B5E20;--primary-light: #43A047;--text-color: #1e293b;--text-light: #64748b;--background: #ffffff;--surface: #F1F8E9}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text-color);background:var(--background);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-color);text-align:center;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2e7d324d}.btn-secondary{background:transparent;color:var(--text-color);border:2px solid var(--text-color)}.btn-secondary:hover{background:var(--text-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::selection{background:var(--primary-color);color:#fff}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 768px){.section-title{font-size:2rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}.btn{padding:.75rem 1.5rem;font-size:.95rem}}.navbar{position:fixed;top:0;left:0;right:0;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px #2e7d3214,0 4px 20px #0f3f160a;z-index:1000}.navbar-container{width:100%;max-width:1280px;margin:0 auto;padding:1.1rem 3rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{cursor:pointer;display:flex;align-items:center;gap:12px}.logo-image{height:44px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color);letter-spacing:-.02em}.navbar-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.navbar-links li a{position:relative;color:var(--text-color);text-decoration:none;font-weight:500;cursor:pointer;transition:color .25s ease;padding-bottom:4px}.navbar-links li a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--primary-color);transition:width .25s ease}.navbar-links li a:hover{color:var(--primary-color)}.navbar-links li a:hover:after{width:100%}.navbar-cta{padding:.65rem 1.4rem!important;font-size:.92rem!important;font-weight:600;background:var(--primary-color);color:#fff;border-radius:8px;border:none;text-decoration:none;margin-left:1.5rem;white-space:nowrap;box-shadow:0 4px 14px #2e7d3240;transition:all .25s ease}.navbar-cta:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2e7d3259}.cta-label-full{display:inline}.cta-label-short{display:none}@media (max-width: 768px){.cta-label-full{display:none}.cta-label-short{display:inline}}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:24px;height:2px;background:var(--text-color);position:relative;transition:background .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--text-color);left:0;transition:transform .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}@media (max-width: 768px){.navbar-container{padding:.9rem 1.5rem}.navbar-cta{padding:.5rem .9rem!important;font-size:.85rem!important;margin-left:0;margin-right:.75rem;order:2}.menu-toggle{display:block;order:3}.navbar-logo{order:1;flex:1}.navbar-links{order:4;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:1rem 2rem;gap:1rem;box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-links.active{transform:translateY(0);opacity:1;visibility:visible}}.hero{min-height:100vh;display:flex;align-items:center;padding:7rem 2rem 4rem;overflow:hidden;background:radial-gradient(circle at 20% 30%,rgba(46,125,50,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(67,160,71,.06) 0%,transparent 50%),linear-gradient(135deg,#f1f8e9,#fff)}.hero-inner{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:3rem}.hero-content{flex:1;max-width:620px}.patent-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;background:#2e7d321a;color:var(--primary-color);border:1px solid rgba(46,125,50,.2);border-radius:9999px;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;margin-bottom:.9rem}.patent-badge:before{content:"";display:inline-block;width:6px;height:6px;border-radius:9999px;background:var(--primary-color)}.hero-title{font-size:3rem;font-weight:700;color:var(--text-color);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-title .highlight{color:var(--primary-color)}.hero-subtitle{font-size:1.15rem;color:var(--text-light);line-height:1.7;max-width:560px;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn-ghost{background:transparent;border:1.5px solid var(--primary-color);color:var(--primary-color);box-shadow:none}.btn-ghost:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:700;color:var(--primary-color)}.stat-desc{font-size:.875rem;color:var(--text-light)}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}@media (max-width: 968px){.hero-inner{flex-direction:column;text-align:center}.hero{padding-top:8rem}.hero-title{font-size:2.25rem}.hero-content{max-width:100%}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{margin-top:2rem}}@media (max-width: 480px){.hero-title{font-size:1.9rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:1.5rem}.stat-value{font-size:1.5rem}}.hero-illustration{max-width:520px;width:100%;height:auto;display:block}.available-glow{opacity:.5;transform-origin:center;animation:availablePulse 2.5s ease-in-out infinite}.available-glow-2{animation-delay:1.25s}@keyframes availablePulse{0%,to{opacity:.5}50%{opacity:1}}.detected-badge{opacity:0;animation:badgeFadeIn .6s ease-out forwards}.badge-1{animation-delay:.8s}.badge-2{animation-delay:1.8s}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.hero-illustration{max-width:420px;margin:0 auto}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-container.about-single{display:block;max-width:900px;text-align:center}.about-content-wide{max-width:100%!important}.about-content{max-width:550px}.about-text{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.about-values{display:flex;gap:2rem;margin-top:2rem}.value-item{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-weight:500}.value-icon{width:24px;height:24px;color:var(--primary-color)}.value-icon svg{width:100%;height:100%}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-card{background:linear-gradient(135deg,var(--primary-color) 0%,#0F3F16 100%);padding:2rem;border-radius:12px;text-align:center;color:#fff;box-shadow:0 10px 30px #2e7d3233;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}@media (max-width: 968px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content{max-width:100%;text-align:center}.about-values{justify-content:center;flex-wrap:wrap}.about-stats{max-width:400px;margin:0 auto}}@media (max-width: 480px){.about-values{flex-direction:column;align-items:center;gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}}.how-it-works{padding:6rem 2rem;background:#fff}.how-container{max-width:1200px;margin:0 auto}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.how-card{padding:2rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .3s ease}.how-card:hover{border-color:#2e7d32;transform:translateY(-4px);box-shadow:0 10px 30px #2e7d321a}.how-number{width:42px;height:42px;border-radius:9999px;background:#2e7d32;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.how-title{font-size:1rem;letter-spacing:.08em;color:#2e7d32;margin-bottom:.5rem}.how-desc{color:#64748b;line-height:1.7}@media (max-width: 968px){.how-grid{grid-template-columns:1fr}}.services{padding:6rem 2rem;background:#f1f8e9}.services-container{max-width:1200px;margin:0 auto}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin:-1rem auto 3rem;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a;border-color:var(--primary-color)}.service-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color) 0%,#0F3F16 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:28px;height:28px;color:#fff}.service-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.service-description{color:var(--text-light);line-height:1.7;font-size:.95rem}.outcome-grid{grid-template-columns:1.4fr 1fr 1fr;align-items:stretch}.outcome-card{display:flex;flex-direction:column;text-align:left}.outcome-primary{background:linear-gradient(180deg,#f1f8e9,#fff);border:2px solid #2E7D32;box-shadow:0 10px 40px #2e7d321f}.outcome-audience{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2e7d32;margin-bottom:.75rem}.outcome-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3}.outcome-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.outcome-bullets li{position:relative;padding-left:1.4rem;color:#64748b;line-height:1.55;font-size:.95rem}.outcome-bullets li:before{content:"✓";position:absolute;left:0;top:0;color:#2e7d32;font-weight:700}@media (max-width: 968px){.services-grid{grid-template-columns:repeat(2,1fr)}.outcome-grid{grid-template-columns:1fr}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}.service-card{text-align:center}.service-icon{margin:0 auto 1.5rem}}.pricing{padding:4rem 2rem;background:#f1f8e9;text-align:center}.pricing-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.pricing-line{font-size:1.2rem;color:#1e293b;line-height:1.6}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{max-width:450px}.contact-text{color:var(--text-light);line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:40px;height:40px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:20px;height:20px;color:var(--primary-color)}.contact-item h4{font-weight:600;color:var(--text-color);margin-bottom:.25rem}.contact-item p{color:var(--text-light);font-size:.95rem}.contact-form-wrapper{background:#f8fafc;padding:2.5rem;border-radius:16px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-color);font-size:.9rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{margin-top:.5rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#dc2626;font-size:.9rem;margin:0}.success-message{text-align:center;padding:3rem 2rem}.success-message svg{width:64px;height:64px;color:#43a047;margin-bottom:1.5rem}.success-message h3{font-size:1.5rem;color:var(--text-color);margin-bottom:.5rem}.success-message p{color:var(--text-light)}@media (max-width: 968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info{max-width:100%;text-align:center}.contact-details{align-items:flex-start;width:100%;max-width:300px;margin:0 auto}.contact-item{text-align:left;width:100%}}@media (max-width: 480px){.contact-form-wrapper{padding:1.5rem}}.footer{background:var(--text-color);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{font-size:1.75rem;font-weight:700;color:#fff;display:block;margin-bottom:1rem}.footer-logo-image{height:45px;width:auto;margin-bottom:1rem}.footer-tagline{color:#ffffffb3;line-height:1.7;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column ul li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-column ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.social-link svg{width:18px;height:18px;color:#fff}.footer-contact-block{padding:1.5rem 0 0;text-align:center;color:#ffffffb3;font-size:.9rem;line-height:1.8}.footer-patent{color:#ffffff80;margin-left:.5rem}.footer-bottom{padding-top:2rem;text-align:center}.footer-bottom p{color:#ffffff80;font-size:.9rem}@media (max-width: 968px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-brand{text-align:center}.footer-tagline{max-width:100%}.footer-links{justify-items:center;text-align:center}}@media (max-width: 640px){.footer-links{grid-template-columns:1fr;gap:2rem}.social-links{justify-content:center}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
