:root{--bg: #0f1419;--bg-card: #1a2030;--bg-card-alt: #1e2638;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--primary: #00875a;--primary-light: #00a86b;--cta: #ff9500;--cta-hover: #ffab33;--text: #f0f0f0;--text-muted: rgba(255, 255, 255, .6);--text-dim: rgba(255, 255, 255, .4);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-hero: clamp(2.2rem, 5vw, 3.5rem);--fs-h2: clamp(1.6rem, 3vw, 2.2rem);--fs-h3: clamp(1.1rem, 2vw, 1.4rem);--fs-body: 1rem;--fs-small: .875rem;--section-py: clamp(4rem, 8vw, 7rem);--container: 1100px;--gap: 1.5rem;--radius: 12px;--radius-sm: 8px;--transition: .2s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);font-size:var(--fs-body);line-height:1.6;color:var(--text);background:var(--bg)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-py) 0}.section-title{font-size:var(--fs-h2);font-weight:800;margin-bottom:.5rem}.section-sub{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin-bottom:3rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color var(--transition)}.card:hover{border-color:var(--border-hover)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius-sm);font-weight:600;font-size:var(--fs-body);cursor:pointer;border:none;transition:all var(--transition);font-family:var(--font)}.btn-primary{background:var(--cta);color:#000}.btn-primary:hover{background:var(--cta-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--text-muted)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.divider{border:none;border-top:1px solid var(--border);margin:0}.grid-2,.grid-3,.grid-4{display:grid;grid-template-columns:1fr;gap:var(--gap)}@media(min-width:640px){.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;background:#0f1419e6;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:64px}.logo[data-astro-cid-dmqpwcec]{font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,var(--cta),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:2rem}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:var(--fs-small);color:var(--text-muted);transition:color var(--transition)}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--text)}.lang-switch[data-astro-cid-dmqpwcec]{font-weight:600;font-size:var(--fs-small)!important;padding:.25rem .6rem;border:1px solid var(--border);border-radius:var(--radius-sm)}.nav-cta[data-astro-cid-dmqpwcec]{padding:.55rem 1.2rem!important;font-size:var(--fs-small)!important;color:#000!important;-webkit-text-fill-color:#000!important}.hamburger[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:24px;height:2px;background:var(--text);transition:all var(--transition)}@media(max-width:768px){.hamburger[data-astro-cid-dmqpwcec]{display:flex}.nav-links[data-astro-cid-dmqpwcec]{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:var(--bg);border-bottom:1px solid var(--border);padding:1.5rem;gap:1rem}.nav-links[data-astro-cid-dmqpwcec].open{display:flex}.nav-cta[data-astro-cid-dmqpwcec]{width:100%;text-align:center;justify-content:center}}.hero[data-astro-cid-bbe6dxrz]{padding:clamp(3rem,8vw,6rem) 0 var(--section-py)}.hero-inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-headline[data-astro-cid-bbe6dxrz]{font-size:var(--fs-hero);font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero-accent[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--cta),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:1.15rem;color:var(--text-muted);max-width:520px;margin-bottom:2rem;line-height:1.7}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative}.hero-screenshot[data-astro-cid-bbe6dxrz]{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-card)}.hero-screenshot[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:auto}@media(min-width:900px){.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr 1.1fr}}.step-header[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.step-icon[data-astro-cid-cmgpsf2k]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#00875a1f;color:var(--primary-light)}.step-num[data-astro-cid-cmgpsf2k]{font-size:2rem;font-weight:800;color:var(--text-dim)}.step-title[data-astro-cid-cmgpsf2k]{font-size:var(--fs-h3);font-weight:700;margin-bottom:.5rem}.step-desc[data-astro-cid-cmgpsf2k]{color:var(--text-muted);font-size:var(--fs-small);line-height:1.6}.systems-grid[data-astro-cid-uuhkyhdj]{display:flex;flex-direction:column;gap:var(--gap)}.oms-card[data-astro-cid-uuhkyhdj]{display:grid;grid-template-columns:1fr;gap:2rem;padding:2.5rem}.oms-label[data-astro-cid-uuhkyhdj]{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-light);background:#00875a1f;padding:.3rem .75rem;border-radius:4px;margin-bottom:1rem}.oms-title[data-astro-cid-uuhkyhdj]{font-size:var(--fs-h2);font-weight:800;margin-bottom:.5rem}.oms-for[data-astro-cid-uuhkyhdj]{color:var(--text-muted);margin-bottom:1.5rem}.oms-features[data-astro-cid-uuhkyhdj]{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.oms-features[data-astro-cid-uuhkyhdj] li[data-astro-cid-uuhkyhdj]{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-muted);font-size:var(--fs-small);line-height:1.5}.oms-features[data-astro-cid-uuhkyhdj] li[data-astro-cid-uuhkyhdj] svg[data-astro-cid-uuhkyhdj]{flex-shrink:0;margin-top:2px}.oms-visual[data-astro-cid-uuhkyhdj]{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);background:var(--bg)}.oms-visual[data-astro-cid-uuhkyhdj] img[data-astro-cid-uuhkyhdj]{width:100%;height:auto}@media(min-width:900px){.oms-card[data-astro-cid-uuhkyhdj]{grid-template-columns:1fr 1.2fr;align-items:center}}.coming-soon-grid[data-astro-cid-uuhkyhdj]{display:grid;grid-template-columns:1fr;gap:var(--gap)}@media(min-width:640px){.coming-soon-grid[data-astro-cid-uuhkyhdj]{grid-template-columns:repeat(3,1fr)}}.coming-card[data-astro-cid-uuhkyhdj]{opacity:.6;padding:1.5rem}.coming-card[data-astro-cid-uuhkyhdj] h4[data-astro-cid-uuhkyhdj]{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.coming-card[data-astro-cid-uuhkyhdj] p[data-astro-cid-uuhkyhdj]{color:var(--text-muted);font-size:var(--fs-small)}.coming-label[data-astro-cid-uuhkyhdj]{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.75rem}.custom-card[data-astro-cid-uuhkyhdj]{opacity:1;border-style:dashed}.custom-link[data-astro-cid-uuhkyhdj]{display:inline-block;margin-top:.75rem;color:var(--primary-light);font-weight:600;font-size:var(--fs-small)}.custom-link[data-astro-cid-uuhkyhdj]:hover{color:var(--cta)}.pricing-card[data-astro-cid-hkoc4sea]{text-align:center;padding:2.5rem 2rem}.pricing-icon[data-astro-cid-hkoc4sea]{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#00875a1f;color:var(--primary-light)}.pricing-type[data-astro-cid-hkoc4sea]{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-light);margin-bottom:.5rem}.pricing-card[data-astro-cid-hkoc4sea] h3[data-astro-cid-hkoc4sea]{font-size:var(--fs-h3);font-weight:700;margin-bottom:.75rem}.pricing-card[data-astro-cid-hkoc4sea] p[data-astro-cid-hkoc4sea]{color:var(--text-muted);font-size:var(--fs-small);line-height:1.7}.pricing-cta[data-astro-cid-hkoc4sea]{text-align:center;margin-top:3rem;padding:2rem;border:1px dashed var(--border);border-radius:var(--radius)}.pricing-cta[data-astro-cid-hkoc4sea] p[data-astro-cid-hkoc4sea]{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.05rem}.trust-card[data-astro-cid-lfow52u2]{display:flex;flex-direction:column;gap:.5rem}.trust-icon[data-astro-cid-lfow52u2]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#00875a1f;color:var(--primary-light);margin-bottom:.5rem}.trust-card[data-astro-cid-lfow52u2] h3[data-astro-cid-lfow52u2]{font-size:var(--fs-h3);font-weight:700}.trust-card[data-astro-cid-lfow52u2] p[data-astro-cid-lfow52u2]{color:var(--text-muted);font-size:var(--fs-small);line-height:1.7}.cta-grid[data-astro-cid-4xty6sx2]{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:900px){.cta-grid[data-astro-cid-4xty6sx2]{grid-template-columns:1fr 1.2fr}}.cta-sub[data-astro-cid-4xty6sx2]{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.cta-or[data-astro-cid-4xty6sx2]{color:var(--text-dim);font-size:var(--fs-small);margin-bottom:.75rem}.cta-channels[data-astro-cid-4xty6sx2]{display:flex;flex-direction:column;gap:.5rem}.cta-channel[data-astro-cid-4xty6sx2]{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:var(--fs-small);transition:color var(--transition)}.cta-channel[data-astro-cid-4xty6sx2]:hover{color:var(--text)}.cta-form[data-astro-cid-4xty6sx2]{padding:2rem}.form-row[data-astro-cid-4xty6sx2]{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.form-row[data-astro-cid-4xty6sx2]{grid-template-columns:1fr 1fr}}.form-group[data-astro-cid-4xty6sx2]{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group[data-astro-cid-4xty6sx2] label[data-astro-cid-4xty6sx2]{font-size:var(--fs-small);font-weight:500;color:var(--text-muted)}.form-group[data-astro-cid-4xty6sx2] input[data-astro-cid-4xty6sx2],.form-group[data-astro-cid-4xty6sx2] textarea[data-astro-cid-4xty6sx2]{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .85rem;color:var(--text);font-family:var(--font);font-size:var(--fs-body);transition:border-color var(--transition)}.form-group[data-astro-cid-4xty6sx2] input[data-astro-cid-4xty6sx2]:focus,.form-group[data-astro-cid-4xty6sx2] textarea[data-astro-cid-4xty6sx2]:focus{outline:none;border-color:var(--primary)}.form-group[data-astro-cid-4xty6sx2] textarea[data-astro-cid-4xty6sx2]{resize:vertical;min-height:100px}.form-submit[data-astro-cid-4xty6sx2]{width:100%;justify-content:center}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding:2.5rem 0}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media(min-width:640px){.footer-inner[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;text-align:left}}.footer-logo[data-astro-cid-sz7xmlte]{font-weight:800;font-size:1.1rem;background:linear-gradient(135deg,var(--cta),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--text-dim);font-size:var(--fs-small);margin-top:.25rem}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:var(--fs-small);transition:color var(--transition)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer-copy[data-astro-cid-sz7xmlte]{color:var(--text-dim);font-size:var(--fs-small)}
