:root{--primary-blue:#06c;--secondary-blue:#0052a3;--mint-green:#00d4aa;--dark-text:#1a1a1a;--gray-text:#6b7280;--light-gray:#f3f4f6;--light-bg:#f8fafb;--white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;color:var(--dark-text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer}button,input,textarea{font-family:inherit;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}.Navbar_navbar__AHaSr{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 1px 3px #0000000d;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.Navbar_navContainer__gJYF9{justify-content:space-between}.Navbar_logo__MK0b0,.Navbar_navActions__fsq87,.Navbar_navContainer__gJYF9{align-items:center;display:flex}.Navbar_navActions__fsq87{gap:2rem}.Navbar_languageSwitch__9oRMA{align-items:center;background:#f3f4f6;border-radius:6px;display:flex;gap:.5rem;padding:.25rem .5rem}.Navbar_langButton__hp1D4{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem .5rem;transition:color .2s ease}.Navbar_langButton__hp1D4:hover{color:#374151}.Navbar_langButton__hp1D4.Navbar_active__em\+eI{background:#fff;color:var(--primary-blue);font-weight:600}.Navbar_langDivider__b0RUu{color:#d1d5db;font-size:.875rem;-webkit-user-select:none;user-select:none}.Navbar_ctaButton__PFu8t{background:var(--primary-blue);border-radius:8px;box-shadow:0 4px 6px #0066cc1a;color:#fff;font-size:16px;font-weight:600;padding:12px 28px;transition:all .2s ease}.Navbar_ctaButton__PFu8t:hover{background:var(--secondary-blue);box-shadow:0 6px 12px #0066cc26;transform:translateY(-1px)}.Navbar_ctaButton__PFu8t:active{transform:translateY(0)}.Footer_footer__kXlYa{background:var(--dark-text);color:#fff;padding:60px 0 30px}.Footer_footerContent__GLsTv{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.Footer_footerColumn__wNOj9{min-width:0}.Footer_columnTitle__0rNjT{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.Footer_columnText__a4PNk{font-size:.95rem;line-height:1.6;opacity:.8}.Footer_links__wMgLO{display:flex;flex-direction:column;gap:.5rem}.Footer_link__3Ie8d{color:#fff;font-size:.95rem;opacity:.8;transition:opacity .2s}.Footer_link__3Ie8d:hover{opacity:1}.Footer_footerBottom__XPvsq{border-top:1px solid #ffffff1a;font-size:.9rem;opacity:.6;padding-top:2rem;text-align:center}@media (max-width:768px){.Footer_footer__kXlYa{padding:40px 0 20px}.Footer_footerContent__GLsTv{gap:30px}}.DemoModal_modalOverlay__bEnZg{align-items:center;animation:DemoModal_fadeIn__whrqV .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes DemoModal_fadeIn__whrqV{0%{opacity:0}to{opacity:1}}.DemoModal_modalContent__mZEzI{animation:DemoModal_slideIn__gRNsk .3s ease;background:#fff;border-radius:16px;max-height:90vh;max-width:500px;overflow-y:auto;padding:40px;position:relative;width:100%}@keyframes DemoModal_slideIn__gRNsk{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.DemoModal_closeButton__K1PAT{background:none;border:none;color:var(--gray-text);cursor:pointer;padding:8px;position:absolute;right:20px;top:20px;transition:color .2s}.DemoModal_closeButton__K1PAT:hover{color:var(--dark-text)}.DemoModal_modalTitle__07ld0{color:var(--primary-blue);font-size:2rem;margin-bottom:1rem}.DemoModal_modalSubtitle__b2rRa{color:var(--gray-text);line-height:1.5;margin-bottom:2rem}.DemoModal_form__qVzsO{gap:1.5rem}.DemoModal_formGroup__7laGA,.DemoModal_form__qVzsO{display:flex;flex-direction:column}.DemoModal_formGroup__7laGA label{color:var(--dark-text);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.DemoModal_formGroup__7laGA input,.DemoModal_formGroup__7laGA textarea{border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:border-color .2s}.DemoModal_formGroup__7laGA input:focus,.DemoModal_formGroup__7laGA textarea:focus{border-color:var(--primary-blue);outline:none}.DemoModal_formGroup__7laGA textarea{min-height:100px;resize:vertical}.DemoModal_submitButton__Qmt5h{background:var(--primary-blue);border-radius:10px;box-shadow:0 4px 12px #0066cc26;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:16px;transition:all .2s ease}.DemoModal_submitButton__Qmt5h:hover:not(:disabled){background:var(--secondary-blue);box-shadow:0 6px 16px #06c3;transform:translateY(-1px)}.DemoModal_submitButton__Qmt5h:disabled{background:#ccc;cursor:not-allowed;transform:none}.DemoModal_successMessage__aqVY3{padding:60px 20px;text-align:center}.DemoModal_successIcon__YAQVW{align-items:center;background:var(--mint-green);border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.DemoModal_successMessage__aqVY3 h3{color:var(--dark-text);font-size:1.5rem;margin-bottom:.5rem}.DemoModal_successMessage__aqVY3 p{color:var(--gray-text)}@media (max-width:600px){.DemoModal_modalContent__mZEzI{padding:30px 20px}.DemoModal_modalTitle__07ld0{font-size:1.5rem}}.Hero_hero__zvVCj{align-items:center;background:#fff;display:flex;min-height:100vh;padding:120px 0 80px;position:relative}.Hero_hero__zvVCj:before{background:linear-gradient(90deg,#0000 0,#f9fafb 50%);content:"";height:100%;position:absolute;right:0;top:0;width:50%;z-index:0}.Hero_heroContent__3EKA5{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.Hero_heroText__w7yrF{max-width:600px}.Hero_badge__eIya8{background:#f3f4f6;border-radius:4px;color:#374151;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;padding:6px 16px}.Hero_heroTitle__edyX1{color:var(--dark-text);font-size:2.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.Hero_heroSubtitle__Y0Bal{color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.Hero_ctaContainer__2DHac{align-items:center;display:flex;gap:1rem;margin-bottom:3rem}.Hero_heroCTA__ibtGG{background:var(--primary-blue);border-radius:6px;box-shadow:0 4px 12px #0066cc26;color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .2s ease}.Hero_heroCTA__ibtGG:hover{background:var(--secondary-blue);box-shadow:0 6px 16px #06c3;transform:translateY(-1px)}.Hero_secondaryCTA__H1Dtd{align-items:center;background:none;border:none;color:var(--primary-blue);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;text-decoration:none;transition:gap .2s ease}.Hero_secondaryCTA__H1Dtd:hover{gap:.75rem}.Hero_secondaryCTA__H1Dtd:after{content:"→";transition:transform .2s ease}.Hero_trustIndicators__veHyJ{border-top:1px solid #e5e7eb;display:flex;gap:2.5rem;padding-top:2rem}.Hero_indicator__kb0LZ{display:flex;flex-direction:column;gap:.25rem}.Hero_indicatorValue__LU7ZO{color:var(--dark-text);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.Hero_indicatorLabel__HdMn\+{color:#6b7280;font-size:.875rem;font-weight:500}.Hero_heroVisual__XONQO{align-items:center;display:flex;justify-content:center}@media (max-width:968px){.Hero_heroContent__3EKA5{grid-template-columns:1fr;text-align:center}.Hero_heroText__w7yrF{margin:0 auto}.Hero_heroTitle__edyX1{font-size:2rem}.Hero_heroVisual__XONQO svg{height:auto;max-width:100%}.Hero_ctaContainer__2DHac,.Hero_trustIndicators__veHyJ{justify-content:center}}.Problem_problemSection__aETkO{background:#fff;padding:80px 0}.Problem_content__SRASe{margin:0 auto;max-width:900px;text-align:center}.Problem_title__g2wSQ{color:var(--dark-text);font-size:2.5rem;margin-bottom:3rem}.Problem_problemsGrid__U0xJ1{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.Problem_problemCard__MQA2e{padding:0}.Problem_iconWrapper__P5tg9{align-items:center;background:linear-gradient(135deg,var(--primary-blue) 0,var(--mint-green) 100%);border-radius:16px;box-shadow:0 8px 16px #0066cc1a;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.Problem_problemTitle__odK3u{color:var(--dark-text);font-size:1.25rem;margin-bottom:.75rem}.Problem_problemDescription__THYv1{color:var(--gray-text);line-height:1.6}.Problem_solutionBox__2wKwX{background:var(--light-bg);border-radius:16px;box-shadow:var(--shadow-sm);padding:3rem}.Problem_solutionTitle__roTtV{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem}.Problem_solutionText__9yjlF{color:var(--dark-text);font-size:1.125rem;line-height:1.6}@media (max-width:768px){.Problem_title__g2wSQ{font-size:2rem}.Problem_problemsGrid__U0xJ1{gap:30px}.Problem_solutionBox__2wKwX{padding:2rem}}.Features_features__Z0ymW{background:var(--light-bg);padding:80px 0}.Features_title__T3nIU{color:var(--dark-text);font-size:2.5rem;margin-bottom:3.5rem;text-align:center}.Features_featuresGrid__64knd{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.Features_featureCard__miNQA{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:2rem;transition:all .3s ease}.Features_featureCard__miNQA:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.Features_featureHeader__rSwiJ{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.Features_iconWrapper__8cuPg{align-items:center;background:var(--mint-green);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.Features_featureTitle__KY7Sf{color:var(--dark-text);font-size:1.25rem;margin:0}.Features_featureList__Rr5Vu{list-style:none;margin:0;padding:0}.Features_featureItem__XL39r{align-items:flex-start;color:var(--gray-text);display:flex;font-size:.95rem;gap:10px;line-height:1.5;margin-bottom:.75rem}.Features_checkIcon__v7cBg{color:var(--mint-green);flex-shrink:0;margin-top:2px}@media (max-width:768px){.Features_title__T3nIU{font-size:2rem}.Features_featuresGrid__64knd{gap:20px;grid-template-columns:1fr}.Features_featureCard__miNQA{padding:1.5rem}}.Benefits_benefits__A6Dg9{background:#fff;padding:80px 0}.Benefits_title__CpUI0{color:var(--dark-text);font-size:2.5rem;margin-bottom:4rem;text-align:center}.Benefits_benefitsGrid__HYGq8{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.Benefits_benefitsList__X1rOg{display:flex;flex-direction:column;gap:2.5rem}.Benefits_benefitItem__yAtUW{align-items:flex-start;display:flex;gap:1.5rem}.Benefits_benefitMetric__zmNuV{color:var(--primary-blue);font-size:2.5rem;font-weight:800;min-width:100px;text-align:center}.Benefits_benefitContent__Tcu2I{flex:1 1}.Benefits_benefitTitle__foobI{color:var(--dark-text);font-size:1.25rem;margin-bottom:.5rem}.Benefits_benefitDescription__0tOOb{color:var(--gray-text);line-height:1.6}.Benefits_benefitsVisual__7RHKE{align-items:center;display:flex;justify-content:center}@media (max-width:968px){.Benefits_benefitsGrid__HYGq8{gap:40px;grid-template-columns:1fr}.Benefits_benefitsVisual__7RHKE{order:-1}.Benefits_benefitsVisual__7RHKE svg{height:auto;max-width:100%}}.Process_process__wV5XS{background:var(--light-bg);padding:80px 0}.Process_header__TAjNu{margin-bottom:4rem;text-align:center}.Process_title__oMPqy{color:var(--dark-text);font-size:2.5rem;margin-bottom:1rem}.Process_subtitle__oFlY1{color:var(--gray-text);font-size:1.125rem}.Process_stepsContainer__RV5X4{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem;position:relative}.Process_step__94JEx{position:relative;text-align:center}.Process_stepNumber__yaUSL{align-items:center;background:var(--primary-blue);border-radius:50%;box-shadow:0 8px 16px #0066cc26;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.Process_step__94JEx:last-child .Process_stepNumber__yaUSL{background:var(--mint-green)}.Process_stepTitle__DS1bb{color:var(--dark-text);font-size:1.25rem;margin-bottom:.75rem}.Process_stepDescription__0x3MW{color:var(--gray-text);line-height:1.5;margin-bottom:.5rem}.Process_stepDuration__cjQ5g{color:var(--mint-green);font-weight:600}.Process_stepConnector__1Bd1z{background:linear-gradient(to right,var(--primary-blue),#0000);height:2px;position:absolute;right:-20px;top:40px;width:40px}.Process_ctaContainer__2m-CL{text-align:center}.Process_ctaButton__4cu2v{background:var(--primary-blue);border-radius:10px;box-shadow:0 8px 16px #0066cc26;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 40px;transition:all .2s ease}.Process_ctaButton__4cu2v:hover{background:var(--secondary-blue);box-shadow:0 12px 24px #06c3;transform:translateY(-2px)}@media (max-width:968px){.Process_stepsContainer__RV5X4{gap:30px;grid-template-columns:1fr}.Process_stepConnector__1Bd1z{display:none}}.CTA_cta__lSZ2Q{background:linear-gradient(135deg,var(--primary-blue) 0,var(--secondary-blue) 100%);color:#fff;padding:80px 0;text-align:center}.CTA_content__UniJd{margin:0 auto;max-width:800px}.CTA_title__6pSni{color:#fff;font-size:2.5rem;margin-bottom:1rem}.CTA_subtitle__XviG8{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.CTA_buttons__Clj8Z{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:2rem}.CTA_primaryButton__WwsgZ{background:#fff;border-radius:10px;box-shadow:0 8px 16px #0000001a;color:var(--primary-blue);font-size:1.125rem;font-weight:600;padding:16px 36px;transition:all .2s ease}.CTA_primaryButton__WwsgZ:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-2px)}.CTA_secondaryButton__\+VOlL{background:#0000;border:2px solid #fff;border-radius:10px;color:#fff;display:inline-block;font-size:1.125rem;font-weight:600;padding:16px 36px;transition:all .2s ease}.CTA_secondaryButton__\+VOlL:hover{background:#ffffff1a;transform:translateY(-2px)}.CTA_contact__u\+-4R{font-size:1rem;opacity:.9}.CTA_emailLink__2aZLK{color:#fff;text-decoration:underline}.CTA_emailLink__2aZLK:hover{opacity:.8}@media (max-width:768px){.CTA_title__6pSni{font-size:2rem}.CTA_buttons__Clj8Z{align-items:center;flex-direction:column}.CTA_primaryButton__WwsgZ,.CTA_secondaryButton__\+VOlL{max-width:300px;width:100%}}.Terms_legalPage__doQ0J{background:#fff;min-height:100vh;padding:120px 0 80px}.Terms_content__LFLTh{margin:0 auto;max-width:800px}.Terms_title__qlr55{color:var(--dark-text);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.Terms_lastUpdated__hIVBX{color:var(--gray-text);font-size:.95rem;margin-bottom:3rem}.Terms_section__uawRl{margin-bottom:2.5rem}.Terms_section__uawRl h2{color:var(--dark-text);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.Terms_section__uawRl p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.Terms_section__uawRl ul{color:#4b5563;line-height:1.7;margin-left:2rem}.Terms_section__uawRl li{margin-bottom:.5rem}@media (max-width:768px){.Terms_title__qlr55{font-size:2rem}.Terms_section__uawRl h2{font-size:1.25rem}}.Privacy_legalPage__bxcU7{background:#fff;min-height:100vh;padding:120px 0 80px}.Privacy_content__dDydj{margin:0 auto;max-width:800px}.Privacy_title__FfkUw{color:var(--dark-text);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.Privacy_lastUpdated__GxvLP{color:var(--gray-text);font-size:.95rem;margin-bottom:3rem}.Privacy_section__R7gd6{margin-bottom:2.5rem}.Privacy_section__R7gd6 h2{color:var(--dark-text);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.Privacy_section__R7gd6 h3{color:var(--dark-text);font-size:1.125rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.Privacy_section__R7gd6 p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.Privacy_section__R7gd6 ul{color:#4b5563;line-height:1.7;margin-left:2rem}.Privacy_section__R7gd6 li{margin-bottom:.5rem}@media (max-width:768px){.Privacy_title__FfkUw{font-size:2rem}.Privacy_section__R7gd6 h2{font-size:1.25rem}.Privacy_section__R7gd6 h3{font-size:1rem}}.Security_securityPage__o8cYx{background:#fff;min-height:100vh;padding:120px 0 80px}.Security_hero__N52jn{margin:0 auto 4rem;max-width:800px;text-align:center}.Security_title__D0m3f{color:var(--dark-text);font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.Security_subtitle__5tB5X{color:#4b5563;font-size:1.25rem;line-height:1.6}.Security_certifications__jIR5B{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:5rem}.Security_certCard__dYlC\+{background:var(--light-bg);border-radius:12px;padding:2rem;text-align:center;transition:transform .2s ease}.Security_certCard__dYlC\+:hover{transform:translateY(-4px)}.Security_certIcon__mHF8P{align-items:center;background:linear-gradient(135deg,var(--primary-blue),var(--mint-green));border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.Security_certCard__dYlC\+ h3{color:var(--dark-text);font-size:1.5rem;margin-bottom:.5rem}.Security_certCard__dYlC\+ p{color:var(--gray-text);line-height:1.5}.Security_section__fRXhQ{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1000px}.Security_section__fRXhQ h2{color:var(--dark-text);font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.Security_feature__dR3tB{margin-bottom:2.5rem}.Security_feature__dR3tB h3{color:var(--dark-text);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.Security_feature__dR3tB p{color:#4b5563;line-height:1.7}.Security_grid__-Csmq{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.Security_control__100tp{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.Security_control__100tp h4{color:var(--primary-blue);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.Security_control__100tp p{color:#4b5563;font-size:.95rem;line-height:1.5}.Security_intro__J\+Nl-{color:#4b5563;font-size:1.125rem;margin-bottom:2rem;text-align:center}.Security_complianceList__KLjaK{list-style:none;margin:0 auto;max-width:700px;padding:0}.Security_complianceList__KLjaK li{background:var(--light-bg);border-left:4px solid var(--mint-green);border-radius:8px;color:#4b5563;line-height:1.6;margin-bottom:1rem;padding:1.5rem}.Security_complianceList__KLjaK strong{color:var(--dark-text);display:inline-block;margin-right:.5rem}.Security_devSecOps__VpEfh{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.Security_practice__3Uo3H{text-align:center}.Security_practice__3Uo3H h4{color:var(--dark-text);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.Security_practice__3Uo3H p{color:#4b5563;line-height:1.6}.Security_commitment__KE1Ab{color:#4b5563;font-size:1.125rem;line-height:1.7;margin:0 auto 2rem;max-width:700px;text-align:center}.Security_contact__RaYgM{background:var(--light-bg);border-radius:12px;margin:0 auto;max-width:600px;padding:2rem;text-align:center}.Security_contact__RaYgM p{color:#4b5563;margin-bottom:.5rem}.Security_contact__RaYgM a{color:var(--primary-blue);font-weight:600;text-decoration:none}.Security_contact__RaYgM a:hover{text-decoration:underline}@media (max-width:768px){.Security_title__D0m3f{font-size:2rem}.Security_section__fRXhQ h2{font-size:1.5rem}.Security_certifications__jIR5B{grid-template-columns:1fr}}.App{min-height:100vh}
/*# sourceMappingURL=main.31f181b6.css.map*/