:root{--green-dark:#1a472a;--green-mid:#2d6a4f;--green-light:#40916c;--green-pale:#b7e4c7;--green-bg:#f0faf4;--earth-dark:#3d2c1e;--earth-mid:#6b4d33;--earth-light:#a67c52;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-muted:#777;--white:#fff;--off-white:#f8f9fa;--border:#e0e0e0;--shadow:0 4px 20px rgba(0,0,0,.08);--shadow-lg:0 8px 40px rgba(0,0,0,.12);--radius:8px;--radius-lg:16px;--transition:all 0.3s ease;--max-width:1200px;--font-heading:"Inter",-apple-system,sans-serif;--font-body:"Inter",-apple-system,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-primary);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--green-mid);text-decoration:none;transition:var(--transition)}a:hover{color:var(--green-dark)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:var(--transition)}.nav.scrolled{box-shadow:var(--shadow)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:80px}.nav-logo img{height:52px;width:auto;padding:4px 0}.nav-links{display:flex;gap:20px;list-style:none}.nav-links a{color:var(--text-secondary);font-weight:500;font-size:15px}.nav-links a.active,.nav-links a:hover{color:var(--green-dark)}.nav-cta{background:var(--green-mid);color:var(--white);padding:10px 24px;border-radius:var(--radius);font-weight:600;font-size:14px;transition:var(--transition)}.nav-cta:hover{background:var(--green-dark);color:var(--white);transform:translateY(-1px)}.nav-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer}.hero{position:relative;min-height:90vh;display:flex;align-items:center;background-size:cover;background-position:50%;background-attachment:fixed;margin-top:80px}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,71,42,.85),rgba(45,106,79,.7) 50%,rgba(0,0,0,.4))}.hero-content{position:relative;z-index:1;max-width:700px;padding:80px 0}.hero-badge{display:inline-block;background:hsla(0,0%,100%,.15);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.2)}.hero h1,.hero-badge{color:var(--white);margin-bottom:20px}.hero h1{font-family:var(--font-heading);font-size:52px;font-weight:800;line-height:1.1}.hero h1 span{color:var(--green-pale)}.hero p{font-size:20px;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:16px;transition:var(--transition);border:none;cursor:pointer}.btn-primary{background:var(--green-mid);color:var(--white)}.btn-primary:hover{background:var(--green-dark);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.5)}.btn-outline:hover{background:hsla(0,0%,100%,.1);color:var(--white);border-color:var(--white)}.btn-green-outline{background:transparent;color:var(--green-mid);border:2px solid var(--green-mid)}.btn-green-outline:hover{background:var(--green-mid);color:var(--white)}.section{padding:100px 0}.section-alt{background:var(--off-white)}.section-green{background:var(--green-dark);color:var(--white)}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header .overline{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--green-mid);margin-bottom:12px}.section-header h2{font-size:40px;font-weight:800;line-height:1.15;margin-bottom:16px}.section-header p{font-size:18px;color:var(--text-secondary);line-height:1.6}.section-green .section-header .overline{color:var(--green-pale)}.section-green .section-header p{color:hsla(0,0%,100%,.8)}.dual-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.market-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.market-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.market-card-img{height:280px;background-size:cover;background-position:50%;position:relative}.market-card-img:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(transparent,rgba(0,0,0,.3))}.market-card-body{padding:32px}.market-card-body h3{font-size:24px;font-weight:700;margin-bottom:12px}.market-card-body p{color:var(--text-secondary);margin-bottom:20px}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;padding:60px 0;text-align:center}.stat-item .stat-number{font-size:48px;font-weight:800;color:var(--green-pale);line-height:1;margin-bottom:8px}.stat-item .stat-label{font-size:15px;color:hsla(0,0%,100%,.7)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.feature-card{padding:32px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.feature-icon{width:56px;height:56px;border-radius:12px;background:var(--green-bg);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}.feature-card h3{font-size:20px;font-weight:700;margin-bottom:8px}.feature-card p{color:var(--text-secondary);font-size:15px}.products-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;max-width:1000px;margin-left:auto;margin-right:auto}.product-image{border-radius:var(--radius-lg);overflow:hidden}.product-image img{width:100%}.product-info h3{font-size:32px;font-weight:800;margin-bottom:8px}.product-tag{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.product-tag.catalyst{background:#e8f5e9;color:var(--green-dark)}.product-tag.live{background:#e3f2fd;color:#1565c0}.product-info p{color:var(--text-secondary);margin-bottom:20px}.product-features{list-style:none;margin-bottom:24px}.product-features li{padding:8px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;font-size:15px}.product-features li:before{content:"✓";color:var(--green-mid);font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.split-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.split-image img{width:100%}.split-content h2{font-size:36px;font-weight:800;margin-bottom:16px}.split-content p{color:var(--text-secondary);margin-bottom:20px;font-size:17px}.formulator-cta{background:linear-gradient(135deg,var(--green-dark) 0,var(--green-mid) 100%);border-radius:var(--radius-lg);padding:64px;text-align:center;color:var(--white)}.formulator-cta h2{font-size:36px;font-weight:800;margin-bottom:16px}.formulator-cta p{font-size:18px;opacity:.9;max-width:600px;margin:0 auto 32px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.testimonial{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow);border-left:4px solid var(--green-mid)}.testimonial blockquote{font-style:italic;color:var(--text-secondary);margin-bottom:16px;font-size:15px}.testimonial .author{font-weight:600;font-size:14px}.testimonial .role{color:var(--text-muted);font-size:13px}.footer{background:var(--earth-dark);color:hsla(0,0%,100%,.7);padding:80px 0 40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-brand{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-brand img{height:56px;width:auto}.footer-brand p{margin-top:16px;font-size:14px;line-height:1.7}.footer h4{color:var(--white);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:hsla(0,0%,100%,.6);font-size:14px}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;background:var(--green-dark);color:var(--white);padding:12px 24px;font-size:16px;font-weight:600;z-index:10000;text-decoration:none;border-radius:0 0 var(--radius) 0}.skip-link:focus{position:fixed;left:0;top:0;width:auto;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--green-dark);outline-offset:2px}.founder-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:24px}.founder-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.founder-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.founder-photo{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--border)}.founder-body{padding:28px 28px 32px}.founder-body h3{font-size:22px;font-weight:700;margin-bottom:4px;color:var(--text-primary)}.founder-role{color:var(--green-mid);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;display:block}.founder-meta{display:flex;align-items:center;gap:12px;margin-top:-8px;margin-bottom:16px}.founder-role-inline{color:var(--green-mid);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.founder-linkedin{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:var(--green-pale);color:var(--green-dark);transition:var(--transition)}.founder-linkedin:hover{background:var(--green-mid);color:var(--white);transform:translateY(-1px)}.founder-linkedin svg{width:16px;height:16px;fill:currentColor}.founder-body p{color:var(--text-secondary);font-size:15px;line-height:1.65;margin-bottom:12px}.founder-body p:last-child{margin-bottom:0}@media (max-width:968px){.hero{background-attachment:scroll}.hero h1{font-size:38px}.dual-grid,.founder-grid,.products-grid,.split{grid-template-columns:1fr}.founder-grid{max-width:520px;margin-left:auto;margin-right:auto}.features-grid,.footer-grid,.stats-bar{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.split.reverse .split-image{order:-1}}@media (max-width:640px){.hero{background-image:url(/images/hero-drone-mobile.webp)!important}.hero h1{font-size:32px}.hero p{font-size:17px}.section{padding:64px 0}.section-header h2{font-size:30px}.features-grid{grid-template-columns:1fr}.stats-bar{grid-template-columns:1fr 1fr}.nav-links{display:none;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:var(--shadow);padding:12px 0;z-index:100}.nav-links a{display:block;padding:12px 24px;font-size:16px}.nav-links a:hover{background:var(--green-light)}.nav-toggle{display:block}.nav-inner{position:relative}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.formulator-cta{padding:40px 24px}.footer-grid{grid-template-columns:1fr}}