.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#f5f5f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid transparent}.header.scrolled{box-shadow:var(--shadow-md);border-bottom:1px solid var(--border-color)}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.logo-icon{height:40px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px}.nav{display:flex;gap:2.5rem;align-items:center;justify-content:center;flex:1}.nav-item{position:relative}.nav-link{color:var(--text-primary);font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem 0;letter-spacing:.3px;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{width:100%}.arrow{font-size:.7rem;transition:transform .2s ease}.dropdown:hover .arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:.5rem 0;min-width:220px;margin-top:.5rem;animation:fadeIn .2s ease;border:1px solid var(--border-color)}.mega-dropdown{position:relative}.mega-menu{position:fixed;top:70px;left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:2rem;animation:fadeIn .2s ease;border:1px solid var(--border-color);display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin-left:auto;margin-right:auto;z-index:999}.mega-menu-2col{grid-template-columns:repeat(2,1fr);max-width:900px}.mega-menu-column{display:flex;flex-direction:column;gap:.5rem}.mega-menu-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.mega-menu-divider{width:100%;height:2px;background:linear-gradient(90deg,var(--primary-color),transparent);margin-bottom:.75rem}.mega-menu-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:all .2s ease}.mega-menu-item:hover{color:var(--primary-color);padding-left:.5rem}.item-arrow{font-size:1.2rem;color:var(--text-secondary);margin-left:.5rem;transition:transform .2s ease}.mega-menu-item:hover .item-arrow{transform:translate(3px);color:var(--primary-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;padding:.75rem 1.25rem;color:var(--text-primary);font-size:.9rem;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background:var(--bg-light);color:var(--primary-color);padding-left:1.5rem}.nav-buttons{display:flex;gap:.75rem;padding-left:1rem;border-left:1px solid var(--border-color)}.demo-button{background:var(--primary-color);color:#fff;font-weight:600;font-size:.95rem;padding:.5rem 1.25rem;border:2px solid var(--primary-color);border-radius:25px;text-decoration:none;transition:all .2s ease;display:inline-block}.demo-button:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #4e946f66}@media (max-width: 1024px){.nav{gap:1rem}.nav-link{font-size:.85rem}.nav-buttons{margin-left:.5rem;padding-left:.5rem}.demo-button,.login-button{padding:.4rem 1rem;font-size:.85rem}}@media (max-width: 1024px){.mega-menu{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}.mega-menu-2col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:.75rem}.nav-buttons{border-left:none;margin-left:0;padding-left:0}.dropdown-menu{left:50%;transform:translate(-50%)}.mega-menu{grid-template-columns:1fr;gap:1rem;padding:1rem;left:1rem;right:1rem}.mega-menu-2col{grid-template-columns:1fr}}.hero{min-height:70vh;display:flex;align-items:center;background:#fff;padding-top:80px}.hero-container{max-width:1280px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:3.5rem;line-height:1.1;color:#1a1a1a}.hero-title .highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#4a4a4a;line-height:1.8}.hero-cta{display:flex;gap:1rem}.hero-visual{position:relative}.hero-image{width:100%;height:auto;display:block}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-cta{flex-direction:column}.hero-cta button{width:100%}}.products-showcase{padding:80px 20px;background:linear-gradient(135deg,#f0f9ff,#e0e7ff)}.products-container{max-width:1400px;margin:0 auto}.products-header{text-align:center;margin-bottom:60px}.products-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.products-header h2:after{content:"";display:block;width:80px;height:4px;background:#4e946f;margin:20px auto 0;border-radius:2px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;align-items:stretch}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px #0000000d,0 10px 20px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 8px 12px #0000001a,0 20px 40px #0000001f}.product-image-container{height:220px;position:relative;overflow:hidden;background:#4e946f;display:flex;align-items:center;justify-content:center;padding:20px}.product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.product-content{padding:30px;display:flex;flex-direction:column;flex:1}.product-content h3{font-size:1.5rem;font-weight:700;color:#4e946f;margin:0 0 15px}.product-content p{font-size:1rem;line-height:1.6;color:#64748b;margin:0 0 25px;flex:1}.product-button{background:#f1f5f9;color:#475569;border:none;padding:12px 24px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.product-button:hover{background:#e2e8f0;color:#1e293b;transform:translate(5px)}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-showcase{padding:60px 20px}.products-header h2{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:25px}.product-image-container{height:180px;padding:15px}.product-content{padding:25px}.product-content h3{font-size:1.3rem}}@media (max-width: 480px){.products-showcase{padding:40px 15px}.products-header h2{font-size:1.6rem}.product-content{padding:20px}}.value-proposition{padding:80px 20px;background:#fff}.value-container{max-width:1400px;margin:0 auto}.value-header{text-align:center;margin-bottom:50px}.value-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.value-header .highlight{color:#4e946f;white-space:nowrap}.value-tabs{display:flex;justify-content:center;gap:0;margin-bottom:50px;flex-wrap:wrap}.tab-button{background:none;border:none;padding:15px 30px;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;position:relative;transition:all .3s ease;border-bottom:3px solid transparent;white-space:nowrap}.tab-button:hover{color:#1e293b}.tab-button.active{color:#4e946f;border-bottom-color:#4e946f}.carousel-wrapper{position:relative;padding:0 60px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #e2e8f0;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#64748b}.carousel-nav:hover{background:#f8fafc;border-color:#4e946f;color:#4e946f}.carousel-nav.prev{left:0}.carousel-nav.next{right:0}.carousel-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#f8fafc;border-radius:20px;padding:60px;min-height:500px}.content-left{display:flex;flex-direction:column;gap:25px}.content-left h3{font-size:2rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.description{font-size:1.1rem;line-height:1.7;color:#64748b;margin:0}.stats-box{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000000d;display:flex;align-items:center;gap:25px}.stats-number{display:flex;flex-direction:column;align-items:center;min-width:100px}.stats-number .number{font-size:3.5rem;font-weight:700;color:#4e946f;line-height:1}.stats-number .unit{font-size:1rem;font-weight:600;color:#4e946f;margin-top:5px}.stats-text{font-size:1rem;line-height:1.5;color:#475569;margin:0;flex:1}.content-right{display:flex;align-items:center;justify-content:center;position:relative}.carousel-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:30px}.indicator{width:12px;height:12px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#94a3b8}.indicator.active{background:#4e946f;width:32px;border-radius:6px}@media (max-width: 1024px){.carousel-content{gap:40px;padding:40px}.content-left h3{font-size:1.75rem}}@media (max-width: 768px){.value-proposition{padding:60px 20px}.value-header h2{font-size:2rem}.value-tabs{flex-direction:column;border-bottom:none;gap:10px}.tab-button{border-bottom:none;border-left:3px solid transparent;text-align:left;padding:12px 20px}.tab-button.active{border-left-color:#4e946f;background:#f8fafc}.carousel-wrapper{padding:0 40px}.carousel-nav{width:40px;height:40px}.carousel-content{grid-template-columns:1fr;gap:30px;padding:30px;min-height:auto}.content-left h3{font-size:1.5rem}.description{font-size:1rem}.stats-box{flex-direction:column;text-align:center;padding:25px}.stats-number .number{font-size:3rem}}@media (max-width: 480px){.value-proposition{padding:40px 15px}.value-header h2{font-size:1.6rem}.carousel-wrapper{padding:0 30px}.carousel-nav{width:36px;height:36px}.carousel-content{padding:20px}.content-left h3{font-size:1.3rem}.stats-number .number{font-size:2.5rem}}.stats-showcase-wrapper{background:linear-gradient(135deg,#f0f9ff,#e0e7ff);padding:80px 20px;color:#1e293b;width:100%;box-sizing:border-box}.stats-showcase-inner{max-width:1200px;margin:0 auto;text-align:center;box-sizing:border-box}.stats-showcase-header{margin-bottom:60px}.stats-showcase-title{font-size:2.8rem;font-weight:700;margin-bottom:20px;color:#1e293b;line-height:1.2}.stats-showcase-description{font-size:1.2rem;color:#475569;max-width:1000px;margin:0 auto;line-height:1.6}.stats-showcase-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:60px}.stats-showcase-metric-card{padding:20px;box-sizing:border-box}.stats-showcase-metric-value{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:#1e293b;letter-spacing:-1px;line-height:1}.stats-showcase-metric-label{font-size:1.3rem;color:#475569;font-weight:400;line-height:1.4}.stats-showcase-cta-wrapper{margin-top:40px}.stats-showcase-cta-button{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md);box-sizing:border-box}.stats-showcase-cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.stats-showcase-cta-button:active{transform:translateY(0)}@media (max-width: 968px){.stats-showcase-wrapper{padding:70px 20px}.stats-showcase-title{font-size:2.2rem}.stats-showcase-description{font-size:1.1rem}.stats-showcase-metrics{grid-template-columns:repeat(2,1fr);gap:30px}.stats-showcase-metric-value{font-size:3rem}.stats-showcase-metric-label{font-size:1.2rem}}@media (max-width: 640px){.stats-showcase-wrapper{padding:60px 20px}.stats-showcase-title{font-size:1.8rem}.stats-showcase-description{font-size:1rem}.stats-showcase-metrics{grid-template-columns:1fr;gap:30px;margin-bottom:40px}.stats-showcase-metric-value{font-size:2.5rem}.stats-showcase-metric-label{font-size:1.1rem}.stats-showcase-cta-button{padding:14px 30px;font-size:1rem;width:100%}}.support-features{padding:80px 20px;background-color:#fff}.support-container{max-width:1400px;margin:0 auto}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:100px}.support-card{text-align:center;padding:20px}.support-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:40px;color:var(--primary-color)}.support-card h3{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:20px;line-height:1.3}.support-card p{font-size:1rem;color:#475569;line-height:1.7;max-width:400px;margin:0 auto}@media (max-width: 968px){.support-features{padding:60px 20px}.support-grid{grid-template-columns:1fr;gap:50px}.support-card h3{font-size:1.4rem}.support-card p{font-size:.95rem}}@media (max-width: 640px){.support-features{padding:50px 20px}.support-grid{gap:40px}.support-icon{margin-bottom:20px}.support-card h3{font-size:1.3rem;margin-bottom:15px}}.footer{background:linear-gradient(135deg,#f0f9ff,#e0e7ff);color:#1e293b;padding:30px 20px}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:50px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,.1)}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-logo-img{width:40px;height:40px}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#1e293b}.footer-tagline{font-size:.95rem;line-height:1.6;margin-bottom:20px;color:#475569}.footer-address{font-size:.9rem;line-height:1.6;margin-bottom:10px;color:#475569}.footer-phone{font-size:.9rem;margin-bottom:25px;color:#475569}.footer-buttons{display:flex;flex-direction:column;gap:12px}.footer-button{padding:12px 24px;border-radius:25px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;width:100%}.footer-demo{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:var(--shadow-md)}.footer-demo:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.footer-login{background-color:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.footer-login:hover{background-color:var(--bg-light);transform:translateY(-2px)}.footer-section h4{font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:12px;color:#1e293b}.footer-solutions-title,.footer-support-title{margin-top:20px}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:4px}.footer-section ul li a{color:#475569;font-size:.9rem;transition:color .3s ease;text-decoration:none}.footer-section ul li a:hover{color:var(--primary-color)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:10px}.footer-bottom-left{display:flex;align-items:center;gap:30px}.footer-bottom-right{display:flex;align-items:center}.footer-email{display:flex;align-items:center;gap:8px;color:#475569;font-size:.85rem;text-decoration:none;transition:color .3s ease}.footer-email:hover{color:var(--primary-color)}.footer-email svg{flex-shrink:0}.footer-bottom-left p{font-size:.85rem;color:#475569;margin:0}.footer-legal-links{display:flex;gap:20px}.footer-legal-links a{font-size:.85rem;color:#475569;text-decoration:none;transition:color .3s ease}.footer-legal-links a:hover{color:var(--primary-color)}.footer-social{display:flex;gap:15px}.social-icon{width:36px;height:36px;border-radius:50%;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none}.social-icon:hover{background-color:var(--primary-dark);transform:translateY(-2px)}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr 1fr;gap:40px}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr 1fr;gap:30px}.footer-bottom{flex-direction:column;gap:20px;align-items:flex-start}.footer-bottom-left{flex-direction:column;align-items:flex-start;gap:15px}.footer-legal-links{flex-wrap:wrap}}@media (max-width: 640px){.footer-content{grid-template-columns:1fr}.footer-brand{max-width:100%}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:50px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#f1f5f9;color:#1e293b;transform:rotate(90deg)}.form-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 40px;text-align:center;line-height:1.3}.demo-form{display:flex;flex-direction:column;gap:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:1rem;font-weight:600;color:#1e293b}.required{color:#ef4444;margin-left:3px}.form-group input{padding:14px 18px;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease;background:#f8fafc}.form-group input:focus{outline:none;border-color:#4e946f;background:#fff;box-shadow:0 0 0 3px #4e946f1a}.form-group input::placeholder{color:#94a3b8}.phone-input{padding:14px 18px;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease;background:#f8fafc;display:flex;align-items:center;width:100%}.phone-input .PhoneInputCountry{margin-right:12px;padding-right:12px;border-right:2px solid #e2e8f0;display:flex;align-items:center;gap:6px}.phone-input .PhoneInputCountryIcon{width:28px;height:20px;box-shadow:0 0 0 1px #0000001a;border-radius:2px}.phone-input .PhoneInputCountrySelect{font-size:1rem;padding:0;cursor:pointer;border:none;background:transparent;outline:none}.phone-input .PhoneInputCountrySelectArrow{color:#1e293b;opacity:.8;width:.35em;height:.35em;margin-left:.2em;border-style:solid;border-width:0 2px 2px 0;transform:rotate(45deg)}.phone-input .PhoneInputInput{border:none!important;outline:none!important;background:#f8fafc!important;font-size:1rem;padding:8px 12px!important;margin-left:0;flex:1;color:#1e293b;border-radius:6px;box-shadow:none!important}.submit-button{background:#4e946f;color:#fff;font-size:1.1rem;font-weight:600;padding:16px 40px;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;margin-top:20px;align-self:flex-end;box-shadow:0 4px 12px #4e946f4d}.submit-button:hover{background:#3d7558;transform:translateY(-2px);box-shadow:0 6px 20px #4e946f66}.submit-button:active{transform:translateY(0)}.submit-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.status-message{text-align:center;padding:12px;border-radius:8px;font-size:1rem;font-weight:500;margin-top:10px}.status-message.success{background:#d1fae5;color:#065f46;border:1px solid #34d399}.status-message.error{background:#fee2e2;color:#991b1b;border:1px solid #f87171}@media (max-width: 768px){.modal-content{padding:40px 30px}.form-title{font-size:1.5rem;margin-bottom:30px}.form-row{grid-template-columns:1fr;gap:25px}.submit-button{width:100%;align-self:stretch}}@media (max-width: 480px){.modal-content{padding:30px 20px;border-radius:15px}.form-title{font-size:1.3rem}.form-group input{padding:12px 16px;font-size:.95rem}.submit-button{font-size:1rem;padding:14px 30px}}.cloud-vms-page{width:100%;overflow-x:hidden}.vms-hero{background:#fff;padding:120px 20px 80px;color:var(--text-primary);position:relative;overflow:hidden}.vms-hero-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:80px;position:relative;z-index:1}.vms-hero-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.vms-hero-content{display:flex;flex-direction:column;gap:25px}.vms-hero h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin:0;letter-spacing:-1px;color:var(--text-primary)}.vms-hero-subtitle{font-size:1.2rem;line-height:1.8;color:var(--text-secondary);max-width:600px}.vms-hero-cta{display:flex;gap:15px;flex-wrap:wrap}.vms-hero-cta .primary-button{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:16px 35px;font-size:1rem;font-weight:600;border-radius:30px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md)}.vms-hero-cta .primary-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.vms-hero-cta .secondary-button{background:#fff;color:var(--primary-color);padding:16px 35px;font-size:1rem;font-weight:600;border-radius:30px;border:2px solid var(--primary-color);cursor:pointer;transition:all .3s ease}.vms-hero-cta .secondary-button:hover{background:var(--bg-light);transform:translateY(-3px)}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:0 auto;padding-top:80px}.hero-feature-card{display:flex;align-items:flex-start;gap:15px;padding:20px;background:var(--bg-light);border:2px solid var(--primary-color);border-radius:15px;transition:all .3s ease}.hero-feature-card:hover{background:#fff;border-color:var(--secondary-color);box-shadow:var(--shadow-md);transform:translateY(-3px)}.hero-feature-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:12px}.hero-feature-content h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.hero-feature-content p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0}.vms-feature-showcase{padding:80px 20px;background:#f9fafb}.feature-showcase-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:100px;max-width:1100px;margin-left:auto;margin-right:auto}.feature-showcase-row:last-child{margin-bottom:0}.feature-showcase-reverse{direction:ltr}.feature-showcase-content{padding:10px}.feature-showcase-content h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.feature-showcase-content p{font-size:1rem;color:#555;line-height:1.7}.feature-showcase-visual{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0000001f;max-width:600px;margin:0 auto}.feature-showcase-visual img{width:100%;height:auto;display:block;border-radius:16px}.vms-final-cta{padding:100px 20px;background:linear-gradient(135deg,#4e946f,#6ab08e);text-align:center}.final-cta-content{max-width:900px;margin:0 auto}.final-cta-content h2{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}.final-cta-content p{font-size:1.15rem;color:#fff;line-height:1.8;margin-bottom:40px;opacity:.95}.cta-demo-button{background:#fff;color:#4e946f;padding:18px 50px;font-size:1.1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #00000026}.cta-demo-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003;background:#f9fafb}.vms-platform-section{padding:80px 20px;background-color:#fff}.platform-container{max-width:1200px;margin:0 auto;text-align:center}.platform-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.2}.platform-description{font-size:1.1rem;color:#555;line-height:1.7;max-width:900px;margin:0 auto 60px}.platform-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.vms-platform-section .benefit-card{background:#fff;border:2px solid #4E946F;border-radius:16px;padding:40px 30px;text-align:left;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.vms-platform-section .benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #4e946f33;border-color:#6ab08e}.vms-platform-section .benefit-icon{width:64px;height:64px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#4e946f}.vms-platform-section .benefit-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.vms-platform-section .benefit-text{font-size:1rem;color:#555;line-height:1.6}.vms-hero-visual{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #0000004d}.vms-hero-visual img{width:100%;height:auto;display:block;border-radius:20px}.vms-container{max-width:1400px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.8rem;font-weight:800;color:var(--text-primary);margin-bottom:15px;letter-spacing:-.5px}.section-header p{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.vms-features{padding:100px 20px;background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.feature-card{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-10px)}.feature-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border-radius:15px;margin-bottom:20px}.feature-card h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:12px}.feature-card p{font-size:1rem;color:var(--text-secondary);line-height:1.7}.vms-benefits{padding:100px 20px;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.benefit-card{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:20px;border:2px solid #e5e7eb;transition:all .3s ease}.benefit-card:hover{border-color:var(--primary-color);box-shadow:0 15px 40px #4e946f26;transform:translateY(-5px)}.benefit-stat{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.benefit-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-weight:600;margin-bottom:20px}.benefit-card h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:12px}.benefit-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.vms-use-cases{padding:100px 20px;background:var(--bg-light)}.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.use-case-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer}.use-case-card:hover{box-shadow:var(--shadow-xl);transform:scale(1.03)}.use-case-image{width:100%;height:220px;overflow:hidden}.use-case-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.use-case-card:hover .use-case-image img{transform:scale(1.1)}.use-case-content{padding:30px}.use-case-content h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:12px}.use-case-content p{font-size:1rem;color:var(--text-secondary);line-height:1.7}.vms-cta{padding:100px 20px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:800;margin-bottom:20px;letter-spacing:-.5px}.cta-content p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-buttons .primary-button{background:#fff;color:var(--primary-color);padding:18px 40px;font-size:1.1rem;font-weight:600;border-radius:30px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-lg)}.cta-buttons .primary-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.cta-buttons .secondary-button{background:#ffffff1a;color:#fff;padding:18px 40px;font-size:1.1rem;font-weight:600;border-radius:30px;border:2px solid white;cursor:pointer;transition:all .3s ease}.cta-buttons .secondary-button:hover{background:#fff3;transform:translateY(-3px)}@media (max-width: 1024px){.vms-hero-container{gap:50px}.vms-hero-main{gap:40px}.vms-hero h1{font-size:3rem}.section-header h2{font-size:2.5rem}.use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 968px){.vms-hero{padding:100px 20px 60px}.vms-hero-container{gap:50px}.vms-hero-main{grid-template-columns:1fr;gap:40px}.vms-hero h1{font-size:2.5rem}.vms-hero-subtitle{font-size:1.1rem}.hero-features{grid-template-columns:1fr;gap:20px}.feature-showcase-row,.feature-showcase-reverse{grid-template-columns:1fr;gap:40px;margin-bottom:80px}.feature-showcase-content h2{font-size:2rem}.feature-showcase-content p{font-size:1rem}.final-cta-content h2{font-size:2.2rem}.final-cta-content p{font-size:1rem}.platform-benefits{grid-template-columns:1fr;gap:24px}.platform-title{font-size:2rem}.platform-description{font-size:1rem}.section-header h2{font-size:2.2rem}.features-grid{grid-template-columns:1fr;gap:25px}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:30px}.vms-features,.vms-benefits,.vms-use-cases,.vms-cta{padding:80px 20px}}@media (max-width: 768px){.vms-hero{padding:80px 20px 50px}.vms-hero h1{font-size:2rem}.vms-hero-subtitle{font-size:1rem}.vms-hero-cta{flex-direction:column;width:100%}.vms-hero-cta button{width:100%;justify-content:center}.hero-features{grid-template-columns:1fr;gap:15px}.vms-feature-showcase{padding:60px 20px}.feature-showcase-row{margin-bottom:60px}.feature-showcase-content h2{font-size:1.8rem}.feature-showcase-content p{font-size:.95rem}.vms-final-cta{padding:70px 20px}.final-cta-content h2{font-size:2rem}.final-cta-content p{font-size:1rem}.cta-demo-button{padding:16px 40px;font-size:1rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.section-header{margin-bottom:40px}.features-grid{grid-template-columns:1fr}.benefits-grid,.use-cases-grid{grid-template-columns:1fr;gap:25px}.cta-content h2{font-size:2.2rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column}.cta-buttons button{width:100%}.vms-features,.vms-benefits,.vms-use-cases,.vms-cta{padding:60px 20px}}@media (max-width: 640px){.vms-hero h1{font-size:1.8rem}.hero-feature-card{padding:15px;gap:12px}.hero-feature-icon{width:45px;height:45px}.hero-feature-content h3{font-size:1rem}.hero-feature-content p{font-size:.85rem}.section-header h2{font-size:1.8rem}.feature-card,.benefit-card,.use-case-content{padding:30px 20px}.benefit-stat{font-size:3rem}.final-cta-content h2{font-size:1.8rem}.final-cta-content p{font-size:.95rem}.cta-demo-button{width:100%;padding:16px 40px}.cta-content h2{font-size:1.8rem}}@media (max-width: 480px){.vms-hero{padding:60px 15px 40px}.vms-hero h1{font-size:1.6rem}.vms-hero-subtitle{font-size:.95rem}.vms-hero-cta .primary-button,.vms-hero-cta .secondary-button{padding:14px 28px;font-size:.95rem}.section-header h2{font-size:1.6rem}.section-header p{font-size:.95rem}.feature-icon{width:60px;height:60px}.feature-card h3,.benefit-card h3,.use-case-content h3{font-size:1.2rem}.benefit-stat{font-size:2.5rem}.vms-final-cta{padding:60px 15px}.final-cta-content h2{font-size:1.6rem}.final-cta-content p{font-size:.9rem;margin-bottom:30px}.cta-demo-button{width:100%;padding:14px 35px;font-size:1rem}.cta-content h2{font-size:1.6rem}.cta-buttons .primary-button,.cta-buttons .secondary-button{padding:14px 30px;font-size:1rem}.vms-features,.vms-benefits,.vms-use-cases,.vms-cta{padding:50px 15px}}.sai-intelligence-page{width:100%;overflow-x:hidden}.sai-hero{background:#fff;padding:120px 20px 100px;color:var(--text-primary);position:relative;overflow:hidden}.sai-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.sai-hero-content{text-align:center;max-width:900px;margin:0 auto 60px}.sai-badge{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#4e946f;background:#e8f5ee;padding:8px 20px;border-radius:20px;margin-bottom:30px;letter-spacing:.5px}.sai-badge svg{flex-shrink:0}.sai-hero h1{font-size:3.5rem;font-weight:800;line-height:1.3;margin:0 0 30px;letter-spacing:-1px;color:#1a2b49;min-height:180px}.highlight-text{color:#6ab08e;display:inline-block;min-width:20px}.cursor{color:#6ab08e;animation:blink 1s infinite;font-weight:400;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.sai-hero-subtitle{font-size:1.3rem;font-weight:600;line-height:1.6;color:#555;margin-bottom:15px}.sai-hero-description{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:40px}.sai-hero-content .primary-button{background:linear-gradient(135deg,#4e946f,#6ab08e);color:#fff;padding:18px 45px;font-size:1.05rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #4e946f40}.sai-hero-content .primary-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #4e946f59;background:linear-gradient(135deg,#3d7a5a,#5a9d7d)}.sai-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.sai-feature-card{background:#fff;border:2px solid #6ab08e;border-radius:20px;padding:40px 30px;text-align:left;transition:all .3s ease}.sai-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #6ab08e33;border-color:#4e946f}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#e8f5ee,#d4ede1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4e946f;margin-bottom:20px}.sai-feature-card h3{font-size:1.4rem;font-weight:700;color:#1a2b49;margin-bottom:12px}.sai-feature-card p{font-size:1rem;color:#666;line-height:1.7}.sai-value-section{padding:100px 20px;background:#f9fafb}.sai-container{max-width:1200px;margin:0 auto}.value-header{text-align:center;max-width:900px;margin:0 auto 60px}.value-header h2{font-size:2.8rem;font-weight:700;color:#1a2b49;margin-bottom:20px;line-height:1.2}.value-header p{font-size:1.15rem;color:#666;line-height:1.8}.value-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.stat-card{background:#fff;border:2px solid #6ab08e;border-radius:20px;padding:40px 30px;text-align:left;transition:all .3s ease}.stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #6ab08e33;border-color:#4e946f}.stat-icon{width:60px;height:60px;background:linear-gradient(135deg,#e8f5ee,#d4ede1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4e946f;margin-bottom:20px}.stat-card h3{font-size:1.6rem;font-weight:700;color:#1a2b49;margin-bottom:12px}.stat-card p{font-size:1rem;color:#666;line-height:1.7}.sai-ai-features-section{padding:100px 20px;background:#fff}.ai-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:120px}.ai-feature-row:last-child{margin-bottom:0}.ai-feature-reverse{direction:ltr}.ai-feature-content{padding:20px}.ai-feature-content h2{font-size:2.2rem;font-weight:700;color:#1a2b49;margin-bottom:20px;line-height:1.2}.ai-feature-content p{font-size:1.05rem;color:#666;line-height:1.8}.ai-feature-visual{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000026;background:linear-gradient(135deg,#2c5f5f,#1a3d3d);padding:20px}.ai-feature-visual img{width:100%;height:auto;display:block;border-radius:12px}.sai-how-to-use-section{padding:100px 20px;background:#f9fafb}.how-to-use-title{font-size:2.8rem;font-weight:700;color:#1a2b49;text-align:center;margin-bottom:60px;line-height:1.2}.how-to-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.use-case-card{background:#fff;padding:40px 30px;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column}.use-case-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a;border-color:#6ab08e}.use-case-icon{width:60px;height:60px;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1a2b49;margin-bottom:24px}.use-case-card h3{font-size:1.4rem;font-weight:700;color:#1a2b49;margin-bottom:12px}.use-case-card p{font-size:1rem;color:#666;line-height:1.7;margin-bottom:20px;flex-grow:1}.use-case-link{color:#6ab08e;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease;align-self:flex-start}.use-case-link:hover{color:#4e946f;text-decoration:underline}.sai-final-cta-section{padding:100px 20px;background:#fff;text-align:center}.sai-final-cta-section .final-cta-content{max-width:900px;margin:0 auto}.sai-final-cta-section h2{font-size:2.8rem;font-weight:700;color:#1a2b49;margin-bottom:24px;line-height:1.2}.sai-final-cta-section p{font-size:1.15rem;color:#666;line-height:1.8;margin-bottom:40px}.final-cta-button{background:linear-gradient(135deg,#4e946f,#6ab08e);color:#fff;padding:18px 50px;font-size:1.1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #4e946f40}.final-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #4e946f59;background:linear-gradient(135deg,#3d7a5a,#5a9d7d)}@media (max-width: 968px){.sai-hero-features{grid-template-columns:1fr;gap:25px}.sai-hero h1{font-size:2.8rem;min-height:160px}.sai-hero-subtitle{font-size:1.15rem}.sai-hero-description{font-size:1rem}.value-stats{grid-template-columns:1fr;gap:25px}.value-header h2{font-size:2.2rem}.value-header p{font-size:1rem}.ai-feature-row,.ai-feature-reverse{grid-template-columns:1fr;gap:40px;margin-bottom:80px}.ai-feature-content h2{font-size:1.9rem}.ai-feature-content p{font-size:1rem}.how-to-use-grid{grid-template-columns:1fr;gap:30px}.how-to-use-title,.sai-final-cta-section h2{font-size:2.2rem}.sai-final-cta-section p{font-size:1rem}}@media (max-width: 768px){.sai-hero{padding:80px 20px 60px}.sai-hero h1{font-size:2.2rem;min-height:140px}.sai-hero-subtitle{font-size:1.1rem}.sai-hero-description{font-size:.95rem}.sai-hero-content .primary-button{padding:16px 40px;font-size:1rem}.sai-feature-card{padding:30px 25px}.sai-feature-card h3{font-size:1.2rem}.sai-feature-card p{font-size:.95rem}.sai-value-section{padding:70px 20px}.stat-card{padding:30px 25px}.stat-card h3{font-size:1.4rem}.stat-card p{font-size:.95rem}.sai-ai-features-section{padding:70px 20px}.ai-feature-row{margin-bottom:60px}.ai-feature-content h2{font-size:1.7rem}.ai-feature-content p{font-size:.95rem}.ai-feature-visual{padding:15px}.sai-how-to-use-section{padding:70px 20px}.how-to-use-title{font-size:2rem}.use-case-card{padding:30px 25px}.use-case-card h3{font-size:1.2rem}.use-case-card p{font-size:.95rem}.sai-final-cta-section{padding:70px 20px}.sai-final-cta-section h2{font-size:2rem}.sai-final-cta-section p{font-size:.95rem}.final-cta-button{padding:16px 40px;font-size:1rem}}@media (max-width: 640px){.sai-hero h1{font-size:1.9rem;min-height:120px}.sai-badge{font-size:.85rem;padding:6px 16px}.sai-badge svg{width:14px;height:14px}.feature-icon,.stat-icon{width:50px;height:50px}.stat-card h3{font-size:1.3rem}.ai-feature-content h2{font-size:1.5rem}.ai-feature-content p{font-size:.9rem}.how-to-use-title{font-size:1.8rem}.use-case-icon{width:50px;height:50px}.sai-final-cta-section h2{font-size:1.8rem}.sai-final-cta-section p{font-size:.9rem}}@media (max-width: 480px){.sai-hero{padding:60px 15px 50px}.sai-hero h1{font-size:1.6rem;min-height:110px}.sai-hero-subtitle{font-size:1rem}.sai-hero-description{font-size:.9rem}.sai-hero-content .primary-button{width:100%;padding:14px 35px}.sai-feature-card{padding:25px 20px}.sai-value-section{padding:60px 15px}.value-header h2{font-size:1.8rem}.value-header p{font-size:.9rem}.stat-card{padding:25px 20px}.stat-card h3{font-size:1.2rem}.stat-card p{font-size:.9rem}.sai-ai-features-section{padding:60px 15px}.ai-feature-row{margin-bottom:50px}.ai-feature-content h2{font-size:1.4rem}.ai-feature-content p{font-size:.85rem}.ai-feature-visual{padding:12px}.sai-how-to-use-section{padding:60px 15px}.how-to-use-title{font-size:1.6rem;margin-bottom:40px}.use-case-card{padding:25px 20px}.use-case-card h3{font-size:1.1rem}.use-case-card p{font-size:.9rem}.use-case-icon{width:48px;height:48px}.use-case-link{font-size:.95rem}.sai-final-cta-section{padding:60px 15px}.sai-final-cta-section h2{font-size:1.6rem}.sai-final-cta-section p{font-size:.85rem;margin-bottom:30px}.final-cta-button{width:100%;padding:14px 35px;font-size:1rem}}.integrated-data-page{min-height:100vh;background-color:#fff}.integrated-data-hero{background:#fff;padding:120px 20px 100px;color:#1a1a1a;position:relative;overflow:hidden}.integrated-data-hero-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.integrated-data-hero .hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;color:#4a4a4a;max-width:550px}.hero-cta-button{background-color:#4e946f;color:#fff;border:none;padding:16px 40px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.hero-image-wrapper{width:100%;max-width:600px}.hero-image-wrapper img{width:100%;height:auto;display:block}.data-viz-section{padding:80px 20px;background-color:#fff}.data-viz-container{max-width:1400px;margin:0 auto}.data-viz-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:60px;font-style:italic}.data-viz-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1300px;margin:0 auto}.data-viz-card{border-radius:16px;padding:40px;display:flex;flex-direction:column;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}.data-viz-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000026}.data-viz-card-teal{background:linear-gradient(135deg,#4e946f,#5da57e);color:#fff}.data-viz-card-white{background:#fff;color:#1a1a1a;border:1px solid #e0e0e0}.data-viz-card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.data-viz-card-icon{flex-shrink:0}.data-viz-card-icon svg{display:block}.data-viz-card-title{font-size:1.5rem;font-weight:700;margin:0;line-height:1.3;flex:1}.data-viz-card-teal .data-viz-card-title{color:#fff}.data-viz-card-white .data-viz-card-title{color:#1a1a1a}.data-viz-card-description{font-size:1rem;line-height:1.7;margin-bottom:24px;flex-grow:1}.data-viz-card-teal .data-viz-card-description{color:#fffffff2}.data-viz-card-white .data-viz-card-description{color:#4a4a4a}.data-viz-card-description strong{font-weight:600}.data-viz-card-teal .data-viz-card-description strong{color:#fff}.data-viz-card-white .data-viz-card-description strong{color:#1a1a1a}.data-viz-video-wrapper{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0003;background:#f5f5f5;margin-top:auto}.data-viz-video{width:100%;height:auto;display:block}.exception-reporting-section{padding:80px 20px;background-color:#f8f9fa}.exception-reporting-container{max-width:1400px;margin:0 auto}.exception-reporting-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:24px;font-style:italic}.exception-reporting-description{font-size:1.1rem;line-height:1.8;color:#4a4a4a;text-align:center;max-width:1000px;margin:0 auto 60px}.exception-reporting-content{background:linear-gradient(135deg,#4e946f,#5da57e);border-radius:16px;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;box-shadow:0 10px 40px #4e946f33}.exception-reporting-features{display:flex;flex-direction:column;gap:32px}.exception-feature-item{display:flex;flex-direction:column;gap:12px}.exception-feature-header{display:flex;align-items:center;gap:16px}.exception-feature-icon{flex-shrink:0}.exception-feature-icon svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.exception-feature-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.exception-feature-description{font-size:.95rem;line-height:1.7;color:#fffffff2;margin:0}.exception-reporting-visual{display:flex;justify-content:center;align-items:center}.exception-reporting-video{width:100%;max-width:600px;height:auto;border-radius:12px;box-shadow:0 20px 50px #0000004d;display:block}.exception-digest-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:60px;padding-top:60px;border-top:2px solid rgba(255,255,255,.2)}.exception-digest-visual{display:flex;justify-content:flex-start;align-items:center}.exception-digest-image{width:100%;max-width:550px;height:auto;border-radius:0;box-shadow:none}.exception-digest-text{display:flex;flex-direction:column;gap:20px}.exception-digest-title{font-size:2rem;font-weight:700;color:#4e946f;margin:0;line-height:1.2}.exception-digest-description{font-size:1rem;line-height:1.8;color:#1a1a1a;margin:0}.exception-digest-description strong{font-weight:700;color:#1a1a1a}.exception-threshold-content{display:flex;flex-direction:column;gap:20px;margin-top:60px;padding-top:60px;border-top:2px solid rgba(255,255,255,.2)}.exception-threshold-header{display:flex;flex-direction:column;gap:0}.exception-threshold-body{display:flex;gap:60px;align-items:flex-start}.exception-threshold-title{font-size:2rem;font-weight:700;color:#4e946f;margin:0 0 16px;line-height:1.2}.exception-threshold-description{font-size:.95rem;line-height:1.7;color:#1a1a1a;margin:0 0 12px}.exception-threshold-subtitle{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 16px}.exception-threshold-accordion{flex:1;display:flex;flex-direction:column;gap:0;margin:0;border:1px solid #e0e0e0}.exception-accordion-item{background:#fff;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;overflow:hidden;transition:all .3s ease}.exception-accordion-item:last-child{border-bottom:none}.exception-accordion-item:hover,.exception-accordion-item[open]{border-color:#4e946f}.exception-accordion-summary{padding:16px 20px;font-size:1rem;font-weight:600;color:#4e946f;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;background-color:#f0f0f0}.exception-accordion-summary::-webkit-details-marker{display:none}.exception-accordion-summary:after{content:"▼";font-size:.8rem;color:#4e946f;transition:transform .3s ease}.exception-accordion-item[open] .exception-accordion-summary:after{transform:rotate(180deg)}.exception-accordion-summary:hover{background-color:#e5e5e5}.exception-accordion-content{padding:0 20px 16px;font-size:.9rem;line-height:1.6;color:#4a4a4a}.exception-threshold-visual{flex:1;display:flex;justify-content:center;align-items:flex-start}.exception-threshold-video{width:100%;max-width:530px;height:auto;border-radius:0;box-shadow:none;display:block}.data-integrations-section{padding:80px 20px;background-color:#f8f9fa}.integrations-container{max-width:1400px;margin:0 auto}.integrations-header{text-align:center;margin-bottom:60px}.integrations-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.integrations-description{font-size:1.1rem;color:#666;line-height:1.8;max-width:900px;margin:0 auto}.integrations-content-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;background:#4e946f;border-radius:16px;padding:30px 35px;box-shadow:0 10px 40px #4e946f33;max-width:1100px;margin:0 auto}.integrations-text-content{color:#fff}.integrations-icon{margin-bottom:18px}.integrations-icon svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.integrations-text-content h3{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3}.integrations-text-content p{font-size:.95rem;color:#fffffff2;line-height:1.6;margin-bottom:1.25rem}.integrations-text-content p strong{font-weight:600;color:#fff}.learn-more-button{background-color:#fff;color:#4e946f;border:none;padding:14px 36px;font-size:.95rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.learn-more-button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.integrations-visual-content{display:flex;justify-content:center;align-items:center}.video-placeholder{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #0000004d;background:#fff}.integrations-video{width:100%;height:auto;display:block}.feature-cards-section{padding:80px 20px;background-color:#f8f9fa}.feature-cards-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fff;border-radius:10px;padding:28px 24px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.feature-card-icon{margin-bottom:18px}.feature-card-icon svg{width:60px;height:60px}.feature-card h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:14px;line-height:1.3}.feature-card p{font-size:.95rem;color:#4a4a4a;line-height:1.6;margin:0}.feature-card p strong{font-weight:600;color:#1a1a1a}@media (max-width: 1024px){.hero-content-wrapper{grid-template-columns:1fr;gap:60px;text-align:center}.hero-text-content{padding-right:0}.hero-text-content h1{font-size:3rem}.integrated-data-hero .hero-description{margin-left:auto;margin-right:auto}.hero-image-wrapper{max-width:500px;margin:0 auto}.integrations-content-row{grid-template-columns:1fr;gap:40px;padding:40px}.integrations-text-content h3{font-size:1.75rem}.feature-cards-container,.data-viz-cards-grid{grid-template-columns:1fr;gap:24px}.data-viz-title{font-size:2.25rem}.data-viz-card{padding:32px}.exception-reporting-content{grid-template-columns:1fr;gap:40px;padding:40px}.exception-reporting-title{font-size:2.25rem}.exception-digest-content{grid-template-columns:1fr;gap:40px;margin-top:40px;padding-top:40px}.exception-digest-title{font-size:1.75rem}.exception-threshold-content{gap:20px;margin-top:40px;padding-top:40px}.exception-threshold-body{flex-direction:column;gap:40px}.exception-threshold-title{font-size:1.75rem}}@media (max-width: 768px){.integrated-data-hero{padding:100px 20px 60px}.hero-text-content h1{font-size:2.5rem}.integrated-data-hero .hero-description{font-size:1.1rem}.data-integrations-section{padding:60px 20px}.integrations-header h2{font-size:2rem}.integrations-description{font-size:1rem}.integrations-content-row{padding:30px 20px;gap:30px}.integrations-text-content h3{font-size:1.5rem}.integrations-text-content p{font-size:1rem}.feature-cards-section{padding:60px 20px}.feature-card h3{font-size:1.3rem}.feature-card p{font-size:.95rem}.data-viz-section{padding:60px 20px}.data-viz-title{font-size:2rem;margin-bottom:40px}.data-viz-card{padding:28px}.data-viz-card-title{font-size:1.3rem}.data-viz-card-description{font-size:.95rem}.exception-reporting-section{padding:60px 20px}.exception-reporting-title{font-size:2rem}.exception-reporting-description{font-size:1rem}.exception-reporting-content{padding:30px 20px;gap:30px}.exception-feature-title{font-size:1.3rem}.exception-feature-description{font-size:.95rem}.exception-digest-content{margin-top:30px;padding-top:30px}.exception-digest-title{font-size:1.5rem}.exception-digest-description{font-size:.95rem}.exception-threshold-content{margin-top:30px;padding-top:30px}.exception-threshold-title{font-size:1.5rem}.exception-threshold-description,.exception-threshold-subtitle{font-size:.9rem}.exception-accordion-summary{font-size:.95rem;padding:14px 16px}.exception-accordion-content{font-size:.85rem;padding:0 16px 14px}}.video-alarms-page{min-height:100vh;background-color:#f2f3f4}.video-alarms-hero{background:#f2f3f4;padding:120px 20px 100px;color:#1a1a1a;position:relative;overflow:hidden}.video-alarms-hero-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.hero-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-text-content{padding-right:40px}.hero-badge{display:inline-block;font-size:.85rem;font-weight:600;color:#4e946f;letter-spacing:1px;margin-bottom:1.5rem}.hero-text-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#1a1a1a;letter-spacing:-.5px}.hero-text-content .highlight-text{color:#4e946f}.video-alarms-hero .hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;color:#4a4a4a;max-width:550px}.hero-cta-button{background-color:#4e946f;color:#fff;border:none;padding:16px 40px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;letter-spacing:.3px}.hero-cta-button:hover{background-color:#3d7558;transform:translateY(-2px);box-shadow:0 10px 25px #4e946f4d}.hero-visual-content{display:flex;justify-content:center;align-items:center}.hero-video-wrapper{width:100%;max-width:650px}.hero-video{width:100%;height:auto;display:block}.stats-container{max-width:1400px;margin:60px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.stat-card{background:#fff;border:2px solid #4E946F;border-radius:12px;padding:35px 30px;text-align:left;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 24px #4e946f26;transform:translateY(-4px)}.stat-icon{margin-bottom:20px}.stat-card h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.stat-card p{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}.features-section{padding:100px 20px;background-color:#fff}.features-container{max-width:1200px;margin:0 auto}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:100px}.feature-row:last-child{margin-bottom:0}.feature-text h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.3}.feature-text p{font-size:1.1rem;color:#4a4a4a;line-height:1.7;margin:0}.feature-link{display:inline-block;margin-top:1.5rem;font-size:1rem;font-weight:600;color:#4e946f;text-decoration:none;transition:all .3s ease}.feature-link:hover{color:#3d7558;transform:translate(5px)}.feature-visual{position:relative}.feature-visual img{width:100%;height:auto;display:block;border-radius:12px}.final-cta-section{padding:80px 20px;background-color:#f2f3f4}.final-cta-container{max-width:900px;margin:0 auto}.final-cta-content{text-align:center}.final-cta-content h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.3}.final-cta-content p{font-size:1.15rem;color:#4a4a4a;line-height:1.8;margin-bottom:2.5rem}.final-cta-button{background-color:#1e3a5f;color:#fff;border:none;padding:16px 50px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;letter-spacing:.3px}.final-cta-button:hover{background-color:#152d4a;transform:translateY(-2px);box-shadow:0 10px 25px #1e3a5f4d}@media (max-width: 1024px){.hero-content-wrapper{grid-template-columns:1fr;gap:60px;text-align:center}.hero-text-content{padding-right:0}.hero-text-content h1{font-size:3rem}.video-alarms-hero .hero-description{margin-left:auto;margin-right:auto}.hero-video-wrapper{max-width:500px;margin:0 auto}.stats-container{grid-template-columns:1fr;gap:24px}.feature-row{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.feature-text{text-align:center}.feature-text h2{font-size:1.75rem}}@media (max-width: 768px){.video-alarms-hero{padding:100px 20px 60px}.hero-text-content h1{font-size:2.5rem}.video-alarms-hero .hero-description{font-size:1.1rem}.stats-section{padding:60px 20px}.stat-card h3{font-size:1.3rem}.stat-card p{font-size:.95rem}.features-section{padding:60px 20px}.feature-text h2{font-size:1.5rem}.feature-text p{font-size:1rem}.final-cta-section{padding:60px 20px}.final-cta-content h2{font-size:2rem}.final-cta-content p{font-size:1rem}}.home-page{width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #4E946F;--primary-dark: #3d7558;--secondary-color: #6ab08e;--accent-color: #8bc9af;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-light);line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s ease}.primary-button{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:14px 32px;border-radius:25px;font-weight:600;font-size:16px;box-shadow:var(--shadow-md)}.primary-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.secondary-button{background:#fff;color:var(--primary-color);padding:14px 32px;border-radius:25px;font-weight:600;font-size:16px;border:2px solid var(--primary-color)}.secondary-button:hover{background:var(--bg-light);transform:translateY(-2px)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}
