.page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.flip-horizontal{transform:scaleX(-1)}.shape-mask-top-bar{clip-path:polygon(0% 100%,0% 0%,100% 0%,100% 60%,calc(100% - 200px) 60%,calc(100% - 300px) 60%,calc(0% + 300px) 60%,calc(0% + 200px) 100%);background:transparent}.shape-mask-bottom-image-1{clip-path:polygon(0% 100%,0% 0%,calc(0% + 200px) 0%,calc(0% + 300px) 40%,calc(100% - 300px) 40%,calc(100% - 200px) 0%,100% 0%,100% 100%);background:transparent}.shape-mask-bottom-image-2{clip-path:polygon(50% 100%,70% 50%,100% 50%,100% 100%);background:transparent}.shape-mask-top-image-2{clip-path:polygon(50% 0%,70% 50%,100% 50%,100% 0%);background:transparent}.divider-bottom{position:absolute;bottom:-5px;left:0;width:100%;height:80px;background:#fff;z-index:100}.divider-top{position:absolute;top:-5px;left:0;width:100%;height:80px;background:#fff;z-index:100}@media(max-width:640px){.shape-mask-top-bar,.shape-mask-bottom-image-1,.shape-mask-bottom-image-2{clip-path:none}}.top-bar{background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000!important}.bar-content{width:100%;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand-logo{height:2.5em;width:auto;display:block}.links{display:flex;gap:1rem;font-size:.95rem;align-items:center}.links a{color:var(--color-muted);transition:color .18s ease}.links a:hover,.links a:focus-visible{color:var(--color-foreground)}.language-switcher{display:flex;gap:8px;align-items:center}.language-flag{background:none;border:2px solid transparent;border-radius:4px;cursor:pointer;padding:4px 6px;transition:all .2s ease;opacity:.6;display:flex;align-items:center;justify-content:center;line-height:0}.language-flag svg{display:block;width:28px;height:auto;border-radius:2px;box-shadow:0 1px 3px #0000001a}.language-flag:hover{opacity:1;transform:scale(1.1);border-color:#0000001a}.language-flag.active{opacity:1;border-color:#0003;background:#0000000d}.hero{position:relative;width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;margin-bottom:0;overflow:hidden}.hero-background-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#8a2be2cc,#3b82f6cc);z-index:1;pointer-events:none}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.hero-bg-image.active{opacity:1;z-index:1}.hero-overlay{max-width:1200px;width:100%;text-align:center;position:relative;z-index:2}.hero-indicators{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:12px}.hero-indicator-dots{display:flex;gap:10px;align-items:center}.hero-indicator-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.8)}.hero-indicator-dot:hover{background:#ffffffb3;transform:scale(1.2)}.hero-indicator-dot.active{background:#fff;width:12px;height:12px;box-shadow:0 0 10px #fffc}.hero-progress-bar{width:200px;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.hero-progress-fill{height:100%;background:#ffffffe6;transition:width .05s linear;box-shadow:0 0 5px #ffffff80}.hero-title{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.3)}.wave-divider{position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent 0%,white 100%);clip-path:ellipse(100% 100% at 50% 100%)}.wave-divider-top{position:absolute;top:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,white 0%,transparent 100%);clip-path:ellipse(100% 100% at 50% 0%)}.intro-section{max-width:1200px;width:100%;margin:4rem auto;padding:0 2rem;text-align:center}.intro-text{font-size:1.25rem;line-height:1.8;color:#1e293b;margin:0}.products-section{max-width:1200px;width:100%;margin:4rem auto;padding:0 2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.product-card-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#8a2be299,#3b82f699)}.product-card-image img{width:100%;height:100%;object-fit:cover;opacity:.7}.product-card h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:1rem 1rem .5rem;line-height:1.4}.product-card p{font-size:.95rem;color:#64748b;margin:0 1rem 1.5rem;line-height:1.6}.detail-section{width:100%;margin:4rem 0}.detail-hero{position:relative;width:100%;height:300px;background-size:cover;background-position:center;margin-bottom:0}.detail-content{max-width:1200px;width:100%;margin:0 auto;padding:4rem 2rem;background:#fff}.detail-icon{font-size:3rem;text-align:center;margin-bottom:1rem}.detail-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e293b;text-align:center;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:2px}.detail-subtitle{font-size:1.25rem;color:#64748b;text-align:center;margin:0 0 2rem;font-weight:700}.detail-text{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:#334155}.detail-text p{margin-bottom:1.5rem}.detail-text ul{list-style:none;padding:0}.detail-text ul li{padding:.75rem 0 .75rem 2rem;position:relative}.detail-text ul li:before{content:"✓";position:absolute;left:0;color:#8b5cf6;font-weight:700;font-size:1.2rem}.industries-section{max-width:1200px;width:100%;margin:4rem auto;padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#8a2be20d,#3b82f60d)}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#1e293b;margin:0 0 2rem}.industries-text{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:3rem}.industries-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:2rem}.logo-placeholder{height:100px;background:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center}.about-section{max-width:1200px;width:100%;margin:4rem auto;padding:4rem 2rem}.about-content{max-width:800px;margin:0 auto}.about-content p{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:1.5rem}.why-section{max-width:1200px;width:100%;margin:4rem auto;padding:4rem 2rem;background:linear-gradient(135deg,#8a2be20d,#3b82f60d)}.why-content{max-width:800px;margin:0 auto}.why-content ul{list-style:none;padding:0}.why-content ul li{font-size:1.1rem;line-height:1.8;color:#334155;padding:1rem 0 1rem 2rem;position:relative}.why-content ul li:before{content:"→";position:absolute;left:0;color:#8b5cf6;font-weight:700;font-size:1.2rem}.clients-section{max-width:1200px;width:100%;margin:4rem auto;padding:4rem 2rem;text-align:center}.clients-text{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:3rem}.clients-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:2rem;align-items:center}.client-logo{width:100%;height:auto;max-height:100px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease,transform .3s ease}.client-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.faq-section{max-width:1200px;width:100%;margin:4rem auto;padding:4rem 2rem;background:linear-gradient(135deg,#8a2be20d,#3b82f60d)}.faq-content{max-width:900px;margin:0 auto}.faq-item{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.faq-item h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.faq-item p{font-size:1rem;line-height:1.7;color:#64748b;margin:0}.contact-section{max-width:1200px;width:100%;margin:4rem auto;padding:4rem 2rem;text-align:center}.contact-text{font-size:1.1rem;line-height:1.8;color:#334155;max-width:700px;margin:0 auto 2rem}.contact-cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;margin-top:1rem}.contact-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea)}.contact-cta-button:active{transform:translateY(0)}.footer{background:#1e293b;color:#fff;padding:3rem 2rem;margin-top:4rem}.footer-content{max-width:1200px;width:100%;margin:0 auto}.footer-copyright{text-align:center;font-size:.9rem;color:#ffffffb3;margin-bottom:2rem}.footer-contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-contact h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff}.footer-contact p{font-size:.95rem;line-height:1.6;color:#fffc;margin:.5rem 0}.footer-social{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.footer-social a{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-social a:hover{color:#fff;text-decoration:underline}@media(max-width:768px){.bar-content{padding:1rem 1.5rem}.hero{min-height:50vh;padding:3rem 1.5rem}.intro-section,.products-section,.detail-content,.industries-section,.about-section,.why-section,.clients-section,.faq-section,.contact-section{padding-left:1.5rem;padding-right:1.5rem}.products-grid{grid-template-columns:1fr}.detail-hero{height:200px}.footer-contacts{grid-template-columns:1fr}}.floating-home-btn{position:fixed;bottom:100px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 4px 15px #4f46e54d;z-index:1000;transition:all .3s ease;text-decoration:none;cursor:pointer;border:none;padding:0}.floating-home-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #4f46e566;background:linear-gradient(135deg,#7c3aed,#4f46e5)}.floating-home-btn:active{transform:scale(.95)}.floating-contact-btn{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 4px 15px #0000004d;z-index:1000;transition:all .3s ease;text-decoration:none;cursor:pointer;border:none;padding:0}.floating-contact-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006;background:linear-gradient(135deg,#764ba2,#667eea)}.floating-contact-btn:active{transform:scale(.95)}@media(max-width:768px){.floating-home-btn{width:50px;height:50px;bottom:80px;right:20px;font-size:20px}.floating-contact-btn{width:50px;height:50px;bottom:20px;right:20px;font-size:20px}}.contact-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:40px 30px 30px;animation:slideUp .3s ease;box-shadow:0 10px 40px #0000004d}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:24px;color:#666;cursor:pointer;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.contact-modal-close:hover{background:#f0f0f0;color:#333}.contact-modal-title{font-size:28px;font-weight:600;margin-bottom:25px;color:#333;text-align:center}.contact-modal-content .pipedriveWebForms{width:100%}@media(max-width:768px){.contact-modal-content{padding:30px 20px 20px;max-height:95vh}.contact-modal-title{font-size:24px;margin-bottom:20px}.contact-modal-close{top:10px;right:10px;width:30px;height:30px;font-size:20px}}:root{font-family:Inter,SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;--color-primary: #4f46e5;--color-foreground: #0f172a;--color-muted: #475569;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#eef2ff,#f8fafc 55%)}a{text-decoration:none}img,svg{max-width:100%;display:block}button{font-family:inherit}
