body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fff,#f8fcff 50%,#f0f9ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{text-align:center}.contact-page,.home-page{display:flex;flex-direction:column;min-height:100vh}.contact-page .contact{align-items:center;display:flex;flex:1 1;min-height:calc(100vh - 200px)}.contact-page .contact-form{margin:0 auto;max-width:800px}@media (max-width:768px){.contact-page .contact{min-height:calc(100vh - 150px);padding:2rem 0}}.header{background:#0000;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:100}.header-container{align-items:center;border-radius:20px;display:flex;justify-content:space-between;margin:1rem auto 0;max-width:1200px;padding:.75rem 2rem;transition:background-color .2s ease,box-shadow .2s ease}.header-container,.header.scrolled .header-container{background:#fff;box-shadow:0 4px 20px #0000001a}.logo{align-items:center;display:flex}.logo-image{height:40px;object-fit:contain;width:auto}.navigation{display:flex;flex:1 1;justify-content:center}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links li a{color:#333;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-links li a:hover{color:#01b88e}.cta-button{background:#01b88e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease}.cta-button:hover{background:#019d7a}.header-cta{font-size:.9rem}.header-actions{align-items:center;display:flex;gap:.75rem}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem;margin:1rem 1rem 0;padding:1rem 1.5rem}.nav-links{gap:1rem}}.language-switch{align-items:center;background:#f4f7fb;border:1px solid #e5eaf1;border-radius:999px;color:#1f2937;cursor:pointer;display:inline-flex;gap:.375rem;padding:.4rem .65rem;transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.language-switch:hover{background:#eef3f9;border-color:#d8e2ee;box-shadow:0 2px 8px #1f293714}.language-switch:active{background:#e6edf6}.language-switch-icon{color:#6b7280}.language-switch-label{font-size:.8rem;font-weight:600}.hero{align-items:center;background:linear-gradient(135deg,#fff,#f8fcff 50%,#f0f9ff);display:flex;min-height:90vh;overflow:hidden;padding:6.5rem 0 6rem;position:relative}.hero-patterns{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.aurora{animation:drift 40s ease-in-out infinite;filter:blur(40px);height:60%;mix-blend-mode:multiply;opacity:.12;position:absolute;transform:rotate(8deg);width:60%}.aurora-1{background:radial-gradient(circle at 30% 30%,#01b88e80,#0000 60%),radial-gradient(circle at 70% 60%,#00a07766,#0000 60%);left:-10%;top:-10%}.aurora-2{animation-delay:10s;background:radial-gradient(circle at 30% 70%,#01b88e66,#0000 60%),radial-gradient(circle at 70% 30%,#00a07759,#0000 60%);bottom:-10%;right:-10%}@keyframes drift{0%,to{transform:translateZ(0) rotate(8deg)}50%{transform:translate3d(10px,-6px,0) rotate(12deg)}}.bubbles{inset:0;z-index:1}.bubble,.bubbles{position:absolute}.bubble{animation:bubbleFloat 14s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#01b88e2e,#01b88e0d);border-radius:50%;box-shadow:0 8px 30px #01b88e14}.bubble-1{animation-delay:0s;height:140px;left:3%;top:8%;width:140px}.bubble-1,.bubble-2{animation-duration:12s}.bubble-2{animation-delay:2s;height:80px;right:15%;top:60%;width:80px}.bubble-3{animation-delay:4s;animation-duration:13s;bottom:15%;height:60px;left:25%;width:60px}.bubble-4{animation-delay:6s;animation-duration:12s;height:100px;right:5%;top:25%;width:100px}.bubble-5{animation-delay:8s;animation-duration:14s;height:60px;left:40%;top:35%;width:60px}.bubble-6{animation-delay:10s;animation-duration:13s;bottom:28%;height:90px;left:60%;width:90px}.bubble-7{animation-delay:12s;animation-duration:12s;height:50px;left:75%;top:18%;width:50px}.bubble-8{animation-delay:14s;animation-duration:14s;bottom:10%;height:80px;left:8%;width:80px}@keyframes bubbleFloat{0%,to{opacity:.8;transform:translateZ(0) scale(1)}25%{transform:translate3d(10px,-12px,0) scale(1.03)}50%{opacity:.7;transform:translate3d(-8px,10px,0) scale(.98)}75%{transform:translate3d(6px,-6px,0) scale(1.02)}}.floating-shapes{bottom:0;left:0;position:absolute;right:0;top:0}.shape{animation:float 10s ease-in-out infinite;background:linear-gradient(135deg,#01b88e1a,#01b88e0d);border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:5%;top:15%;width:80px}.shape-2{animation-delay:2s;height:120px;right:8%;top:25%;width:120px}.shape-3{animation-delay:4s;bottom:30%;height:60px;left:15%;width:60px}.shape-4{animation-delay:6s;bottom:20%;height:100px;right:20%;width:100px}.headline-halo{background:radial-gradient(60% 60% at 40% 50%,#01b88e2e,#0000 60%);filter:blur(24px);height:220px;left:0;position:absolute;right:40%;top:120px;z-index:1}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.hero-layout{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:80vh}.hero-content{display:flex;flex-direction:column;gap:2rem;max-width:800px}.hero-badge{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#01b88e1a;border:1px solid #01b88e33;border-radius:50px;display:inline-flex;gap:.75rem;padding:.75rem 1.5rem;width:-webkit-fit-content;width:fit-content}.badge-icon{font-size:1.2rem}.badge-text{color:#01b88e;font-size:.9rem;font-weight:600;letter-spacing:.5px}.hero-headline{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;line-height:1.1;max-width:750px}.hero-title-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-weight:800}.hero-title-main,.hero-title-sub{font-size:3.5rem;white-space:nowrap}.hero-title-sub{color:#01b88e;font-weight:700}.hero-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#01b88e,#00a077);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800}.hero-subheadline{color:#666;font-size:1.25rem;font-weight:400;line-height:1.7;max-width:500px;text-align:left}.hero-actions{display:flex;gap:1rem;margin-top:1rem}.cta-button.primary{align-items:center;background:linear-gradient(135deg,#01b88e,#00a077);border:none;border-radius:12px;box-shadow:0 8px 25px #01b88e4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1.25rem 2.5rem;position:relative;transition:all .3s ease}.cta-button.primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.cta-button.primary:hover:before{left:100%}.cta-button.primary:hover{box-shadow:0 15px 35px #01b88e66;transform:translateY(-3px)}.button-arrow{font-size:1.2rem;transition:transform .3s ease}.cta-button.primary:hover .button-arrow{transform:translateX(5px)}.hero-stats{display:flex;gap:2rem;margin-top:1rem}.stat-item{align-items:center;display:flex;flex-direction:column;gap:.5rem}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#01b88e,#00a077);-webkit-background-clip:text;background-clip:text;color:#01b88e;font-size:1.5rem;font-weight:800}.stat-label{color:#666;font-size:.85rem;font-weight:500;text-align:center}.hero-support{align-items:center;display:flex;gap:1rem;margin-top:1rem}.support-avatars{display:flex;gap:.5rem}.avatar{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;height:40px;width:40px}.avatar,.avatar-1{background:linear-gradient(135deg,#01b88e,#00a077)}.avatar-2{background:linear-gradient(135deg,#667eea,#764ba2)}.avatar-3{background:linear-gradient(135deg,#f093fb,#f5576c)}.avatar-4{background:linear-gradient(135deg,#4facfe,#00f2fe)}.avatar-5{background:linear-gradient(135deg,#43e97b,#38f9d7)}.support-text{display:flex;flex-direction:column;gap:.25rem}.support-highlight{color:#333;font-size:.9rem;font-weight:600}.support-detail{color:#666;font-size:.8rem}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fff;border:1px solid #01b88e1a;border-radius:20px;box-shadow:0 20px 60px #0000001a;max-width:500px;overflow:hidden;width:100%}.card-header{align-items:center;background:linear-gradient(135deg,#f8fcff,#f0f9ff);border-bottom:1px solid #01b88e1a;display:flex;gap:1rem;padding:1.5rem}.card-dots{display:flex;gap:.5rem}.dot{border-radius:50%;height:12px;width:12px}.dot-red{background:#ff5f57}.dot-yellow{background:#ffbd2e}.dot-green{background:#28ca42}.card-title{color:#333;font-size:1rem;font-weight:600}.card-content{padding:2rem}.ai-status{align-items:center;background:#01b88e0d;border:1px solid #01b88e1a;border-radius:12px;display:flex;gap:.75rem;margin-bottom:2rem;padding:1rem}.status-indicator{animation:pulse 2s ease-in-out infinite;border-radius:50%;height:12px;width:12px}.status-indicator,.status-indicator.active{background:#01b88e}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{color:#01b88e;font-size:.9rem;font-weight:600}.demo-sections{gap:1.5rem;margin-bottom:2rem}.demo-section,.demo-sections{display:flex;flex-direction:column}.demo-section{gap:.75rem}.section-header{gap:.75rem}.section-header,.section-icon{align-items:center;display:flex}.section-icon{color:#01b88e;height:24px;justify-content:center;width:24px}.section-title{color:#333;font-size:.9rem;font-weight:600}.progress-bar{background:#01b88e1a;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{animation:fillProgress 2s ease-out;background:linear-gradient(90deg,#01b88e,#00a077);border-radius:4px;height:100%;transition:width .8s ease}@keyframes fillProgress{0%{width:0}}.section-status{color:#01b88e;font-size:.8rem;font-weight:500}.ai-insights{background:#01b88e0d;border:1px solid #01b88e1a;border-radius:12px;padding:1.5rem}.insight-header{gap:.75rem;margin-bottom:1rem}.insight-header,.insight-icon{align-items:center;display:flex}.insight-icon{color:#01b88e;height:24px;justify-content:center;width:24px}.insight-title{color:#01b88e;font-size:.9rem;font-weight:600}.insight-text{color:#666;font-size:.85rem;line-height:1.5;margin:0}@media (max-width:1024px){.hero-layout{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-actions,.hero-stats,.hero-support{justify-content:center}.hero-content{margin-left:0;text-align:center}.hero-content,.hero-headline{align-items:center}.hero-badge{margin:0 auto}}@media (max-width:768px){.hero{min-height:auto;padding:1.5rem 0 3rem}.hero-container{padding:0 1.5rem}.hero-layout{gap:2rem;min-height:auto}.hero-content{gap:1.5rem;max-width:100%}.hero-title-highlight,.hero-title-main,.hero-title-sub{font-size:2.5rem;text-align:center;white-space:normal}.hero-subheadline{font-size:1.1rem;max-width:100%;text-align:center}.hero-stats{align-items:center;flex-direction:column;gap:1rem}.stat-item{text-align:center}.hero-card{max-width:100%;padding:1.5rem}.card-header{padding:1rem 1.5rem}.demo-sections{gap:1rem}.ai-insights,.demo-section{padding:1rem}.pattern-grid{animation:none;opacity:.3}.aurora{filter:blur(60px);opacity:.08}.bubble{opacity:.4}.floating-shapes{opacity:.2}.bubble-1{height:80px;left:2%;top:5%;width:80px}.bubble-2{height:50px;right:10%;top:70%;width:50px}.bubble-3{bottom:10%;height:40px;left:15%;width:40px}.bubble-4{height:60px;right:3%;top:20%;width:60px}.headline-halo{display:none}}@media (max-width:480px){.hero{padding:1rem 0 2rem}.hero-container{padding:0 1rem}.hero-layout{gap:1.5rem}.hero-content{gap:1rem}.hero-title-highlight,.hero-title-main,.hero-title-sub{font-size:2rem;line-height:1.2}.hero-subheadline{font-size:1rem;line-height:1.5}.hero-badge{gap:.5rem;padding:.5rem 1rem}.badge-text{font-size:.8rem}.hero-stats{gap:.75rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.hero-card{border-radius:12px;padding:1rem}.card-header{padding:.75rem 1rem}.demo-sections{gap:.75rem}.demo-section{padding:.75rem}.section-title{font-size:.8rem}.ai-insights{padding:.75rem}.insight-text{font-size:.8rem}.cta-button.primary{font-size:.95rem;max-width:280px;padding:.875rem 1.5rem;width:100%}.aurora,.bubble,.pattern-grid{display:none}}@media (min-width:481px) and (max-width:768px){.hero-title-highlight,.hero-title-main,.hero-title-sub{font-size:2.75rem}.hero-card{padding:2rem}.cta-button.primary{font-size:1rem;padding:1rem 2rem}}@media (min-width:769px) and (max-width:1024px){.hero-title-highlight,.hero-title-main,.hero-title-sub{font-size:3rem}.hero-card{padding:2.5rem}}@media (max-width:768px) and (orientation:landscape){.hero{min-height:auto;padding:1rem 0 2rem}.hero-layout{gap:1.5rem}.hero-title-highlight,.hero-title-main,.hero-title-sub{font-size:2.25rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.hero-card{border-width:.5px}}.pattern-grid{animation:gridDrift 18s linear infinite;background-image:linear-gradient(#01b88e08 1px,#0000 0),linear-gradient(90deg,#01b88e08 1px,#0000 0);background-position:0 0,0 0;background-size:50px 50px;bottom:0;left:0;opacity:.6;position:absolute;right:0;top:0}@keyframes gridDrift{0%,to{background-position:0 0,0 0}50%{background-position:2px 0,0 2px}}@media (max-width:768px){.pattern-grid{animation:none;opacity:.3}}@media (prefers-reduced-motion:reduce){.aurora,.bubble,.pattern-grid,.shape{animation:none!important}}@media (min-width:1025px){.hero-content{margin-left:2rem}}.ip-services{background:linear-gradient(135deg,#f8fcff,#f0f9ff);border-top:1px solid #01b88e14;padding:5rem 0}.ip-services-container{margin:0 auto;max-width:1600px;padding:0 3rem}.services-header{margin-bottom:4rem;text-align:center}.services-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.services-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.service-card:hover{border-color:#01b88e;box-shadow:0 8px 30px #01b88e26;transform:translateY(-5px)}.service-icon{align-items:center;color:#01b88e;display:flex;justify-content:center;margin-bottom:1rem;transition:all .3s ease}.service-card:hover .service-icon{color:#00a077;transform:scale(1.1)}.service-title{color:#333;font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.service-description{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.services-title{font-size:2rem}.service-card{padding:1.5rem}}.testimonials{background:linear-gradient(135deg,#f8fcff,#f0f9ff);border-top:1px solid #01b88e14;padding:4rem 0}.testimonials-container{display:flex;gap:4rem;margin:0 auto;max-width:1600px;padding:0 3rem}.testimonials-header{flex:1 1;padding-right:2rem}.testimonials-title{margin-bottom:1rem;text-align:left}.testimonials-subtitle,.testimonials-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.3}.testimonials-subtitle{margin:0}.testimonials-grid{display:flex;flex:1 1;flex-direction:column;gap:2rem;text-align:left}.testimonial-card{padding:1.5rem 0;text-align:left}.quote-mark{color:#01b88e;font-size:3rem;font-weight:700;line-height:1;margin-bottom:1rem}.testimonial-text{color:#333;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;text-align:left}.testimonial-footer{align-items:center;display:flex;justify-content:space-between;text-align:left}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-info{display:flex;flex-direction:column;text-align:left}.author-name{color:#333;font-weight:600}.author-title,.company-logo{color:#666;font-size:.9rem}.company-logo{background:#f0f0f0;border-radius:6px;font-weight:500;padding:.5rem 1rem}.divider-line{background:#e0e0e0;height:1px;margin:1rem 0}@media (max-width:768px){.testimonials-container{flex-direction:column;gap:2rem}.testimonials-header{padding-right:0}.testimonials-subtitle,.testimonials-title{font-size:2rem}.testimonial-footer{align-items:flex-start;flex-direction:column;gap:1rem}}.logo-strip{background:linear-gradient(135deg,#fff,#f8fcff);border-top:1px solid #01b88e14;padding:2rem 0}.logo-strip-container{margin:0 auto;max-width:1200px;padding:0 3rem}.logos{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-items:center}.logo-item,.logos{align-items:center}.logo-item{background:#fffc;border:1px solid #94a3b81a;border-radius:12px;display:flex;justify-content:center;max-width:160px;min-height:80px;padding:1rem;position:relative;transition:all .3s ease;width:100%}.logo-item:hover{background:#fffffff2;border-color:#01b88e4d;box-shadow:0 8px 25px #01b88e26;transform:translateY(-2px)}.logo-item:after{background:#000c;border-radius:6px;bottom:-40px;color:#fff;content:attr(data-tooltip);font-size:.875rem;font-weight:500;padding:8px 12px;white-space:nowrap}.logo-item:after,.logo-item:before{left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;z-index:1000}.logo-item:before{border:4px solid #0000;border-top-color:#000c;bottom:-8px;content:""}.logo-item:hover:after,.logo-item:hover:before{opacity:1;visibility:visible}.company-logo{filter:grayscale(100%);height:auto;max-height:60px;max-width:100%;object-fit:contain;transition:filter .3s ease;width:auto}.logo-item:hover .company-logo{filter:grayscale(0) brightness(1) contrast(1)}.company-name{color:#94a3b8;font-size:.9rem;font-weight:600;line-height:1.2;text-align:center}@media (max-width:768px){.logo-strip-container{padding:0 1.5rem}.logos{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.logo-item{min-height:70px;padding:.75rem}.company-logo{max-height:50px}}.how-it-works{background:linear-gradient(135deg,#f8fcff,#f0f9ff);border-top:1px solid #01b88e14;padding:4rem 0}.how-it-works-container{align-items:flex-start;display:flex;gap:4rem;margin:0 auto;max-width:1600px;padding:0 3rem}.how-it-works-header{flex:1 1;max-width:400px}.how-it-works-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.how-it-works-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0}.steps-container{display:flex;flex:1 1;flex-direction:column;gap:2rem}.step-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.step-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.step-number{color:#01b88e;font-weight:700}.step-description{color:#666;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.how-it-works-container{flex-direction:column;gap:2rem}.how-it-works-title{font-size:2rem}}.data-security{background:linear-gradient(135deg,#f8fcff,#f0f9ff);border-top:1px solid #01b88e14;padding:4rem 0}.data-security-container{margin:0 auto;max-width:1600px;padding:0 3rem}.security-header{margin-bottom:3rem;text-align:center}.security-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.security-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#01b88e,#00a077);-webkit-background-clip:text;background-clip:text;color:#01b88e}.security-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.security-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.security-card:hover{box-shadow:0 10px 30px #01b88e26;transform:translateY(-5px)}.security-icon{align-items:center;color:#01b88e;display:flex;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.security-card:hover .security-icon{color:#00a077;transform:scale(1.1)}.security-title-card{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.security-description{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.security-grid{gap:1.5rem;grid-template-columns:1fr}.security-title{font-size:2rem}.security-card{padding:1.5rem}}.faq{background:linear-gradient(135deg,#f8fcff,#f0f9ff);border-top:1px solid #01b88e14;padding:4rem 0;position:relative}.faq-container{margin:0 auto;max-width:1600px;padding:0 3rem}.faq-header{margin-bottom:3rem;text-align:center}.faq-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.3}.faq-content{align-items:flex-start;display:flex;justify-content:center}.faq-list{max-width:800px;width:100%}.faq-item{margin-bottom:1rem}.faq-question{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;gap:1rem;justify-content:flex-start;padding:1.5rem 0;text-align:left;transition:color .2s ease;width:100%}.faq-question:hover{color:#01b88e}.question-number{color:#01b88e;font-family:monospace;font-weight:700}.question-text{flex:1 1}.faq-icon{align-items:center;background:#01b88e1a;border-radius:50%;color:#01b88e;display:flex;height:24px;justify-content:center;padding:4px;transition:all .3s ease;width:24px}.faq-icon svg{transition:transform .3s ease}.faq-question:hover .faq-icon{background:#01b88e33;transform:scale(1.05)}.faq-answer{max-height:0;overflow:hidden;padding:0 2rem;transition:max-height .3s ease}.faq-answer.open{max-height:200px;padding:0 2rem 1rem}.faq-answer p{color:#666;line-height:1.6;margin:0;text-align:left}.faq-divider{background:#e0e0e0;height:1px;margin:1rem 0}.faq-image{flex:1 1}.faq-image,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-placeholder{background:#f0f0f0;border-radius:12px;color:#666;font-weight:500;height:300px;max-width:400px;width:100%}@media (max-width:768px){.faq:before{display:none}.faq-content{flex-direction:column;gap:2rem}.faq-title{font-size:2rem}.faq-question{font-size:1.1rem;padding:1rem 0}}.footer{background:#1a1a1a;color:#fff}.footer-cta{padding:3rem 0;position:relative;text-align:center}.cta-lines{height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0}.cta-line{background:#01b88e;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.cta-line:first-child{left:0;right:60%}.cta-line:last-child{left:60%;right:0}.footer-cta-content{margin:0 auto;max-width:600px;padding:0 2rem}.footer-cta-title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem}.footer-button{background:#01b88e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:background-color .2s ease}.footer-button:hover{background:#019d7a}.footer-main{border-top:1px solid #333;padding:3rem 0 2rem}.footer-container{margin:0 auto;max-width:1600px;padding:0 2rem}.footer-content{display:flex;flex-direction:column;gap:3rem}.footer-top{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.footer-tagline{color:#ccc;font-size:1.1rem;line-height:1.4;margin:0;max-width:350px}.footer-outline{background:#0000;border:2px solid #333;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:border-color .2s ease}.footer-outline:hover{border-color:#01b88e}.footer-bottom{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr}.footer-left{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.footer-logo-image{filter:brightness(0) invert(1);height:30px;width:auto}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-link{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#01b88e}.footer-center{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;padding:1.5rem 0;text-align:center}.footer-center,.footer-subscribe{align-items:center;display:flex;flex-direction:column;gap:1rem}.footer-subscribe{max-width:400px;width:100%}.subscribe-input{background:#ffffff0d;border:1px solid #333;border-radius:8px;color:#fff;font-size:.95rem;padding:.8rem 1rem;width:100%}.subscribe-input::placeholder{color:#888}.subscribe-button{background:#01b88e;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.95rem;font-weight:600;padding:.8rem 1.5rem;transition:background-color .2s ease;white-space:nowrap}.subscribe-button:hover{background:#019d7a}.footer-right{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#333;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:background-color .2s ease;width:40px}.social-link:hover{background:#01b88e}.social-icon{font-size:1rem;font-weight:600}.footer-copyright{color:#666;font-size:.9rem}@media (min-width:768px){.footer-bottom{align-items:center;gap:3rem;grid-template-columns:1fr auto 1fr}.footer-left{align-items:center;flex-direction:row;justify-content:flex-start;text-align:left}.footer-center{border:none;padding:0}.footer-subscribe{flex-direction:row;max-width:350px}.footer-subscribe .subscribe-input{flex:1 1;min-width:0;width:auto}.footer-right{align-items:flex-end;text-align:right}}@media (min-width:1024px){.footer-container{padding:0 3rem}.footer-bottom{gap:4rem}.footer-subscribe{max-width:400px}}@media (min-width:1280px){.footer-bottom{gap:5rem}}@media (max-width:767px){.footer-container{padding:0 1.5rem}.footer-main{padding:2rem 0 1.5rem}.footer-links{gap:1rem}.footer-link{font-size:.9rem}.subscribe-input{padding:.7rem .9rem}.subscribe-button{padding:.7rem 1.2rem}}.contact{background:linear-gradient(135deg,#fff,#f8fcff 50%,#f0f9ff);overflow:hidden;padding:4rem 0;position:relative}.contact:before{background:radial-gradient(circle,#01b88e0d 0,#0000 70%);content:"";height:200%;pointer-events:none;position:absolute;right:-20%;top:-50%;transform:rotate(-15deg);width:100%}.contact-container{margin:0 auto;max-width:1200px;padding:0 5%;position:relative;width:100%;z-index:2}.contact-header{margin-bottom:3rem;text-align:center}.contact-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#01b88e,#00a077);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{align-items:center;display:flex;justify-content:center}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #01b88e1a;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-width:800px;padding:2.5rem;width:100%}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem;text-align:left}.form-group input,.form-group textarea{background:#fff;border:2px solid #e1e5e9;border-radius:8px;color:#333;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#01b88e;box-shadow:0 0 0 3px #01b88e1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.submit-button{background:linear-gradient(135deg,#01b88e,#00a077);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 8px 25px #01b88e4d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.error-message,.success-message{margin-top:1rem;padding:1rem;text-align:center}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24}@media (max-width:768px){.form-row{gap:0;grid-template-columns:1fr}.contact-form{max-width:100%;padding:1.5rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1.1rem}}@media (max-width:480px){.contact{padding:2rem 0}.contact-container{padding:0 3%}.contact-form,.contact-method{padding:1rem}.contact-icon{font-size:1.5rem}}.privacy-page{display:flex;flex-direction:column;min-height:100vh}.privacy-content{background:#f8fcff;flex:1 1;padding:2rem 0}.privacy-container{margin:0 auto;max-width:800px;padding:0 2rem}.privacy-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.privacy-date{color:#666;font-size:1rem;font-style:italic;margin-bottom:3rem;text-align:center}.privacy-text{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;line-height:1.7;padding:3rem}.privacy-text h2{border-top:1px solid #e2e8f0;color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:2.5rem 0 1rem;padding-top:1rem}.privacy-text h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.privacy-text h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.privacy-text h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin:1.5rem 0 1rem}.privacy-text p{color:#333;margin-bottom:1.5rem}.privacy-text ul{margin:1.5rem 0;padding-left:1.5rem}.privacy-text li{color:#333;margin-bottom:1rem}.privacy-text strong{color:#1a1a1a;font-weight:600}.privacy-table{margin:2rem 0;overflow-x:auto}.privacy-table table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;width:100%}.privacy-table th{background:#01b88e;color:#fff;font-size:.9rem;font-weight:600;padding:1rem;text-align:left}.privacy-table td{border-bottom:1px solid #e2e8f0;font-size:.9rem;line-height:1.4;padding:1rem}.privacy-table tr:last-child td{border-bottom:none}.privacy-table tr:nth-child(2n){background:#f8fcff}@media (max-width:768px){.privacy-container{padding:0 1rem}.privacy-title{font-size:2rem}.privacy-text{padding:2rem 1.5rem}.privacy-table{font-size:.8rem}.privacy-table td,.privacy-table th{padding:.75rem .5rem}}.terms-page{display:flex;flex-direction:column;min-height:100vh}.terms-content{background:#f8fcff;flex:1 1;padding:2rem 0}.terms-container{margin:0 auto;max-width:800px;padding:0 2rem}.terms-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.terms-date{color:#666;font-size:1rem;font-style:italic;margin-bottom:3rem;text-align:center}.terms-text{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;line-height:1.7;padding:3rem}.terms-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;font-weight:600;margin-bottom:2rem;padding:1.5rem;text-align:center}.terms-text h2{border-top:1px solid #e2e8f0;color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:2.5rem 0 1rem;padding-top:1rem}.terms-text h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.terms-text p{color:#333;margin-bottom:1.5rem}.terms-text strong{color:#1a1a1a;font-weight:600}@media (max-width:768px){.terms-container{padding:0 1rem}.terms-title{font-size:2rem}.terms-text{padding:2rem 1.5rem}.terms-notice{font-size:.9rem;padding:1rem}}.blog-page{background:#fff;display:flex;flex-direction:column;min-height:100vh}.blog-content{flex:1 1;padding:2rem 0}.blog-container{margin:0 auto;max-width:800px;padding:0 2rem}.blog-header{margin-bottom:4rem;padding-top:2rem;text-align:center}.blog-title{color:#2d3748;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.blog-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.blog-posts{display:flex;flex-direction:column;gap:3rem}.blog-post-preview{background:#fff;border:1px solid #01b88e1a;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;transition:all .3s ease}.blog-post-preview:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.post-category{background:#01b88e1a;border-radius:20px;color:#01b88e;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.post-title{font-size:1.8rem;margin-bottom:1rem}.post-title a{color:inherit;text-decoration:none;transition:color .3s ease}.post-title a:hover{color:#01b88e}.post-meta{flex-wrap:wrap;font-size:.9rem;margin-bottom:1.5rem}.post-read-time{color:#666;font-style:italic}.post-excerpt{margin-bottom:2rem}.post-excerpt p{color:#333;font-size:1.1rem;line-height:1.7;margin:0}.read-more{align-items:center;color:#01b88e;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease}.read-more:hover{color:#00a077;transform:translateX(4px)}.read-more svg{transition:transform .3s ease}.read-more:hover svg{transform:translateX(4px)}@media (max-width:768px){.blog-container{padding:0 1.5rem}.blog-title{font-size:2.5rem}.blog-post{padding:2rem 1.5rem}.post-title{font-size:1.75rem}.post-content p{font-size:1rem}}@media (max-width:480px){.blog-title{font-size:2rem}.blog-post{padding:1.5rem 1rem}.post-title{font-size:1.5rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}}.blog-post-page{background:#fff;display:flex;flex-direction:column;min-height:100vh}.blog-post-content{flex:1 1;padding:2rem 0}.blog-post-container{margin:0 auto;max-width:800px;padding:0 2rem}.back-link{align-items:center;color:#01b88e;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#00a077}.blog-post-article{background:#fff;border:1px solid #01b88e1a;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}.post-header{border-bottom:2px solid #01b88e1a;margin-bottom:3rem;padding-bottom:2rem}.post-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.post-meta{align-items:center;color:#666;display:flex;font-size:1rem;gap:1rem}.post-author{color:#01b88e;font-weight:600}.post-date{color:#888}.post-content{line-height:1.8;text-align:left!important}.post-content p{color:#333;font-size:1.1rem;margin-bottom:1.5rem;text-align:left!important}.post-content p:last-child{margin-bottom:0}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content li,.post-content ol,.post-content ul{text-align:left!important}.patent-section{background:#01b88e08;border:1px solid #01b88e1a;border-radius:12px;margin:2rem 0;padding:1.5rem}.patent-applicant{color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.patent-family{color:#01b88e;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.patent-details{background:#fff;border-left:4px solid #01b88e;border-radius:8px;margin:1.5rem 0;padding:1rem}.patent-number{color:#1a1a1a;font-family:Courier New,monospace;font-size:1rem;font-weight:700;margin-bottom:.5rem}.patent-dates{color:#666;font-size:.85rem;font-style:italic;margin-bottom:1rem}.patent-claims{color:#333;font-family:Georgia,serif;font-size:.9rem;line-height:1.6;margin-bottom:1rem;text-align:justify}.patent-claims:last-child{margin-bottom:0}@media (max-width:768px){.blog-post-container{padding:0 1.5rem}.blog-post-article{padding:2rem 1.5rem}.post-title{font-size:2rem}.post-content p{font-size:1rem}}@media (max-width:480px){.blog-post-article{padding:1.5rem 1rem}.post-title{font-size:1.75rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}}.cookie-consent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border-top:1px solid #01b88e4d;bottom:0;color:#fff;left:0;padding:1rem 0;position:fixed;right:0;z-index:1000}.cookie-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.cookie-text{flex:1 1}.cookie-text p{color:#e0e0e0;font-size:.9rem;line-height:1.5;margin:0}.cookie-link{color:#01b88e;font-weight:500;text-decoration:none}.cookie-link:hover{text-decoration:underline}.cookie-actions{display:flex;flex-shrink:0;gap:1rem}.cookie-decline{background:#0000;border:1px solid #555;border-radius:6px;color:#ccc;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .2s ease}.cookie-decline:hover{background:#ffffff1a;border-color:#777}.cookie-accept{background:#01b88e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1.5rem;transition:background-color .2s ease}.cookie-accept:hover{background:#019d7a}@media (max-width:768px){.cookie-content{flex-direction:column;gap:1rem;text-align:center}.cookie-actions{justify-content:center;width:100%}.cookie-accept,.cookie-decline{flex:1 1;max-width:120px}}
/*# sourceMappingURL=main.13ad502a.css.map*/