@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap";
.glass-nav{-webkit-backdrop-filter:blur(20px);background:#fffffff7;border-bottom:1px solid #e2e8f066;transition:all .3s;box-shadow:0 1px 20px #0000000a}.hero-gradient{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 40%,#e0f2fe 100%);position:relative;overflow:hidden}.hero-canvas{pointer-events:none;opacity:.25;position:absolute;inset:0}.hero-image-wrapper{position:relative}.hero-image-wrapper:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 60px #16a34a0f}.hero-btn-primary{transition:all .2s}.hero-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #16a34a4d}.hero-btn-secondary{transition:all .2s}.hero-btn-secondary:hover{transform:translateY(-1px)}.cycling-words-container{vertical-align:bottom;min-width:200px;display:inline-block;position:relative;overflow:hidden}.cycling-word{opacity:0;color:#16a34a;animation:8s ease-in-out infinite cycleWord;display:inline-block;position:absolute;top:0;left:0}.cycling-word:first-child{animation-delay:0s}.cycling-word:nth-child(2){animation-delay:2s}.cycling-word:nth-child(3){animation-delay:4s}.cycling-word:nth-child(4){animation-delay:6s}@keyframes cycleWord{0%,5%{opacity:0;transform:translateY(30px)}10%,20%{opacity:1;transform:translateY(0)}25%,to{opacity:0;transform:translateY(-30px)}}.fade-in{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}.fade-in-delay-4{transition-delay:.4s}.fade-in-delay-5{transition-delay:.5s}.fade-in-delay-6{transition-delay:.6s}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-30px)}.reveal.visible{opacity:1;transform:translate(0)}.bento-card{background:#fff;border:1px solid #e2e8f080;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.bento-card:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#16a34a08,#16a34a03);transition:opacity .4s;position:absolute;inset:0}.bento-card:hover{border-color:#16a34a4d;transform:translateY(-6px);box-shadow:0 20px 40px -10px #16a34a1f,0 0 0 1px #16a34a1a}.bento-card:hover:before{opacity:1}.timeline-spine{background:linear-gradient(#16a34a,#0ea5e9,#22c55e);width:4px}.input-field{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;outline:none;width:100%;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.input-field:focus{background:#ffffff26;border-color:#16a34a80;box-shadow:0 0 0 3px #16a34a26}.input-field::placeholder{color:#ffffff80}select.input-field{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.5)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:3rem}select.input-field option{color:#fff;background:#1e293b}.stats-counter-section{background:linear-gradient(135deg,#052e16,#14532d);position:relative;overflow:hidden}.stats-counter-section:before{content:"";background:radial-gradient(circle at 20%,#16a34a26,#0000 70%),radial-gradient(circle at 80%,#22c55e1a,#0000 70%);position:absolute;inset:0}.stat-counter-card{text-align:center;z-index:1;position:relative}.stat-counter-num{color:#22c55e;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;line-height:1}.stat-counter-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:2rem;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.product-card:hover{border-color:#16a34a4d;transform:translateY(-8px);box-shadow:0 25px 50px -12px #0000001a}.product-card-image{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid #f1f5f9;width:100%}.product-card-body{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.product-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;gap:.375rem;width:fit-content;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.product-features{flex-grow:1;margin:1rem 0;padding:0;list-style:none}.product-features li{color:#64748b;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.825rem;font-weight:500;display:flex}.product-features li:before{content:"";background:#dcfce7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") 50% no-repeat;border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;margin-top:2px;display:flex}.product-cta{color:#fff;background:#16a34a;border-radius:1rem;align-items:center;gap:.5rem;width:fit-content;margin-top:auto;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.product-cta:hover{background:#15803d;transform:translate(4px)}.partner-marquee{position:relative;overflow:hidden}.partner-marquee:before,.partner-marquee:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.partner-marquee:before{background:linear-gradient(90deg,#fff,#0000);left:0}.partner-marquee:after{background:linear-gradient(270deg,#fff,#0000);right:0}.marquee-track{align-items:center;gap:4rem;width:max-content;animation:25s linear infinite marqueeScroll;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-logo{opacity:.5;filter:grayscale();flex-shrink:0;height:36px;transition:all .3s}.partner-logo:hover{opacity:1;filter:grayscale(0%)}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:2rem;flex-direction:column;padding:2rem;transition:all .4s;display:flex}.testimonial-card:hover{border-color:#16a34a33;transform:translateY(-4px);box-shadow:0 15px 30px -8px #00000014}.testimonial-stars{gap:2px;margin-bottom:1rem;display:flex}.testimonial-stars svg{fill:#f59e0b;stroke:#f59e0b;width:16px;height:16px}.testimonial-quote{color:#475569;border-left:3px solid #dcfce7;flex-grow:1;margin-bottom:1.5rem;padding-left:1.5rem;font-size:.925rem;font-style:italic;line-height:1.7;position:relative}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{color:#16a34a;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:800;display:flex}.comparison-table{border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:1.5rem;width:100%;overflow:hidden}.comparison-table th{text-transform:uppercase;letter-spacing:.05em;color:#64748b;text-align:center;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1.25rem 1rem;font-size:.75rem;font-weight:800}.comparison-table th.highlight{color:#22c55e;background:#052e16}.comparison-table td{text-align:center;color:#475569;border-bottom:1px solid #f1f5f9;padding:1rem;font-size:.85rem;font-weight:500}.comparison-table td.highlight{color:#16a34a;background:#f0fdf4;font-weight:700}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:first-child{text-align:left;color:#334155;font-weight:600}.industry-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.industry-card:hover{border-color:#16a34a;transform:translateY(-3px);box-shadow:0 8px 24px -8px #16a34a26}.industry-icon{border-radius:1rem;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.why-feature{align-items:flex-start;gap:1rem;display:flex}.why-feature-icon{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:2px;display:flex}.video-container{border:1px solid #e2e8f0;border-radius:2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.video-container iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.dark-cta-section{background:linear-gradient(135deg,#052e16,#14532d,#052e16);position:relative;overflow:hidden}.dark-cta-section:before{content:"";background:#16a34a14;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.dark-cta-section:after{content:"";background:#22c55e0f;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}@media (max-width:768px){.stat-counter-num{font-size:2.5rem}.comparison-table{font-size:.75rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}}
