@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;font-weight:400}.cookie-wrapper[data-v-6e4c9e23]{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.cookie-container[data-v-6e4c9e23]{width:100%;max-width:900px;background:linear-gradient(135deg,#138f66,#033021);border-radius:22px;padding:40px;color:#f0f0ff;box-shadow:0 20px 45px #0006;position:relative;animation:fadeIn-6e4c9e23 .4s ease-out}.close-btn[data-v-6e4c9e23]{position:absolute;top:16px;right:20px;background:transparent;border:none;color:#ddd;font-size:22px;cursor:pointer;transition:.2s}.close-btn[data-v-6e4c9e23]:hover{color:#fff}.cookie-header[data-v-6e4c9e23]{font-size:2.5rem;margin-bottom:20px;font-weight:600}.cookie-text[data-v-6e4c9e23]{font-size:1.1rem;line-height:1.6em;color:#d8d8ff;margin-bottom:30px}.cookie-radio[data-v-6e4c9e23]{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-bottom:30px}.cookie-radio label[data-v-6e4c9e23]{display:flex;align-items:center;gap:6px;background:#ffffff14;padding:8px 14px;border-radius:20px;cursor:pointer;font-size:14px}.cookie-radio input[type=radio][data-v-6e4c9e23]{accent-color:#ff7a2f;width:16px;height:16px}.cookie-buttons[data-v-6e4c9e23]{display:flex;justify-content:space-between;align-items:center}.find-out-btn[data-v-6e4c9e23]{background:#ffffff1f;color:#fff;font-size:1rem;padding:.5rem 3rem;border-radius:18px;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:.2s}.find-out-btn[data-v-6e4c9e23]:hover{background:#fff3}.cookie-consent[data-v-6e4c9e23]{display:flex;gap:12px;font-size:1.1rem}.reject-btn[data-v-6e4c9e23]{background:#ffffff26;color:#fff;padding:.75rem 3rem;border-radius:22px;cursor:pointer;border:none;transition:.2s;font-size:1rem}.reject-btn[data-v-6e4c9e23]:hover{background:#ffffff40}.accept-btn[data-v-6e4c9e23]{background:#ff7a2f;color:#fff;padding:.75rem 3rem;border-radius:22px;cursor:pointer;border:none;font-weight:500;transition:.2s;font-size:1rem}.accept-btn[data-v-6e4c9e23]:hover{background:#ff8d4d}@keyframes fadeIn-6e4c9e23{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.cookie-container[data-v-6e4c9e23]{padding:24px;border-radius:16px;max-height:90vh;overflow-y:auto}.cookie-header[data-v-6e4c9e23]{font-size:1.8rem;margin-bottom:14px}.cookie-text[data-v-6e4c9e23]{font-size:.95rem;line-height:1.5em;margin-bottom:24px}.cookie-buttons[data-v-6e4c9e23]{flex-direction:column;gap:16px;align-items:stretch}.find-out-btn[data-v-6e4c9e23]{display:none}.cookie-consent[data-v-6e4c9e23]{flex-direction:column;gap:12px}.reject-btn[data-v-6e4c9e23],.accept-btn[data-v-6e4c9e23]{width:100%;padding:.9rem;font-size:1rem;border-radius:14px}.close-btn[data-v-6e4c9e23]{top:12px;right:14px;font-size:20px}}@media(max-width:420px){.cookie-container[data-v-6e4c9e23]{padding:20px}.cookie-header[data-v-6e4c9e23]{font-size:1.6rem}.cookie-text[data-v-6e4c9e23]{font-size:.9rem}}.nav-wrapper[data-v-a85e125c]{background:#0b724e;color:#000;width:100vw;height:100px;margin:0;z-index:1000;position:fixed;display:flex;flex-direction:column}.nav-contact-header[data-v-a85e125c]{width:100%;height:35px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.nav-contact-container[data-v-a85e125c]{width:100%;max-width:1200px;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;padding:0 2rem}.nav-contact-item[data-v-a85e125c]{display:flex;align-items:center;gap:.5rem}.nav-contact-item span[data-v-a85e125c]{font-size:.85rem;font-weight:500}.nav-contact-icon[data-v-a85e125c]{width:18px;height:18px}.nav-container[data-v-a85e125c]{width:100%;max-width:1200px;margin:0 auto;flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:relative}.nav-logo-box[data-v-a85e125c]{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none}.nav-logo-img[data-v-a85e125c]{width:46px}.nav-logo-text[data-v-a85e125c]{font-size:1.4rem;font-weight:800}.nav-menu-box[data-v-a85e125c]{display:flex;gap:1.25rem}.nav-menu-item[data-v-a85e125c]{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500}.nav-menu-item[data-v-a85e125c]:hover{opacity:.85}.nav-button-box[data-v-a85e125c]{display:flex;gap:.75rem}.nav-button[data-v-a85e125c]{border-radius:20px;padding:.55rem 1.4rem;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:.4rem;text-decoration:none}.nav-button-primary[data-v-a85e125c]{background:#facc15;color:#0b724e;text-decoration:none}.nav-button-secondary[data-v-a85e125c]{background:transparent;color:#fff;border:1px solid #fff}.nav-button-icon[data-v-a85e125c]{width:18px;height:18px}.nav-harmbugher-menu[data-v-a85e125c]{display:none;flex-direction:column;gap:5px;cursor:pointer}.nav-harmbugher-menu span[data-v-a85e125c]{width:26px;height:3px;background:#fff;border-radius:2px}.nav-mobile-menu[data-v-a85e125c]{position:absolute;top:100%;right:0;width:100%;background:#0b724e;display:flex;flex-direction:column;padding:1rem 1.5rem;gap:1rem}.nav-mobile-menu .nav-menu-item[data-v-a85e125c]{font-size:1rem;font-weight:600;padding:.4rem 0}@media(max-width:768px){.nav-contact-header[data-v-a85e125c]{display:none}.nav-wrapper[data-v-a85e125c]{height:70px}.nav-menu-box[data-v-a85e125c]{display:none}.nav-button[data-v-a85e125c]{display:flex;width:100%;margin:1.5rem 0;align-items:center;justify-content:center;padding:.95rem 1rem;border-radius:40px;text-decoration:none}.nav-button-secondary[data-v-a85e125c]{font-size:.85rem;padding:.75rem 1rem;font-weight:600;border:2px solid #fff}.nav-button-box[data-v-a85e125c]{display:none}.nav-harmbugher-menu[data-v-a85e125c]{display:flex}.nav-logo-img[data-v-a85e125c]{width:34px}.nav-logo-text[data-v-a85e125c]{font-size:1.1rem}}.app-wrapper[data-v-b43adec3]{overflow-y:auto;overflow-x:hidden;width:100vw;height:100vh;margin:0;padding:0;-ms-overflow-style:none;scrollbar-width:none}.app-wrapper[data-v-b43adec3]::-webkit-scrollbar{display:none}.hero-wrapper[data-v-86abbc13]{background:linear-gradient(140deg,#0ed18f,#104d39 40%,#02271a 90%);width:100vw;height:100vh;position:relative;color:#fff;font-size:1rem;text-decoration:none;padding-top:150px}.hero-container[data-v-86abbc13]{width:100%;max-width:1200px;height:100%;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center}.hero-badge[data-v-86abbc13]{background:#0ed18f26;color:#0ed18f;padding:6px 16px;border-radius:50px;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;border:1px solid rgba(14,209,143,.3)}.hero-image[data-v-86abbc13]{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:950px;height:auto;opacity:.3}.hero-textbox[data-v-86abbc13]{text-align:center;margin:0;width:100%;padding:0rem 1rem}.hero-title[data-v-86abbc13]{font-size:4rem;font-weight:bolder;line-height:1.45;margin-bottom:1.25rem;font-family:Inter,sans-serif}.highlight[data-v-86abbc13]{color:#0ed18f;font-size:4rem;font-weight:700;margin-bottom:1.25rem;font-family:Inter,sans-serif}.hero-buttonbox[data-v-86abbc13]{display:flex;margin:0 auto;align-items:center;justify-content:center;gap:1rem;padding:2rem 3rem}.hero-link[data-v-86abbc13]{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.4rem;border-radius:999px;font-weight:600;text-decoration:none;transition:all .25s ease;white-space:nowrap}.hero-primary[data-v-86abbc13]{background:#0ed18f;color:#02271a}.hero-primary[data-v-86abbc13]:hover{background:#0bc280;transform:translateY(-2px)}.hero-secondary[data-v-86abbc13]{background:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-secondary[data-v-86abbc13]:hover{background:#fff3;transform:translateY(-2px)}.icon[data-v-86abbc13]{width:18px;height:18px}.mouse-icon[data-v-86abbc13]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:auto;height:30px;color:#11d08d;animation:bounce-86abbc13 2s infinite;cursor:none}@keyframes bounce-86abbc13{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-30px)}}@media(max-width:760px){.hero-wrapper[data-v-86abbc13]{padding-top:90px}.hero-title[data-v-86abbc13]{font-size:1.5rem;line-height:1.1}.highlight[data-v-86abbc13]{font-size:2.5rem;line-height:1.5;margin-bottom:.9rem}.hero-buttonbox[data-v-86abbc13]{display:flex;flex-direction:column;padding:1rem 0;margin-top:1rem;gap:1rem}.hero-subtitle[data-v-86abbc13]{color:#d1d0d0;font-size:.95rem}.hero-link[data-v-86abbc13]{width:90%;align-items:center;justify-content:center}.hero-badge[data-v-86abbc13]{padding:2px 15px;font-size:.7rem}}.metric-wrapper[data-v-b2f1499e]{width:100vw;background:#fff;color:#0f172a;padding:5rem 0;overflow:hidden}.metric-container[data-v-b2f1499e]{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem;padding:0 2rem}.metric-left[data-v-b2f1499e]{flex:3;display:flex;flex-direction:column;gap:1.25rem}.metric-label[data-v-b2f1499e]{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0b724e}.metric-title[data-v-b2f1499e]{font-size:2.6rem;font-weight:800;line-height:1.2;color:#020617}.metric-subtitle[data-v-b2f1499e]{font-size:1.05rem;line-height:1.7;color:#475569;max-width:520px}.metric-buttonbox[data-v-b2f1499e]{display:flex;gap:1rem;margin-top:1.5rem}.metric-button[data-v-b2f1499e]{padding:.75rem 1.6rem;border-radius:999px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s ease}.metric-button[data-v-b2f1499e]:first-child{background:#0b724e;color:#fff}.metric-button[data-v-b2f1499e]:first-child:hover{background:#095f41}.metric-button[data-v-b2f1499e]:last-child{border:1px solid #0b724e;color:#0b724e}.metric-button[data-v-b2f1499e]:last-child:hover{background:#0b724e14}.metric-right[data-v-b2f1499e]{flex:2;background:#f8fafc88;border-radius:28px;padding:2rem;display:flex;gap:1.5rem;height:500px;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}.scroll-column[data-v-b2f1499e]{flex:1;display:flex;flex-direction:column}.scroll-track[data-v-b2f1499e]{display:flex;flex-direction:column;gap:.25rem}.logo-card[data-v-b2f1499e]{border-radius:18px;padding:1.25rem;display:flex;align-items:center;justify-content:center;min-height:100px}.logo-card img[data-v-b2f1499e]{width:100%;height:auto;max-height:70px;object-fit:cover;border:1px solid #99999916;border-radius:5px}.column-up .scroll-track[data-v-b2f1499e]{animation:scrollUp-b2f1499e 50s linear infinite}.column-down .scroll-track[data-v-b2f1499e]{animation:scrollDown-b2f1499e 40s linear infinite}@keyframes scrollUp-b2f1499e{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown-b2f1499e{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media(max-width:768px){.metric-container[data-v-b2f1499e]{flex-direction:column;gap:3rem}.metric-title[data-v-b2f1499e]{font-size:2rem}.metric-right[data-v-b2f1499e]{width:100%;max-height:400px}.metric-buttonbox[data-v-b2f1499e]{flex-direction:column;align-items:center;justify-content:center}.metric-button[data-v-b2f1499e]{width:100%;display:flex;justify-content:center}}.cost-wrapper[data-v-628e74ea]{width:100%;min-height:800px;background:linear-gradient(135deg,#0b7751,#085a3d);color:#fff;position:relative;padding:100px 0 150px;display:flex;align-items:center;font-family:Inter,sans-serif}.cost-container[data-v-628e74ea]{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.8fr 2fr;gap:4rem;align-items:start;z-index:2}.cost-left[data-v-628e74ea]{display:flex;flex-direction:column;gap:1.5rem}.cost-badge[data-v-628e74ea]{background:#ffffff26;padding:6px 16px;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;width:fit-content}.cost-title[data-v-628e74ea]{font-size:3rem;font-weight:800;line-height:1.1;margin:0}.cost-subtitle[data-v-628e74ea]{font-size:1.1rem;line-height:1.6;color:#fffc}.cost-right[data-v-628e74ea]{display:grid;gap:1.5rem}.cost-item[data-v-628e74ea]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.2rem 2rem;border-radius:20px;transition:transform .3s ease,background .3s ease}.cost-item[data-v-628e74ea]:hover{transform:translateY(-5px);background:#ffffff1a;cursor:pointer}.cost-item-header[data-v-628e74ea]{display:flex;gap:1rem;align-items:center;margin-bottom:.5rem}.cost-icon[data-v-628e74ea]{color:#dae5e1;width:28px;height:28px}.item-title[data-v-628e74ea]{font-size:1.25rem;font-weight:700}.item-text[data-v-628e74ea]{font-size:.95rem;line-height:1.6;color:#ffffffb3}.custom-shape-divider-bottom-1766399514[data-v-628e74ea]{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-bottom-1766399514 svg[data-v-628e74ea]{position:relative;display:block;width:calc(100% + 1.3px);height:112px}.custom-shape-divider-bottom-1766399514 .shape-fill[data-v-628e74ea]{fill:#fff}@media(max-width:767px){.custom-shape-divider-bottom-1766399514[data-v-628e74ea]{display:none}.cost-wrapper[data-v-628e74ea]{padding:0}.cost-container[data-v-628e74ea]{display:flex;flex-direction:column;padding:2rem 1rem}.cost-title[data-v-628e74ea]{font-size:1.75rem}}.footer-wrapper[data-v-31c6824e]{width:100vw;background:#0b724e;color:#fff}.footer-container[data-v-31c6824e]{max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem;display:flex;flex-direction:column;gap:2.5rem}.footer-content[data-v-31c6824e]{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}.logo-section[data-v-31c6824e]{display:flex;flex-direction:column;gap:.6rem}.logo[data-v-31c6824e]{width:80px;height:auto}.logo-title[data-v-31c6824e]{font-size:1.2rem;font-weight:700}.logo-section p[data-v-31c6824e]{font-size:.9rem;opacity:.85;line-height:1.6}.footer-col h4[data-v-31c6824e]{font-size:.95rem;font-weight:700;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.05em}.footer-col ul[data-v-31c6824e]{list-style:none;padding:0;margin:0}.footer-col li[data-v-31c6824e]{margin-bottom:.55rem}.footer-col a[data-v-31c6824e]{color:#ffffffd9;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-col a[data-v-31c6824e]:hover{color:#fff}.footer-top[data-v-31c6824e]{border-top:1px solid rgba(255,255,255,.15);padding-top:2rem;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.top-left[data-v-31c6824e]{display:flex;flex-direction:column;gap:.6rem}.top-text[data-v-31c6824e]{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:400;opacity:.9}.top-icon[data-v-31c6824e]{width:18px;height:18px;stroke-width:1.8}.top-right[data-v-31c6824e]{display:flex;align-items:center;gap:.9rem}.social-icon[data-v-31c6824e]{width:20px;height:20px;color:#fffc;transition:color .2s ease,transform .2s ease}.social-icon[data-v-31c6824e]:hover{color:#fff;transform:translateY(-2px)}.footer-bottombox[data-v-31c6824e]{border-top:1px solid rgba(255,255,255,.15);padding-top:1.2rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.footer-bottombox p[data-v-31c6824e]{font-size:.85rem;opacity:.8}.footer-links[data-v-31c6824e]{display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:center}.link[data-v-31c6824e],.link[data-v-31c6824e]:visited{color:#ffffffd9;font-size:.85rem;text-decoration:none;transition:color .2s ease}.link[data-v-31c6824e]:hover{color:#fff;text-decoration:underline}@media(max-width:900px){.footer-content[data-v-31c6824e]{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-container[data-v-31c6824e]{padding:2.5rem 1.5rem 1.2rem}.footer-content[data-v-31c6824e]{grid-template-columns:1fr;gap:2rem}.footer-top[data-v-31c6824e]{flex-direction:column;align-items:flex-start}.top-right[data-v-31c6824e]{margin-top:.8rem}}.wrapper[data-v-baa336e4]{width:100%;background:#fff;color:#111;display:flex;justify-content:center;align-items:center;padding:2rem 1rem}.container[data-v-baa336e4]{width:100%;max-width:1200px;text-align:center}.container h3[data-v-baa336e4]{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.container p[data-v-baa336e4]{font-size:1.1rem;color:#666;max-width:650px;margin:0 auto 2rem;line-height:1.6}.developer-grid[data-v-baa336e4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:2rem}.integration-card[data-v-baa336e4]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem 1rem;background:#fff;border:1px solid #eee;border-radius:14px;height:140px;transition:all .25s ease-in-out;box-shadow:0 2px 4px #0000000a}.integration-card[data-v-baa336e4]:hover{transform:translateY(-6px);box-shadow:0 6px 14px #00000014;border-color:#11d08d}.integration-icon[data-v-baa336e4]{width:42px;height:42px;margin-bottom:.6rem}.integration-card span[data-v-baa336e4]{font-size:.9rem;font-weight:500;color:#444}.python[data-v-baa336e4]{color:#3776ab}.node[data-v-baa336e4]{color:#3c873a}.react[data-v-baa336e4]{color:#61dafb}.java[data-v-baa336e4]{color:#e76f00}.go[data-v-baa336e4]{color:#00add8}.php[data-v-baa336e4]{color:#777bb4}.csharp[data-v-baa336e4]{color:#178600}.ts[data-v-baa336e4]{color:#3178c6}.last-section[data-v-baa336e4]{margin-top:3rem;flex-direction:column;display:flex;align-items:center;justify-content:center}.last-section h4[data-v-baa336e4]{font-size:1rem;font-weight:500;margin-bottom:1.5rem;color:#555}.last-section button[data-v-baa336e4]{display:flex;align-items:center;justify-content:center;padding:.75rem 2.5rem;border:none;border-radius:30px;cursor:pointer;background:linear-gradient(90deg,#11d08d,#0bbf7b);color:#fff;font-weight:600;font-size:.95rem;transition:all .3s ease;margin:0 auto}.last-section button[data-v-baa336e4]:hover{transform:translateY(-3px);box-shadow:0 6px 14px #11d08d59;background:none;color:#0bbf7b;border:1px solid #0bbf7b}.button-icon[data-v-baa336e4]{margin-right:.6rem;width:18px;height:18px}.wrapper[data-v-cafb7712]{width:100vw;background:#fff;padding:6rem 2rem;display:flex;justify-content:center;align-items:center;color:#000;overflow:hidden}.container[data-v-cafb7712]{width:100%;max-width:1200px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap}.text-content[data-v-cafb7712]{flex:1;min-width:300px;text-align:left}.text-content h3[data-v-cafb7712]{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#000}.text-content p[data-v-cafb7712]{font-size:1.15rem;color:#444;margin-bottom:2.5rem;line-height:1.6;max-width:550px}.buttons[data-v-cafb7712]{display:flex;gap:1rem;flex-wrap:wrap}.primary-button[data-v-cafb7712],.secondary-button[data-v-cafb7712]{padding:.5rem 2rem;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.primary-button[data-v-cafb7712]{background:#11d08d;color:#fff;border:2px solid #11D08D;box-shadow:0 8px 20px #11d08d66}.primary-button a[data-v-cafb7712]{text-decoration:none;color:#fff;font-size:1.05rem;font-weight:700}.primary-button[data-v-cafb7712]:hover{background:#0eac75;transform:translateY(-3px);box-shadow:0 12px 25px #11d08d80}.secondary-button[data-v-cafb7712]{background:transparent;border:1px solid #0eac75;color:#0eac75;font-weight:600}.secondary-button[data-v-cafb7712]:hover{background:#0eac75;transform:translateY(-3px);color:#fff;border:none}.image-content[data-v-cafb7712]{flex:1;display:flex;justify-content:center;align-items:center;min-width:300px}.image-content img[data-v-cafb7712]{max-width:100%;height:auto;display:block;background:none}@media(max-width:992px){.container[data-v-cafb7712]{flex-direction:column;text-align:center}.text-content[data-v-cafb7712]{align-items:center;text-align:center}.text-content h3[data-v-cafb7712]{font-size:2.5rem}.text-content p[data-v-cafb7712]{font-size:1.05rem}.buttons[data-v-cafb7712]{justify-content:center}}@media(max-width:576px){.wrapper[data-v-cafb7712]{padding:4rem 1rem}.text-content h3[data-v-cafb7712]{font-size:2rem}.text-content p[data-v-cafb7712]{font-size:.95rem;margin-bottom:2rem}.primary-button[data-v-cafb7712],.secondary-button[data-v-cafb7712]{padding:.8rem 2rem;font-size:.95rem}.buttons[data-v-cafb7712]{flex-direction:column;gap:.8rem}}.sol-wrapper[data-v-9fe7f8c9]{background:#fff;color:#000;width:100vw;height:80vh;overflow:hidden}.sol-container[data-v-9fe7f8c9]{width:100%;max-width:1200px;height:100%;margin:0 auto;padding:2.5rem 2rem;display:flex;flex-direction:row;gap:1rem}.sol-badge[data-v-9fe7f8c9]{display:inline-block;background:#0b724e1a;color:#0b724e;font-size:.75rem;font-weight:700;padding:.35rem .8rem;border-radius:999px;width:fit-content;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.sol-left[data-v-9fe7f8c9]{display:flex;flex-direction:column;flex:3}.sol-title[data-v-9fe7f8c9]{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:2rem;color:#000}.sol-title span[data-v-9fe7f8c9]{color:#0b724e;font-weight:800}.sol-featurebox[data-v-9fe7f8c9]{display:flex;gap:1rem;flex-direction:column}.sol-featurebox .sol-feature[data-v-9fe7f8c9]:nth-child(1){margin-left:1rem}.sol-featurebox .sol-feature[data-v-9fe7f8c9]:nth-child(2){margin-left:3rem}.sol-featurebox .sol-feature[data-v-9fe7f8c9]:nth-child(3){margin-left:5rem}.sol-feature[data-v-9fe7f8c9]{max-width:700px;display:flex;flex-direction:row;gap:1.4rem;padding:1.5rem 1rem;border-radius:20px;background:#f8fafc;box-shadow:0 12px 30px #02061730;transition:transform .25s ease,box-shadow .25s ease}.sol-feature[data-v-9fe7f8c9]:hover{transform:translateY(-4px);box-shadow:0 18px 45px #02061761;cursor:pointer}.feature-image[data-v-9fe7f8c9]{width:80px;height:80px;object-fit:contain;flex-shrink:0}.feature-box[data-v-9fe7f8c9]{display:flex;flex-direction:column;gap:.4rem}.feature-title[data-v-9fe7f8c9]{font-size:1.1rem;font-weight:700;color:#020617}.feature-box p[data-v-9fe7f8c9]{font-size:.95rem;line-height:1.6;color:#475569}.feature-box span[data-v-9fe7f8c9]{color:#0b724e;font-weight:700}.sol-right[data-v-9fe7f8c9]{display:flex;flex:1.25}.mobile-image[data-v-9fe7f8c9]{width:300px;height:auto}@media(max-width:760px){.sol-wrapper[data-v-9fe7f8c9]{height:auto;padding-bottom:2rem}.sol-container[data-v-9fe7f8c9]{flex-direction:column;padding:2rem 1.25rem;gap:2rem}.sol-left[data-v-9fe7f8c9]{flex:1}.sol-title[data-v-9fe7f8c9]{font-size:1.6rem;margin-bottom:1.5rem}.sol-featurebox .sol-feature[data-v-9fe7f8c9]:nth-child(1),.sol-featurebox .sol-feature[data-v-9fe7f8c9]:nth-child(2),.sol-featurebox .sol-feature[data-v-9fe7f8c9]:nth-child(3){margin-left:0}.sol-feature[data-v-9fe7f8c9]{flex-direction:column;align-items:flex-start;padding:1.25rem}.feature-image[data-v-9fe7f8c9]{width:60px;height:60px}.feature-title[data-v-9fe7f8c9]{font-size:1rem}.feature-box p[data-v-9fe7f8c9]{font-size:.9rem}.sol-right[data-v-9fe7f8c9]{justify-content:center;order:1}.mobile-image[data-v-9fe7f8c9]{width:220px}}@media(max-width:420px){.sol-title[data-v-9fe7f8c9]{font-size:1.4rem}.mobile-image[data-v-9fe7f8c9]{width:190px}.sol-feature[data-v-9fe7f8c9]{padding:1rem}}.lipwa-wrapper[data-v-8751fbd1]{background-color:#fff;color:#000;width:100%;min-height:600px;display:flex;align-items:center}.lipwa-container[data-v-8751fbd1]{width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.lipwa-left[data-v-8751fbd1]{background:linear-gradient(135deg,#0b724e,#16a34a);color:#fff;border-radius:24px;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 1.5rem;flex:2.5;box-shadow:0 25px 60px #0b724e40;text-align:center;align-items:center}.left-badge[data-v-8751fbd1]{display:inline-block;background:#ffffff26;padding:.4rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:1.2rem}.left-title[data-v-8751fbd1]{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1.2rem}.left-subtitle[data-v-8751fbd1]{font-size:1rem;line-height:1.6;opacity:.95;max-width:100%}.left-actions[data-v-8751fbd1]{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:100%}.primary-btn[data-v-8751fbd1],.secondary-btn[data-v-8751fbd1]{padding:.9rem 1.8rem;border-radius:999px;text-decoration:none;font-weight:700;text-align:center;transition:transform .2s}.primary-btn[data-v-8751fbd1]{background:#fff;color:#0b724e}.secondary-btn[data-v-8751fbd1]{border:1px solid rgba(255,255,255,.6);color:#fff}.lipwa-right[data-v-8751fbd1]{display:flex;flex-direction:column;flex:2;gap:1.5rem}.right-topbox[data-v-8751fbd1]{border-radius:24px;background:linear-gradient(to bottom,#f8fafc,#eef9f3 45%,#e6f6ee);padding:2.5rem 1.5rem;box-shadow:0 18px 45px #0b724e59;text-align:center;display:flex;flex-direction:column;align-items:center}.top-iconbox[data-v-8751fbd1]{width:56px;height:56px;background:linear-gradient(135deg,#16a34a,#0b724e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.top-icon[data-v-8751fbd1]{width:30px;height:30px}.top-title[data-v-8751fbd1]{font-size:1.55rem;font-weight:800;color:#020617;margin-bottom:.6rem}.top-subtitle[data-v-8751fbd1]{font-size:.95rem;color:#475569}.right-bottombox[data-v-8751fbd1]{border-radius:24px;padding:2rem 1rem;display:flex;align-items:center;justify-content:space-around;background:linear-gradient(to bottom,#0b724e,#064e3b);color:#fff}.stat[data-v-8751fbd1]{display:flex;flex-direction:column;align-items:center;gap:.6rem}.uptime-text[data-v-8751fbd1]{width:55px;height:55px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.stat-divider[data-v-8751fbd1]{width:1px;height:50px;background:#fff3}.stat-icon[data-v-8751fbd1]{width:32px;height:32px}.hide-mobile[data-v-8751fbd1]{display:none}@media(min-width:768px){.lipwa-container[data-v-8751fbd1]{flex-direction:row;padding:3rem 2rem}.lipwa-left[data-v-8751fbd1]{text-align:left;align-items:flex-start;padding:3.5rem}.left-title[data-v-8751fbd1]{font-size:2.6rem}.left-actions[data-v-8751fbd1]{flex-direction:row;width:auto}.right-topbox[data-v-8751fbd1]{text-align:left;align-items:flex-start;padding:3rem}.right-bottombox[data-v-8751fbd1]{padding:1.8rem}.hide-mobile[data-v-8751fbd1]{display:block}}.subscribe-wrapper[data-v-7ebc8a93]{width:100vw;padding:0;margin:0;display:flex;justify-content:center;align-items:center;background:#fff;border-top:1px solid #9999993d}.subscribe-container[data-v-7ebc8a93]{width:100%;max-width:700px;padding:2rem;margin:1rem 0;display:flex;flex-direction:column;justify-content:center}.subscribe-title[data-v-7ebc8a93]{font-size:2.75rem;font-weight:700;color:#111827;margin:0 auto;margin-bottom:.5rem;text-transform:capitalize;text-align:center}.subscribe-subtitle[data-v-7ebc8a93]{font-size:1.15rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.5;text-align:center}.subscribe-form[data-v-7ebc8a93]{display:flex;gap:0rem;justify-content:center}.subscribe-input[data-v-7ebc8a93]{flex:1;min-width:300px;padding:.95rem 1rem;border:3px solid #0e8960;border-radius:5px 0 0 5px;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.subscribe-input[data-v-7ebc8a93]:focus{box-shadow:none}.subscribe-button[data-v-7ebc8a93]{padding:.75rem 2.5rem;background-color:#0e8960;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:0 5px 5px 0;cursor:pointer;transition:background-color .2s,transform .1s}.subscribe-button[data-v-7ebc8a93]:hover{background-color:#145b43}.subscribe-button[data-v-7ebc8a93]:active{transform:translateY(0)}@media(max-width:600px){.subscribe-container[data-v-7ebc8a93]{padding:1.5rem 1rem}.subscribe-title[data-v-7ebc8a93]{font-size:2rem}.subscribe-subtitle[data-v-7ebc8a93]{font-size:1rem}.subscribe-form[data-v-7ebc8a93]{flex-direction:column;gap:10px;width:100%;max-width:400px;margin:0 auto}.subscribe-input[data-v-7ebc8a93]{min-width:100%;border-radius:5px;padding:.85rem 1rem;text-align:center}.subscribe-button[data-v-7ebc8a93]{width:100%;border-radius:5px;padding:.85rem 1.5rem}}.price-wrapper[data-v-4e429abc]{background:#fff;color:#1a1a1a;width:100%;padding:80px 0;font-family:Inter,sans-serif}.price-container[data-v-4e429abc]{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:4rem}.price-left[data-v-4e429abc]{flex:1.2;display:flex;justify-content:center;position:relative}.left-content[data-v-4e429abc]{position:relative;width:350px;height:350px;display:flex;align-items:center;justify-content:center}.left-title[data-v-4e429abc]{position:relative;z-index:10;color:#fff;font-size:2.2rem;font-weight:800;line-height:1.2;text-align:center}.blob-svg[data-v-4e429abc]{position:absolute;width:130%;height:130%;top:-15%;left:-15%;filter:drop-shadow(0 10px 20px rgba(11,119,81,.2))}.price-right[data-v-4e429abc]{flex:2;display:flex;flex-direction:column;gap:2.5rem}.pricing-grid[data-v-4e429abc]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.price-card[data-v-4e429abc]{background:#f8f9fa;border:1px solid #eee;padding:2rem;border-radius:16px;transition:all .3s ease}.price-card[data-v-4e429abc]:hover{border-color:#0b7751;background:#fff;box-shadow:0 10px 30px #0000000d}.card-label[data-v-4e429abc]{text-transform:uppercase;font-size:.8rem;letter-spacing:1px;font-weight:700;color:#666}.fee-amount[data-v-4e429abc]{font-size:3rem;font-weight:800;color:#0b7751;margin:.5rem 0}.fee-desc[data-v-4e429abc]{color:#555;font-size:.95rem}.right-buttonbox[data-v-4e429abc]{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary[data-v-4e429abc],.btn-secondary[data-v-4e429abc]{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:.2s}.btn-primary[data-v-4e429abc]{background:#0b7751;color:#fff}.btn-primary[data-v-4e429abc]:hover{background:#085a3d}.btn-secondary[data-v-4e429abc]{background:#f1f3f5;color:#1a1a1a}.btn-secondary[data-v-4e429abc]:hover{background:#e9ecef}@media(max-width:900px){.price-container[data-v-4e429abc]{flex-direction:column;text-align:center}.pricing-grid[data-v-4e429abc]{grid-template-columns:1fr}.right-buttonbox[data-v-4e429abc]{justify-content:center}.left-content[data-v-4e429abc]{width:280px;height:280px}.left-title[data-v-4e429abc]{font-size:1.8rem}}.co-wrapper[data-v-90176894]{background:#fcfcfc;padding:80px 0;overflow:hidden;width:100%;font-family:Inter,sans-serif}.header-section[data-v-90176894]{text-align:center;margin-bottom:50px}.co-title[data-v-90176894]{font-size:2rem;color:#1a1a1a;font-weight:800}.co-subtitle[data-v-90176894]{color:#666}.marquee-container[data-v-90176894]{display:flex;flex-direction:column;gap:20px}.marquee-row[data-v-90176894]{display:flex;width:100%}.marquee-content[data-v-90176894]{display:flex;gap:20px}.country-card[data-v-90176894]{flex:0 0 auto;width:280px;background:#fff;padding:16px 20px;border-radius:12px;border:1px solid #eee;display:flex;align-items:center;gap:15px;box-shadow:0 4px 6px -1px #0000000d}.flag-img[data-v-90176894]{width:40px;height:30px;object-fit:cover;border-radius:4px;border:1px solid #f0f0f0}.country-info[data-v-90176894]{display:flex;flex-direction:column;gap:4px}.country-name[data-v-90176894]{font-weight:700;color:#333;font-size:.95rem;white-space:nowrap}.status-badge[data-v-90176894]{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:50px;width:fit-content}.status-badge.active[data-v-90176894]{background:#e6f4ea;color:#0b7751}.status-badge.pending[data-v-90176894]{background:#f1f3f5;color:#888}.scroll-right .marquee-content[data-v-90176894]{animation:scrollRight-90176894 40s linear infinite}.scroll-left .marquee-content[data-v-90176894]{animation:scrollLeft-90176894 40s linear infinite}@keyframes scrollLeft-90176894{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight-90176894{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-row:hover .marquee-content[data-v-90176894]{animation-play-state:paused}.home-wrapper[data-v-5c6c69f1]{width:100vw;height:100vh;margin:0;padding:0}.notfound-wrapper[data-v-b4b22cb1]{width:100vw;height:100vh;background:linear-gradient(140deg,#0ed18f,#133429 40%,#02271a 90%);position:relative;overflow:hidden;font-family:Inter,sans-serif}.notfound-image[data-v-b4b22cb1]{position:absolute;left:50%;transform:translate(-50%);z-index:1;bottom:0;width:65%;max-width:800px;height:auto;opacity:.15}.notfound-container[data-v-b4b22cb1]{width:100%;max-width:800px;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;z-index:10;position:relative;padding:0 1.5rem}.notfound-title[data-v-b4b22cb1]{font-size:8rem;font-weight:900;margin-bottom:.5rem;line-height:1;background:linear-gradient(90deg,#0ed18f,#72ffd1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.notfound-subtitle[data-v-b4b22cb1]{font-size:2.5rem;font-weight:700;color:#e8fff6;margin-bottom:1.5rem}.notfound-text[data-v-b4b22cb1]{font-size:1.15rem;color:#d8d8ff;line-height:1.6;margin-bottom:2.5rem;max-width:450px}.notfound-buttons[data-v-b4b22cb1]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.notfound-btn[data-v-b4b22cb1]{text-decoration:none;width:fit-content;padding:.9rem 2.2rem;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:.3s ease;border:2px solid transparent}.notfound-icon[data-v-b4b22cb1]{width:20px;height:20px}.primary-btn[data-v-b4b22cb1]{background:#0ed18f;border-color:#0ed18f;color:#000;box-shadow:0 4px 15px #0ed18f4d}.primary-btn[data-v-b4b22cb1]:hover{background:#0cca7f;border-color:#0cca7f;transform:translateY(-2px);box-shadow:0 8px 20px #0ed18f66}.secondary-btn[data-v-b4b22cb1]{background:transparent;border-color:#0ed18f;color:#e8fff6}.secondary-btn[data-v-b4b22cb1]:hover{background:#0ed18f1a;transform:translateY(-2px)}@media(max-width:768px){.notfound-title[data-v-b4b22cb1]{font-size:6rem}.notfound-subtitle[data-v-b4b22cb1]{font-size:2rem}.notfound-buttons[data-v-b4b22cb1]{flex-direction:column;width:100%;max-width:300px}.notfound-btn[data-v-b4b22cb1]{width:100%;justify-content:center}}@media(max-width:480px){.notfound-title[data-v-b4b22cb1]{font-size:4rem}.notfound-subtitle[data-v-b4b22cb1]{font-size:1.5rem}.notfound-text[data-v-b4b22cb1]{font-size:1rem}}
