@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--primary-color: #BDF347;--secondary-color: #06DD90;--link-color: #038053;--link-hover-color: #025d3d;--dark-color: #333333;--light-color: #ffffff;--gray-color: #f5f5f5;--text-color: #333333;--text-light: #ffffff;--blue-gradient: linear-gradient(180deg, rgba(255, 255, 255, .2) 0%, rgba(6, 221, 144, .146635) 47.05%, rgba(255, 255, 255, .2) 100%);--green-gradient: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(0, 194, 220, .66) 34.03%, rgba(24, 174, 93, .66) 68.92%, rgba(255, 255, 255, .95) 100%);--primary-gradient: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.5;color:var(--text-color);overflow-x:hidden;scroll-behavior:smooth}body{min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}a{color:var(--link-color);text-decoration:none;transition:all .3s ease}a:hover{color:var(--link-hover-color)}img{max-width:100%;height:auto}.text-white{color:var(--light-color)}.text-blue{color:var(--dark-color)}.cta-button{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-align:center;border-radius:50px;border:2px solid var(--primary-color);background-color:transparent;color:var(--dark-color);cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.cta-button.primary{background-color:var(--primary-color);color:var(--dark-color)}.cta-button.secondary{background-color:#fff3;border-color:var(--light-color);color:var(--light-color)}.light-bg .cta-button.secondary,.feature-section.light .cta-button.secondary,.card-footer .cta-button.secondary,section:not(.hero):not(.product-demo):not(.highlights) .cta-button.secondary{background-color:#000c;border-color:#000c;color:var(--light-color)}.light-bg .cta-button.secondary:hover,.feature-section.light .cta-button.secondary:hover,.card-footer .cta-button.secondary:hover,section:not(.hero):not(.product-demo):not(.highlights) .cta-button.secondary:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--dark-color)}.cta-section{background-color:var(--gray-color);padding:4rem 0;text-align:center}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}.floating{animation:float 6s ease-in-out infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0}.header-container{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;max-width:1400px;margin:0 auto}.header-brand{display:flex;align-items:center}.header-logo img{height:55px;transition:all .2s ease}.header-menu{display:flex;align-items:center}.header-end{display:flex;align-items:center;gap:1.5rem}.header-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:all .2s ease}.dropdown-toggle{background:none;border:none;cursor:pointer;font:inherit}.header-icon{width:24px;height:24px;margin-bottom:.25rem}.header.scrolled{background-image:linear-gradient(180deg,#fffffff2 90%,#fff0);padding:.5rem 0;box-shadow:0 1px 10px #0000000d}.language-switch{display:flex;align-items:center;gap:.45rem;margin-left:1.5rem;padding:.28rem .32rem .28rem .5rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background-color:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.language-switch__label{display:inline-flex;align-items:center;gap:.3rem;color:#ffffffeb;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.language-switch__label svg{width:13px;height:13px;fill:currentColor}.language-switch__options{display:inline-flex;align-items:center;gap:.18rem;padding:.16rem;border-radius:999px;background-color:#0000002e}.language-switch__option{display:inline-flex;align-items:center;gap:0;min-width:42px;padding:.42rem .58rem;border-radius:999px;color:#ffffffe0;font-weight:700;line-height:1;justify-content:center}.language-switch__option:hover{color:var(--light-color);background-color:#ffffff14}.language-switch__option.active{background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--dark-color);box-shadow:0 6px 14px #0000002e}.language-switch__code{font-size:.76rem;letter-spacing:.06em}.language-switch__name{display:none}.header.scrolled .language-switch{border-color:#00000014;background-color:#ffffffeb;box-shadow:0 8px 24px #00000014}.header.scrolled .language-switch__label{color:#0000009e}.header.scrolled .language-switch__options{background-color:#0000000f}.header.scrolled .language-switch__option{color:#000000b8}.navbar-burger{display:none;background:transparent;border:none;cursor:pointer;width:40px;height:40px;position:relative}.navbar-burger span{display:block;width:24px;height:2px;background-color:var(--light-color);position:absolute;left:8px;transition:all .3s ease}.navbar-burger span:nth-child(1){top:12px}.navbar-burger span:nth-child(2){top:19px}.navbar-burger span:nth-child(3){top:26px}.header.scrolled .navbar-burger span{background-color:var(--dark-color)}.navbar-burger.is-active span:nth-child(1){transform:rotate(45deg);top:19px}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:rotate(-45deg);top:19px}@media(max-width:1024px){.navbar-burger{display:block}.header-menu{position:absolute;top:100%;left:0;width:100%;background-color:var(--dark-color);padding:1rem 0;flex-direction:column;display:none}.header-menu.is-active{display:flex}.header-end{flex-direction:column;width:100%;gap:.5rem}.header.scrolled .header-menu .header-item span,.header .header-menu .header-item span{color:var(--light-color)!important}.header-item{padding:.5rem 0;width:100%;flex-direction:row;justify-content:center;gap:.5rem}.header-icon{margin-bottom:0}.language-switch{margin:1rem auto 0;width:min(320px,calc(100% - 2rem));justify-content:space-between;border-color:#ffffff2e;background-color:#ffffff14;padding:.35rem .4rem .35rem .9rem}.header.scrolled .header-menu .language-switch,.header .header-menu .language-switch{background-color:#ffffff14;border-color:#ffffff2e;box-shadow:none}.header.scrolled .header-menu .language-switch__label,.header .header-menu .language-switch__label,.header.scrolled .header-menu .language-switch__option,.header .header-menu .language-switch__option{color:var(--light-color)!important}.header.scrolled .header-menu .language-switch__options,.header .header-menu .language-switch__options{background-color:#ffffff14}.language-switch__options{flex:1;justify-content:space-between;padding:.2rem}.language-switch__option{flex:1;justify-content:center;gap:.4rem;min-width:0}.language-switch__name{display:inline;font-size:.82rem;font-weight:600;opacity:.92}.language-switch__label-text{display:inline}}@media(min-width:1025px){.language-switch__label-text{display:none}}.footer{background-image:url(/images/bgGradient.webp);background-size:cover;background-position:center;color:var(--light-color);padding:4rem 0 0}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding:0 2rem;max-width:1400px;margin:0 auto}.footer-main{display:flex;flex-wrap:wrap;gap:3rem;flex:1}.footer-logo{max-width:300px}.footer-logo img{max-height:55px;margin-bottom:2rem}.footer-links{display:flex;flex-wrap:wrap;gap:3rem}.footer-column h3{color:var(--primary-color);font-size:1rem;text-transform:uppercase;margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:var(--light-color);text-decoration:none;background:none;border:none;padding:0;font-size:1rem;cursor:pointer;transition:color .3s ease}.footer-column a:hover{color:var(--primary-color)}.footer-newsletter{max-width:400px}.footer-newsletter h3{margin-bottom:1.5rem}.newsletter-form .form-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.newsletter-form .input{padding:.75rem;border-radius:50px;border:none;background-color:#fff3;color:var(--light-color)}.newsletter-form .button{background-color:var(--primary-color);color:var(--dark-color);border:none;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form .button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.newsletter-form .checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.footer-bottom{background-color:#fff3;margin-top:4rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.powered-by{display:flex;align-items:center;gap:.5rem}.powered-by img{height:2.5rem}@media(max-width:768px){.footer-content{padding:0 1rem}.footer-main{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.home-page .hero{background-image:url(/images/bgGradient.webp);background-size:cover;background-position:center;padding:8rem 0 5rem;color:var(--light-color)}.home-page .hero-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,570px);align-items:start;gap:2.5rem}.home-page .hero-text{min-width:0;max-width:none}.home-page .hero-image{flex:1;min-width:300px;display:flex;justify-content:center}.home-page .hero-image img{max-width:100%;animation:float 6s ease-in-out infinite}.home-page .hero-tagline{font-weight:500;font-size:1rem;margin-bottom:1rem}.home-page .hero-tagline span{color:var(--primary-color)}.home-page .hero-title{font-size:3.7rem;margin-bottom:1.5rem;line-height:1.1}.home-page .hero-subtitle{font-size:1.1rem;max-width:600px;margin-bottom:2rem}.home-page .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:1100px){.home-page .hero-content{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.home-page .hero-text{flex:1 1 540px;min-width:320px;max-width:600px}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--dark-color)}.section-header p{font-size:1.2rem;max-width:700px;margin:0 auto;color:#666}.home-page .highlights{padding:5rem 0;background-image:var(--green-gradient),url(/images/bgGrid.svg);text-align:center}.home-page .highlight-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.home-page .highlight-item{background-color:#000000bf;color:var(--light-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow-sm);backdrop-filter:blur(5px);text-align:left}.home-page .highlight-item h3{margin-bottom:.8rem;color:var(--light-color)}.home-page .highlight-item p{margin-bottom:0;color:#ffffffd1}.home-page .pricing-preview{padding:5rem 0;background-color:var(--gray-color);text-align:center}.home-page .pricing-preview h2{font-size:2.5rem;margin-bottom:1rem}.home-page .pricing-preview p{font-size:1.2rem;max-width:600px;margin:0 auto 3rem}.home-page .pricing-preview-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.home-page .preview-card{background-color:var(--light-color);border-radius:10px;padding:2rem;max-width:300px;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;flex:1}.home-page .preview-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.home-page .preview-card.featured{transform:scale(1.05);box-shadow:var(--shadow-md)}.home-page .preview-card.featured:hover{transform:scale(1.05) translateY(-10px)}.home-page .preview-card h3{font-size:1.5rem;margin-bottom:.5rem}.home-page .preview-card .price-display{font-size:2rem;font-weight:700;margin-bottom:.25rem}.home-page .preview-card .user-limit{font-size:.9rem;color:#666;margin-bottom:1rem}.home-page .popular-tag{position:absolute;top:-15px;right:20px;background-color:var(--primary-color);color:var(--dark-color);font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:20px}@media(max-width:768px){.home-page .hero{padding:7rem 0 4rem}.home-page .hero-title{font-size:3rem}}.features-page{padding-top:80px}.features-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.features-hero h1{font-size:3rem;margin-bottom:1rem}.features-hero .eyebrow{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;opacity:.8}.features-hero p{font-size:1.1rem;max-width:700px;margin:0 auto}.modules-section{padding:5rem 0}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:3rem}.module-card{background-color:var(--light-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow-sm);transition:all .3s ease;border-top:3px solid transparent}.module-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-top-color:var(--primary-color)}.module-badge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:var(--primary-gradient);color:var(--dark-color);font-size:.8rem;font-weight:700;margin-bottom:1rem}.module-card h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--dark-color)}.module-card p{color:#666;margin-bottom:1.25rem;font-size:.95rem}.module-feature-list{list-style:none;padding:0;margin:0}.module-feature-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;color:var(--dark-color)}.module-feature-list li:before{content:"✓";color:var(--secondary-color);font-weight:700;flex-shrink:0;margin-top:.05rem}@media(max-width:768px){.modules-grid{grid-template-columns:1fr}}.pricing-page{padding-top:80px}.pricing-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.pricing-hero .eyebrow{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;opacity:.7}.pricing-title{font-size:3rem;margin-bottom:1rem}.pricing-subtitle{font-size:1.2rem;max-width:700px;margin:0 auto}.pricing-tiers{padding:5rem 0}.pricing-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding-top:1rem;align-items:flex-start}.pricing-card{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);overflow:visible;max-width:350px;flex:1;display:flex;flex-direction:column;align-self:flex-start;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.pricing-card.popular{box-shadow:var(--shadow-md);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.popular-tag{position:absolute;top:-15px;right:20px;background-color:var(--primary-color);color:var(--dark-color);font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;z-index:2}.card-header{padding:2rem;background-color:var(--gray-color);text-align:center;border-radius:10px 10px 0 0}.plan-name{font-size:1.8rem;margin-bottom:.5rem}.plan-user-limit{font-size:.9rem;color:#666;margin-bottom:1rem}.plan-price{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35rem;margin-bottom:.25rem}.price{font-size:2.5rem;font-weight:700}.period{font-size:.9rem;color:#666}.card-content{padding:2rem;flex:1}.feature-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;margin-bottom:1rem}.checkmark{color:var(--secondary-color);margin-right:.5rem;font-weight:700;flex-shrink:0}.card-footer{padding:2rem;text-align:center;background-color:var(--gray-color);border-radius:0 0 10px 10px;margin-top:auto}.pricing-notes{padding:2rem 0 1rem;text-align:center}.pricing-notes p{font-size:.9rem;color:#666;margin-bottom:.5rem}.pricing-comparison{padding:5rem 0;background-color:var(--gray-color)}.pricing-section-title{text-align:center;font-size:2.2rem;margin-bottom:2rem}.comparison-table-wrapper{overflow-x:auto;border-radius:10px;box-shadow:var(--shadow-sm)}.comparison-table{width:100%;border-collapse:collapse;background-color:var(--light-color)}.comparison-table th,.comparison-table td{padding:1rem 1.25rem;text-align:center;border-bottom:1px solid #eee}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table thead th{background-color:var(--dark-color);color:var(--light-color);font-size:1rem;position:sticky;top:0}.comparison-table thead th:first-child{text-align:left}.comparison-table .category-row td{background-color:var(--gray-color);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--dark-color);padding:.75rem 1.25rem}.comparison-table .category-row td:first-child{color:var(--link-color)}.comparison-table tr:last-child td{border-bottom:none}.check-icon{color:var(--secondary-color);font-weight:700;font-size:1.1rem}.cross-icon{color:#ccc;font-size:1.1rem}.pricing-faq{padding:5rem 0;text-align:center}.pricing-faq h2{font-size:2.5rem;margin-bottom:3rem}.faq-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background-color:var(--light-color);padding:2rem;border-radius:10px;text-align:left;box-shadow:var(--shadow-sm)}.faq-item h3{margin-bottom:1rem;font-size:1.2rem}@media(max-width:768px){.faq-items{grid-template-columns:1fr}}.about-page{padding-top:80px}.about-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.about-hero .eyebrow{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;opacity:.7}.about-title{font-size:3rem;margin-bottom:1.5rem}.about-subtitle{font-size:1.1rem;max-width:820px;margin:0 auto}.about-content{padding:5rem 0}.about-story-grid{display:flex;flex-wrap:wrap;gap:3rem;align-items:flex-start}.about-story-text{flex:1;min-width:300px}.about-story-text p{white-space:pre-wrap;line-height:1.8;color:#555}.about-values{padding:5rem 0;background-color:var(--gray-color)}.about-values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.about-value-card{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);padding:2rem;transition:all .3s ease}.about-value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.about-value-card h3{color:var(--link-color);margin-bottom:.75rem}.about-value-card p{color:#666;margin-bottom:0}.about-deployment{padding:5rem 0}.about-deployment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.about-deployment-card{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);padding:2rem;border-left:4px solid var(--primary-color)}.about-deployment-card h3{margin-bottom:.75rem}.about-deployment-card p{color:#666;margin-bottom:0}@media(max-width:768px){.about-story-grid{flex-direction:column}}.contact-page{padding-top:80px}.contact-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.contact-hero .eyebrow{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;opacity:.7}.contact-title{font-size:3rem;margin-bottom:1.5rem}.contact-subtitle{font-size:1.1rem;max-width:760px;margin:0 auto}.contact-content{padding:5rem 0}.contact-grid{display:flex;flex-wrap:wrap;gap:3rem}.contact-form-container{flex:2;min-width:300px}.contact-sidebar{flex:1;min-width:280px}.contact-form{background-color:var(--light-color);padding:2rem;border-radius:10px;box-shadow:var(--shadow-sm)}.contact-form h2{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-color)}.form-group textarea{min-height:150px;resize:vertical}.submit-button{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-weight:600;color:var(--dark-color);background-color:var(--primary-color);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact-info-card{background-color:var(--light-color);padding:2rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.contact-info-card h3{color:var(--link-color);margin-bottom:1rem}.contact-info-card a{display:block;color:var(--dark-color);margin-bottom:.5rem;font-size:.95rem}.contact-info-card a:hover{color:var(--link-color)}.contact-faq{margin-top:1.5rem}.contact-faq h3{margin-bottom:1rem}.contact-faq-item{background-color:var(--light-color);padding:1.25rem;border-radius:8px;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.contact-faq-item h4{font-size:1rem;margin-bottom:.5rem}.contact-faq-item p{font-size:.9rem;color:#666;margin-bottom:0}@media(max-width:768px){.contact-grid{flex-direction:column}}
