.header{border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;min-height:80px}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;color:var(--text-primary);transition:opacity .3s ease}.logo:hover{opacity:.8;color:var(--text-primary)}.logo-text{color:var(--text-primary)}.logo-accent{color:var(--primary-color);background-color:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:.375rem;margin-left:.25rem}:root{--nav-gap: 1.75rem}.nav-desktop{margin-left:auto;display:flex;align-items:center;gap:var(--nav-gap)}.nav-link{font-weight:500;color:var(--text-secondary);text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:var(--primary-color);border-radius:1px;opacity:0;transition:opacity .3s ease}.nav-link:hover:after,.nav-link.active:after{opacity:1}.nav-desktop:hover .nav-link.active:after{opacity:0}.nav-desktop:hover .nav-link:hover:after,.nav-desktop:hover .nav-dropdown:hover .dropdown-main-link:after,.nav-desktop:hover .nav-dropdown:focus-within .dropdown-main-link:after,.nav-desktop:hover .nav-dropdown.open .dropdown-main-link:after{opacity:1}.nav-dropdown{position:relative}.dropdown-main-link{display:inline-block}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:var(--shadow-large);min-width:160px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s ease;z-index:1000}.nav-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;border-left:3px solid transparent}.dropdown-item:hover{color:var(--primary-color);background-color:var(--background-secondary);border-left-color:var(--primary-color)}.header-cta{margin-left:var(--nav-gap)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background-color:var(--text-primary);border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger span:nth-child(1){margin-bottom:6px}.hamburger span:nth-child(2){margin-bottom:6px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-mobile{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-large);padding:1rem 0;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease}.nav-mobile.active{display:flex;transform:translateY(0);opacity:1;visibility:visible}.nav-link-mobile{display:block;padding:1rem 1.5rem;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;border-left:3px solid transparent}.nav-link-mobile:hover,.nav-link-mobile.active{color:var(--primary-color);background-color:var(--background-secondary);border-left-color:var(--primary-color)}.mobile-cta{margin:1rem 1.5rem .5rem;width:calc(100% - 3rem)}.mobile-dropdown{border-left:3px solid transparent}.dropdown-header{display:block;padding:1rem 1.5rem .5rem;color:var(--text-primary);font-weight:600;border-left:3px solid transparent;text-decoration:none;transition:all .3s ease}.dropdown-header:hover,.dropdown-header.active{color:var(--primary-color);background-color:var(--background-secondary);border-left-color:var(--primary-color)}.dropdown-item-mobile{display:block;padding:.75rem 1.5rem .75rem 2.5rem;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;border-left:3px solid transparent;font-size:.9rem}.dropdown-item-mobile:hover{color:var(--primary-color);background-color:var(--background-secondary);border-left-color:var(--primary-color)}@media(max-width:768px){.nav-desktop,.header-cta{display:none}.mobile-menu-btn{display:block}.header-content{padding:.75rem 0;min-height:70px}.logo{font-size:1.25rem}}@media(max-width:480px){.header-content{min-height:60px}.logo{font-size:1.125rem}.nav-link-mobile{padding:.875rem 1rem}.mobile-cta{margin:1rem 1rem .5rem;width:calc(100% - 2rem)}}.footer{background-color:var(--background-dark);color:#fff;padding:4rem 0 0;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-content>.footer-section:nth-child(2),.footer-content>.footer-section:nth-child(3){justify-self:end;text-align:left;width:max-content}.footer-section h4.footer-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;color:#fff;margin-bottom:1rem}.footer-logo:hover{color:#fff;opacity:.8}.footer-logo .logo-text{color:#fff}.footer-logo .logo-accent{color:#fff;background-color:var(--primary-color);padding:.25rem .5rem;border-radius:.375rem;margin-left:.25rem}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:2rem;font-size:1rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:.5rem;color:#9ca3af;transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-link:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{margin:0;font-size:.95rem;display:flex;align-items:baseline;gap:.5rem}.contact-label{color:#9ca3af;margin:0;font-size:.875rem}.contact-link{color:#fff;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.copyright{color:#9ca3af;margin:0;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-bottom-link:hover{color:#fff}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:768px){.footer{padding:3rem 0 0}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-content>.footer-section:nth-child(2),.footer-content>.footer-section:nth-child(3){justify-self:stretch;text-align:left}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1.5rem}}@media(max-width:480px){.footer{padding:2rem 0 0}.footer-content{gap:1.5rem}.footer-logo{font-size:1.25rem}.social-links{gap:.75rem}.social-link{width:36px;height:36px}.footer-bottom-links{flex-direction:column;gap:1rem}}.hero{background:linear-gradient(135deg,var(--background-primary) 0%,var(--background-secondary) 100%);padding:6rem 0 4rem;min-height:80vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:800;line-height:1.18;margin-bottom:1.25rem;color:var(--text-primary)}.hero-title-accent{color:var(--primary-color);display:inline}.hero-subtitle{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.btn-large{padding:1rem 2rem;font-size:1.125rem;min-height:56px}.hero-stats{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-top:1px solid var(--border-color)}.stat{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:var(--primary-color);line-height:1}.stat-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.stat-divider{width:1px;height:40px;background-color:var(--border-color)}.stat-text{flex:1;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-image-placeholder{width:100%;max-width:500px;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:var(--shadow-large)}.section-description{font-size:1.125rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.7}.benefits{background-color:var(--background-secondary)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{text-align:center;padding:2.5rem 2rem}.benefit-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.benefit-description{color:var(--text-secondary);line-height:1.6;margin:0}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.use-case-card{padding:2rem;display:flex;flex-direction:column;height:100%;min-height:400px}.use-case-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.use-case-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.use-case-outcome{padding:1rem;background-color:var(--background-secondary);border-radius:.5rem;border-left:4px solid var(--accent-color);font-size:.95rem;line-height:1.5;color:var(--text-primary);margin-top:auto}.partnership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.partnership-card{padding:2rem}.partnership-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.partnership-description{color:var(--text-secondary);line-height:1.6;margin:0}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-image{order:-1}.hero-image-placeholder{max-width:400px;height:300px}}@media(max-width:768px){.hero{padding:4rem 0 3rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-cta{flex-direction:column;align-items:center}.hero-stats{flex-direction:column;gap:1rem;text-align:center}.stat-divider{width:100%;height:1px}.section-title{font-size:2rem}.benefits-grid,.use-cases-grid,.partnership-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}}@media(max-width:480px){.hero{padding:3rem 0 2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.hero-image-placeholder{max-width:300px;height:250px}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.benefit-card,.use-case-card,.partnership-card{padding:1.5rem}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}}.hero-photo{width:100%;height:100%;object-fit:contain;border-radius:0;box-shadow:0 2px 8px #00000014;display:block;position:static}.about-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:6rem 0 4rem;text-align:center}.about-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.about-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.mission-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission-description p{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.mission-description p:last-child{margin-bottom:0}.mission-image{display:flex;justify-content:center;align-items:center}.mission-image-placeholder{width:100%;max-width:400px;height:300px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:var(--shadow-large)}.mission-image-placeholder img.mission-img{width:100%;height:100%;object-fit:cover;display:block}.values{background-color:var(--background-secondary)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{text-align:center;padding:2.5rem 2rem}.value-icon{width:80px;height:80px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.value-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.value-description{color:var(--text-secondary);line-height:1.6;margin:0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.team-card{padding:2.5rem;text-align:center}.team-image{margin-bottom:2rem}.team-photo{width:150px;height:150px;border-radius:50%;margin:0 auto;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium)}.photo-placeholder{color:#fffc}.team-name{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.team-role{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.team-bio{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.linkedin-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.linkedin-link:hover{color:var(--primary-light)}.approach{background-color:var(--background-secondary)}.approach-steps{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.step{display:flex;gap:2rem;align-items:flex-start}.step-number{flex-shrink:0;width:60px;height:60px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.step-content{flex:1}.step-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.step-description{color:var(--text-secondary);line-height:1.6;margin:0;font-size:1.125rem}.about-cta{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff}.about-cta .cta-content{max-width:600px;margin:0 auto}.about-cta .cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.about-cta .cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}@media(max-width:1024px){.mission-content{grid-template-columns:1fr;gap:3rem}.mission-image{order:-1}.team-grid{grid-template-columns:1fr}}@media(max-width:768px){.about-hero{padding:4rem 0 3rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.mission-image-placeholder{max-width:300px;height:250px}.values-grid,.team-grid{grid-template-columns:1fr}.step{flex-direction:column;gap:1rem;text-align:center}.step-number{margin:0 auto}.about-cta .cta-title{font-size:2rem}}@media(max-width:480px){.about-hero{padding:3rem 0 2rem}.about-title{font-size:2rem}.about-subtitle,.mission-description p{font-size:1rem}.mission-image-placeholder{max-width:280px;height:200px}.value-card,.team-card{padding:2rem 1.5rem}.team-photo{width:120px;height:120px}.team-name,.step-title{font-size:1.25rem}.step-description{font-size:1rem}.about-cta .cta-title{font-size:1.75rem}.about-cta .cta-description{font-size:1rem}}.team-image{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.team-photo{width:200px;height:200px;object-fit:cover;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000014}.contact-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:6rem 0 4rem;text-align:center}.contact-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.contact-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-info-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem}.contact-icon{flex-shrink:0;width:48px;height:48px;background-color:var(--primary-color);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.contact-detail-content{flex:1}.contact-detail-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.contact-detail-text{color:var(--text-secondary);margin:0}.consultation-note{display:flex;gap:1rem;padding:1.5rem;background-color:var(--background-secondary);border-radius:.75rem;border-left:4px solid var(--accent-color)}.note-icon{flex-shrink:0;color:var(--accent-color)}.note-text{color:var(--text-secondary);line-height:1.6;margin:0;font-size:.95rem}.note-text strong{color:var(--text-primary)}.contact-form-container{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-large);border:1px solid var(--border-color)}.contact-form{display:flex;flex-direction:column}.form-submit{width:100%;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-submit.loading{opacity:.8;cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-note{margin-top:1rem;font-size:.875rem;color:var(--text-light);text-align:center;line-height:1.5}.message{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.message svg{flex-shrink:0}.faq-section{background-color:var(--background-secondary)}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease;background:#fff}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem;max-height:500px}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-container{order:-1}}@media(max-width:768px){.contact-hero{padding:4rem 0 3rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.125rem}.contact-info-title{font-size:1.75rem}.contact-info-description{font-size:1rem}.contact-form-container{padding:2rem}.consultation-note{flex-direction:column;gap:.75rem}.faq-grid{grid-template-columns:1fr}}@media(max-width:480px){.contact-hero{padding:3rem 0 2rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-content{gap:2rem}.contact-info-title{font-size:1.5rem}.contact-form-container{padding:1.5rem}.contact-details{gap:1.25rem}.contact-detail{gap:.75rem}.contact-icon{width:40px;height:40px}.consultation-note{padding:1.25rem}.faq-item{padding:1.5rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}}.products-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:6rem 0 4rem;text-align:center}.products-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#fff}.products-subtitle{max-width:760px;margin:.5rem auto 0;font-size:1.25rem;color:#ffffffe6;line-height:1.6}.products-list{padding-top:2rem}.products-nav{background:var(--background-primary);border-bottom:1px solid var(--border-color);position:sticky;top:80px;z-index:500}.products-nav-scroll{overflow-x:auto}.products-nav-list{display:flex;gap:1.5rem;list-style:none;padding:.75rem 0;margin:0;font-size:.95rem;font-weight:500}.products-nav-list a{color:var(--text-secondary);text-decoration:none;padding:.25rem 0;position:relative;white-space:nowrap;transition:color .25s ease}.products-nav-list a:hover,.products-nav-list a:focus{color:var(--primary-color)}.products-nav-list a.active:after,.products-nav-list a:focus:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--primary-color);border-radius:1px}.products-grid{display:flex;flex-direction:column;gap:4rem}.product-row{display:grid;gap:3rem;align-items:center;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media(min-width:960px){.product-row{grid-template-columns:minmax(420px,1.3fr) minmax(320px,1fr)}.product-row.reverse{grid-template-columns:minmax(320px,1fr) minmax(420px,1.3fr)}}.product-row.reverse .product-image-wrapper{order:2}.product-row.reverse .product-info{order:1}.product-image-wrapper{width:100%}.product-image-card{background:#fff;border-radius:1.25rem;box-shadow:var(--shadow-light);border:1px solid var(--border-color);overflow:hidden}.image-slider{position:relative;width:100%}.image-slider-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.75rem;padding-bottom:.5rem}.image-slider-track::-webkit-scrollbar{height:8px}.image-slider-track::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.slide{--slider-height: 380px;flex:0 0 100%;scroll-snap-align:start;position:relative;border-radius:1.25rem;overflow:hidden;background:#fff;box-shadow:var(--shadow-light);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;height:var(--slider-height)}.slide img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}.image-slider-track .slide:first-child img{object-fit:contain;transform:scale(1);transition:transform .6s ease}.image-slider-track .slide:first-child img:hover{transform:scale(1.05)}.image-slider-track .slide:nth-child(2) img{object-fit:cover;transform:scale(1.1);transition:transform .6s ease}.image-slider-track .slide:nth-child(2) img:hover{transform:scale(1.15)}.product-row:nth-child(2) .image-slider-track .slide:first-child img{object-fit:contain;transform:scale(1)}.product-row:nth-child(2) .image-slider-track .slide:first-child img:hover{transform:scale(1.05)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--border-color);background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--text-primary);box-shadow:0 4px 10px #00000014;transition:background .3s ease,transform .3s ease;z-index:2}.slider-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}.slider-arrow:focus{outline:2px solid var(--primary-color);outline-offset:2px}.slider-arrow.disabled{opacity:.35;cursor:not-allowed;pointer-events:none}@media(min-width:900px){.slide{flex:0 0 100%}}@media(max-width:700px){.slide{--slider-height: 260px}}.product-info{max-width:560px}.product-name{font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.product-name-link{text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer;display:inline-block;position:relative;border-radius:.5rem;padding:.25rem .5rem;margin:-.25rem -.5rem}.product-name-link:hover{color:var(--primary-color);background-color:#2d5a4f0d;transform:translateY(-1px)}.product-name-link:hover .product-name{color:var(--primary-color)}.product-name-link:after{content:"";position:absolute;bottom:.25rem;left:.5rem;right:.5rem;height:2px;background:var(--primary-color);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-name-link:hover:after{transform:scaleX(1)}.product-description{font-size:1.05rem;line-height:1.7;color:var(--text-secondary)}.products-cta .cta-card{padding:3rem 2rem}@media(max-width:768px){.products-grid{gap:3rem}.product-row{gap:2rem}.product-name{font-size:1.75rem}}.chatbot-page{min-height:100vh}.chatbot-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.hero-text{max-width:600px}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}.hero-subtitle{font-size:1.25rem;line-height:1.5;color:var(--text-secondary);margin-bottom:2rem;text-align:left;max-width:100%}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.chat-demo-container{display:flex;justify-content:center;align-items:center;padding:2rem;position:relative}.social-widget{position:absolute;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;z-index:10}.social-widget:hover{transform:translateY(-2px)}.whatsapp-widget{bottom:280px;right:-15px;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 6px 20px #25d3664d}.whatsapp-widget:hover{box-shadow:0 8px 25px #25d36666}.facebook-widget{bottom:210px;right:-15px;background:linear-gradient(135deg,#1877f2,#166fe5);box-shadow:0 6px 20px #1877f24d}.facebook-widget:hover{box-shadow:0 8px 25px #1877f266}.instagram-widget{bottom:140px;right:-15px;background:linear-gradient(135deg,#e4405f,#c13584,#833ab4);box-shadow:0 6px 20px #e4405f4d}.instagram-widget:hover{box-shadow:0 8px 25px #e4405f66}.chat-widget{position:absolute;bottom:70px;right:-15px;width:48px;height:48px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px #2d5a4f4d;transition:all .3s ease;color:#fff;z-index:10}.chat-widget:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2d5a4f66}.widget-icon{display:flex;align-items:center;justify-content:center}.notification-badge{position:absolute;top:-3px;right:-3px;width:22px;height:22px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid white;box-shadow:0 2px 6px #dc26264d}.chat-window{width:100%;max-width:400px;background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #0000001a}.chat-header{background:var(--primary-color);color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-icon{font-size:1.25rem}.chat-title h4{margin:0;font-size:1rem;font-weight:600}.status{font-size:.875rem;opacity:.9}.status.online:before{content:"●";color:#4ade80;margin-right:.25rem}.chat-messages{padding:1.5rem;min-height:300px;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.message{display:flex;align-items:flex-end;gap:.5rem;animation:messageSlideIn .5s ease-out}.message.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.user-avatar{background:#f3f4f6;font-size:1rem}.message-bubble{max-width:80%;padding:.75rem 1rem;border-radius:1.25rem;font-size:.95rem;line-height:1.4;word-wrap:break-word}.message.bot .message-bubble{background:var(--primary-color);color:#fff;border-bottom-left-radius:.5rem}.message.human .message-bubble{background:#3b82f6;color:#fff;border-bottom-left-radius:.5rem}.message.user .message-bubble{background:#f3f4f6;color:var(--text-primary);border-bottom-right-radius:.5rem}.message.system{justify-content:center;margin:1rem 0}.system-message{background:#fef3c7;color:#92400e;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-style:italic;text-align:center;border:1px solid #fbbf24}.message-bubble.typing{background:var(--primary-color);color:#fff;padding:1rem}.typing-indicator{display:flex;gap:.25rem;align-items:center}.typing-indicator span{width:6px;height:6px;background:#ffffffb3;border-radius:50%;animation:typingDot 1.4s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingDot{0%,60%,to{transform:scale(.8);opacity:.5}30%{transform:scale(1);opacity:1}}.features-section{background:#fff}.section-header{margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid var(--border-color);text-align:center;transition:all .3s ease;box-shadow:var(--shadow-light)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-large);border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}.benefits-section{background:var(--background-secondary)}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.benefit-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.benefit-number{font-size:2.5rem;font-weight:800;color:var(--primary-color);line-height:1;min-width:80px}.benefit-info h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.benefit-info p{color:var(--text-secondary);line-height:1.6}.stats-card{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:var(--shadow-large);display:grid;gap:2rem}.stat{text-align:center;padding:1rem;border-radius:.75rem;background:var(--background-secondary)}.stat-number{font-size:2rem;font-weight:800;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.use-cases-section{background:#fff}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid var(--border-color);text-align:center;transition:all .3s ease;box-shadow:var(--shadow-light)}.use-case-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-large);border-color:var(--primary-color)}.use-case-icon{font-size:3rem;margin-bottom:1rem;display:block}.use-case-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.use-case-card p{color:var(--text-secondary);line-height:1.6}.faq-section{background:var(--background-secondary)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--border-color);border-radius:.5rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-medium)}.faq-question{width:100%;padding:.375rem 1rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:var(--background-secondary)}.faq-icon{font-size:1.5rem;font-weight:300;color:var(--text-secondary);transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1rem;max-height:0;overflow:hidden;transition:all .3s ease;background:#fff}.faq-item.active .faq-answer{padding:0 1rem 1.5rem;max-height:500px}.faq-answer p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.6}.faq-answer p:last-child{margin-bottom:0}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.125rem;margin-bottom:2rem;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 2rem;font-size:1.125rem}@media(max-width:768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-cta{justify-content:center}.chat-demo-container{padding:1rem}.benefits-content{grid-template-columns:1fr;gap:2rem}.benefit-item{text-align:center;flex-direction:column;gap:1rem}.features-grid,.use-cases-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}@media(max-width:480px){.hero-title{font-size:2rem}.chat-messages{min-height:250px;padding:1rem}.message-bubble{max-width:90%;font-size:.875rem}}:root{--primary-color: #2d5a4f;--primary-light: #3d6b5f;--primary-dark: #1d4a3f;--accent-color: #4ade80;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--background-primary: #ffffff;--background-secondary: #f9fafb;--background-dark: #111827;--border-color: #e5e7eb;--shadow-light: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text-primary)}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:600}h6{font-size:1.125rem;font-weight:600}p{margin-bottom:1rem;color:var(--text-secondary);font-size:1.125rem;line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-light)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:48px}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-medium)}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-large);color:#fff}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.btn-accent{background-color:var(--accent-color);color:var(--text-primary)}.btn-accent:hover{background-color:#22c55e;transform:translateY(-2px);color:var(--text-primary)}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow-light);transition:all .3s ease;border:1px solid var(--border-color)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-large)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;background-color:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2d5a4f1a}.form-textarea{resize:vertical;min-height:120px}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{flex-direction:column}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent-color)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}@media(max-width:768px){html{font-size:14px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.container{padding:0 1rem}.section{padding:3rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{width:100%;justify-content:center}}@media(max-width:480px){.container{padding:0 .75rem}h1{font-size:2rem}h2{font-size:1.75rem}}.fade-in{opacity:0;animation:fadeIn .6s ease forwards}.slide-up{transform:translateY(30px);opacity:0;animation:slideUp .6s ease forwards}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-4px)}.loading{opacity:.6;pointer-events:none}.message{padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500}.message-success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.message-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.main-content>*{flex:1}
