:root{--bg-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--primary-color:#4a6cf7;--primary-hover:#3a5ce3;--card-bg:#f9fafb;--border-color:#e5e7eb;--nav-height:80px;--accent-red:#ef4444;--accent-green:#10b981}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Lexend,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--text-primary);line-height:1.2}.navbar{height:var(--nav-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;background:#fffffff2;align-items:center;display:flex;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo-link{color:var(--text-primary);align-items:center;gap:10px;text-decoration:none;display:flex}.logo-img{width:32px;height:32px}.logo-text{font-size:1.25rem;font-weight:700}.nav-links{gap:2rem;display:flex}.nav-item{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-item:hover{color:var(--primary-color)}.cta-btn{background-color:var(--primary-color);color:#fff;border-radius:8px;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 14px #4a6cf763}.cta-btn:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #4a6cf766}.hero-section{text-align:center;max-width:1000px;margin:0 auto;padding:5rem 2rem 3rem}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.hero-title span{color:var(--primary-color)}.hero-subtitle{color:var(--text-secondary);max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.35rem;font-weight:400}.video-wrapper{border:1px solid var(--border-color);border-radius:16px;width:100%;margin-bottom:4rem;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.video-wrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.section-padding{padding:5rem 2rem}.bg-gray{background-color:var(--card-bg)}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem;font-size:2.25rem;font-weight:700}.grid-2{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.card:hover{transform:translateY(-5px)}.card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.card p{color:var(--text-secondary)}.dramatic-impact{color:#fff;border-radius:20px;max-width:1200px;margin:4rem auto;position:relative;overflow:hidden}.dramatic-img{object-fit:cover;filter:brightness(.6)contrast(1.2);width:100%;height:600px}.impact-content{text-align:center;background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.impact-title{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.impact-stat{color:var(--accent-red);text-shadow:2px 2px 10px #ef444466;margin-bottom:1rem;font-size:4rem;font-weight:900}.impact-text{color:#f3f4f6;max-width:700px;font-size:1.5rem}.solution-mockups{justify-content:center;height:500px;display:flex;position:relative}.mockup{border-radius:20px;max-width:250px;position:absolute;box-shadow:0 20px 40px #0003}.mockup-1{z-index:2;transform:translateY(20px)}.mockup-2{z-index:1;opacity:.9;transform:translate(120px)translateY(-20px)scale(.9)}.mockup-3{z-index:1;opacity:.9;transform:translate(-120px)translateY(-20px)scale(.9)}.step-item{text-align:center;padding:2rem}.step-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;display:flex}.step-item h3{margin-bottom:1rem}.harvest-gallery{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-bottom:4rem;display:grid}.harvest-img{object-fit:cover;border-radius:12px;width:100%;height:300px;transition:transform .4s;box-shadow:0 10px 20px #00000014}.harvest-img:hover{transform:scale(1.02)}.cta-section{text-align:center;background:linear-gradient(135deg,#4a6cf70d 0%,#4a6cf726 100%);border:1px solid #4a6cf733;border-radius:24px;margin:0 2rem 4rem;padding:6rem 2rem}.cta-section h2{margin-bottom:1.5rem;font-size:2.5rem}.cta-section p{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.footer{border-top:1px solid var(--border-color);text-align:center;color:var(--text-secondary);padding:3rem 2rem}.product-details{text-align:left;margin-bottom:4rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}.product-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.product-card:hover{transform:translateY(-5px)}.product-icon{margin-bottom:1rem;font-size:2.5rem}.product-card h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.2rem}.product-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.product-who{text-align:center;background:linear-gradient(135deg,#4a6cf70a 0%,#4a6cf71a 100%);border:1px solid #4a6cf726;border-radius:12px;padding:2rem 2.5rem}.product-who h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.3rem}.product-who p{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1rem;line-height:1.7}.image-citations{text-align:center;color:#9ca3af;margin-top:.75rem;font-size:.8rem;font-style:italic}.team-intro{text-align:center;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;font-size:1.15rem;line-height:1.7}.team-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.team-card{border:1px solid var(--border-color);text-align:center;background:#fff;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #0000000f}.team-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001a}.team-photo{object-fit:cover;border:4px solid var(--border-color);border-radius:50%;width:140px;height:140px;margin-bottom:1.5rem;box-shadow:0 4px 12px #00000014}.team-card h3{color:var(--text-primary);margin-bottom:.35rem;font-size:1.3rem}.team-role{color:var(--primary-color);margin-bottom:1rem;font-size:.9rem;font-weight:600}.team-bio{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.linkedin-link{color:#0077b5;border:1px solid #0077b5;border-radius:8px;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.linkedin-link:hover{color:#fff;background:#0077b5}@media (width<=1024px){.container{padding:0 1.5rem}.dramatic-impact{margin:4rem 1.5rem}}@media (width<=992px){.grid-3,.product-grid,.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.team-intro,.team-grid{max-width:900px;margin-left:auto;margin-right:auto}}@media (width<=768px){.navbar{height:auto;padding:1.25rem 0}.nav-container{flex-direction:column;gap:1.25rem;padding:0 1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1.25rem;width:100%}.nav-item{font-size:.9rem}.grid-2,.grid-3,.harvest-gallery,.product-grid,.team-grid{grid-template-columns:1fr;gap:2rem}.section-padding{padding:4rem 1.25rem}.hero-section{padding:3.5rem 1rem 2rem}.hero-title{font-size:2.25rem;line-height:1.25}.hero-subtitle{margin-bottom:2rem;font-size:1.1rem}.video-wrapper{border-radius:12px;margin-bottom:2.5rem}.dramatic-impact{border-radius:16px;margin:2rem 1rem}.dramatic-img{height:400px}.impact-title{font-size:2rem;line-height:1.3}.impact-stat{font-size:3rem}.impact-text{font-size:1.15rem;line-height:1.5}.card{padding:1.75rem}.product-card,.product-who{padding:1.5rem}.team-card{padding:2rem 1.5rem}.solution-mockups{flex-direction:column;align-items:center;gap:1.25rem;height:auto;margin-top:2rem}.mockup{width:100%;max-width:250px;margin:0 auto;position:static;opacity:1!important;transform:none!important}.harvest-img{height:250px}.team-photo{width:120px;height:120px}.cta-section{border-radius:16px;margin:0 1rem 3rem;padding:4rem 1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.1rem}}@media (width<=480px){.hero-title{font-size:1.75rem}.section-title{margin-bottom:2rem;font-size:1.65rem}.dramatic-img{height:350px}.impact-title{font-size:1.5rem}.impact-stat{font-size:2.25rem}.impact-text{font-size:1rem}.nav-links{gap:1rem}.nav-item{font-size:.85rem}.logo-text{font-size:1.1rem}}
