@import"https://fonts.googleapis.com/css2?family=Sora:wght@600;700&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap";:root:root{--accent: #0082c8;--accent-strong: #006aa3;--accent-soft: #e3f4fd;--accent-contrast: #ffffff;--mesh-opacity: 0;--noise-opacity: 0;--bg: #f5f8fb;--bg-elevated: #ffffff;--bg-muted: #ecf2f7;--text: #0e1b28;--text-muted: #45586b;--text-subtle: #74889b99;--border: #dfe8f0;--border-strong: #c3d3e0;--surface: #ffffff;--surface-hover: #f5f8fb;--surface-border: #dfe8f0;--surface-border-strong: #c3d3e0;--surface-blur: none;--surface-shadow: 0 2px 8px -2px rgba(14, 27, 40, .06);--shadow-sm: 0 2px 6px -1px rgba(14, 27, 40, .06);--shadow-md: 0 8px 24px -6px rgba(14, 27, 40, .1);--shadow-lg: 0 24px 60px -16px rgba(0, 105, 166, .18);--radius-xs: 6px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 26px;--radius-2xl: 32px;--radius-full: 999px;--font-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Sora", "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--cD-grad: linear-gradient(135deg, #0096d6, #0067b8);color-scheme:light}:root:root[data-theme=dark]{color-scheme:dark;--accent: #2cb2ea;--accent-strong: #6cc9f0;--accent-soft: #0d3550;--accent-contrast: #ffffff;--bg: #081420;--bg-elevated: #0e1e2e;--bg-muted: #13273a;--text: #eaf3fa;--text-muted: #9db2c2;--text-subtle: #74889baa;--border: #1c3247;--border-strong: #2c4a66;--surface: #0e1e2e;--surface-hover: #13273a;--surface-border: #1c3247;--surface-border-strong: #2c4a66;--shadow-sm: 0 2px 6px -1px rgba(0, 0, 0, .4);--shadow-md: 0 8px 24px -6px rgba(0, 0, 0, .5);--shadow-lg: 0 24px 60px -16px rgba(0, 0, 0, .6)}html,body{background:var(--bg)}.btn{border-radius:var(--radius-full);font-weight:700;letter-spacing:.01em}.btn--primary{background:var(--cD-grad)!important;border:0!important;color:#fff!important;box-shadow:0 8px 20px -6px #0082c873;transition:transform .2s ease,box-shadow .2s ease}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px -8px #0082c88c}.section__title{font-weight:700;letter-spacing:-.02em;text-transform:none}.section__eyebrow{background:var(--accent-soft);color:var(--accent-strong);border:0;border-radius:var(--radius-full);padding:.35rem .95rem;font-weight:700;letter-spacing:.05em}.section--tone-muted{background:var(--bg-muted)}.tech-card{border:1px solid var(--border);box-shadow:var(--shadow-sm)}.tech-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.faq__item{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:none}.faq__item[open]{border-color:var(--accent)}.reviews__card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}:root:root .cta-section{background:var(--cD-grad);border-radius:0}:root:root .cta-section .cta-section__title{color:#fff}:root:root .cta-section .cta-section__intro{color:#d7eefb}:root:root .cta-section .btn--primary{background:#fff!important;color:#006aa3!important;box-shadow:0 10px 26px -8px #001e3266}:root:root .cta-section .btn--ghost{color:#fff;border-color:#ffffff73}:root:root .cta-section .btn--ghost:hover{background:#ffffff24;color:#fff}.site-header-wrap--sticky{background:var(--bg-elevated)!important;box-shadow:0 1px 0 var(--border),0 8px 24px -18px #0e1b2859!important}.site-header-wrap--sticky .site-header{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cD-hero{position:relative;padding:4.5rem 0 3rem;text-align:center;overflow:hidden}.cD-hero:before,.cD-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(70px);opacity:.35;pointer-events:none}.cD-hero:before{width:480px;height:480px;background:radial-gradient(circle,#0096d6,transparent 65%);top:-180px;left:-140px}.cD-hero:after{width:420px;height:420px;background:radial-gradient(circle,#00b2d6,transparent 65%);top:-120px;right:-140px}:root[data-theme=dark] .cD-hero:before,:root[data-theme=dark] .cD-hero:after{opacity:.22}.cD-hero__inner{position:relative;max-width:880px;margin:0 auto}.cD-hero__eyebrow{display:inline-block;background:var(--accent-soft);color:var(--accent-strong);border-radius:var(--radius-full);padding:.4rem 1.1rem;font-weight:700;font-size:.82rem;letter-spacing:.04em;margin-bottom:1.4rem}.cD-hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(2.5rem,6vw,4.3rem);line-height:1.06;letter-spacing:-.025em;color:var(--text);margin-bottom:1.2rem}.cD-hero__title em{font-style:normal;background:var(--cD-grad);-webkit-background-clip:text;background-clip:text;color:transparent}:root[data-theme=dark] .cD-hero__title em{background:linear-gradient(135deg,#4cc3f2,#2196dd);-webkit-background-clip:text;background-clip:text}.cD-hero__sub{color:var(--text-muted);font-size:1.12rem;line-height:1.7;max-width:58ch;margin:0 auto 1.8rem}.cD-hero__ctas{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.6rem}.cD-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.6rem}.cD-chips span{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-full);padding:.34rem .95rem;font-size:.82rem;font-weight:500;color:var(--text-muted)}.cD-panel{position:relative;max-width:980px;margin:0 auto}.cD-panel img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--radius-2xl);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.cD-float{position:absolute;display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:.55rem 1.05rem;font-weight:700;font-size:.88rem;color:var(--text);white-space:nowrap}.cD-float b{color:var(--accent-strong);font-weight:700}:root[data-theme=dark] .cD-float b{color:var(--accent)}.cD-float--tl{top:-18px;left:6%}.cD-float--br{bottom:-18px;right:6%}.cD-float--tr{top:-18px;right:10%}@media(max-width:640px){.cD-float--tr{display:none}.cD-float--tl{left:3%}.cD-float--br{right:3%}}.cD-bento{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.cD-bento{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cD-bento{grid-template-columns:repeat(4,1fr)}}.cD-cell{position:relative;display:flex;flex-direction:column;gap:.55rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.35rem;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.cD-cell:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:var(--shadow-md)}.cD-cell__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--accent-soft);color:var(--accent-strong)}.cD-cell__icon svg{width:22px;height:22px}:root[data-theme=dark] .cD-cell__icon{color:var(--accent)}.cD-cell__title{font-family:var(--font-display);font-weight:600;font-size:1.02rem;letter-spacing:-.01em;color:var(--text)}.cD-cell__title a{color:inherit;text-decoration:none}.cD-cell__title a:after{content:"";position:absolute;inset:0}.cD-cell:hover .cD-cell__title{color:var(--accent-strong)}:root[data-theme=dark] .cD-cell:hover .cD-cell__title{color:var(--accent)}.cD-cell__desc{color:var(--text-muted);font-size:.9rem;line-height:1.55;flex:1}.cD-cell__price{align-self:flex-start;background:var(--accent-soft);color:var(--accent-strong);border-radius:var(--radius-full);padding:.22rem .75rem;font-size:.76rem;font-weight:700}:root[data-theme=dark] .cD-cell__price{color:var(--accent)}.cD-cell--feature{grid-column:span 1;padding:0;overflow:hidden;min-height:260px;justify-content:flex-end}@media(min-width:700px){.cD-cell--feature{grid-column:span 2}}.cD-cell--feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cD-cell--feature .cD-cell__overlay{position:relative;padding:2.4rem 1.4rem 1.35rem;background:linear-gradient(180deg,transparent,rgba(5,22,36,.86) 60%);display:flex;flex-direction:column;gap:.45rem}.cD-cell--feature .cD-cell__title{color:#fff}.cD-cell--feature .cD-cell__desc{color:#c9dcea;flex:0}.cD-cell--feature .cD-cell__price{background:#ffffffeb;color:#006aa3}.cD-cell--feature:hover .cD-cell__title{color:#fff}.cD-steps{display:grid;grid-template-columns:1fr;gap:1.6rem;counter-reset:cdstep;position:relative}@media(min-width:900px){.cD-steps{grid-template-columns:repeat(4,1fr);gap:1.2rem}.cD-steps:before{content:"";position:absolute;top:27px;left:12%;right:12%;border-top:2px dashed var(--border-strong)}}.cD-step{position:relative;text-align:center;padding:0 .6rem}.cD-step:before{counter-increment:cdstep;content:counter(cdstep);position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:var(--cD-grad);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.15rem;box-shadow:0 8px 20px -6px #0082c873;margin-bottom:.9rem}.cD-step h3{font-family:var(--font-display);font-weight:600;font-size:1rem;letter-spacing:-.01em;color:var(--text);margin-bottom:.35rem}.cD-step p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.brand-disclaimer{border-top:1px solid var(--border);background:var(--bg-muted);padding:var(--space-4, 1rem) 0}.brand-disclaimer p{font-size:.78rem;line-height:1.6;color:var(--text-subtle);max-width:90ch}:root{--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--text-6xl: 4.5rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 999px;--bg: #ffffff;--bg-elevated: #f8fafc;--bg-muted: #f1f5f9;--text: #0f172a;--text-muted: #475569;--text-subtle: #64748b;--border: #e2e8f0;--border-strong: #cbd5e1;--surface: var(--bg);--surface-hover: var(--bg-elevated);--surface-border: var(--border);--surface-border-strong: var(--border-strong);--surface-blur: none;--surface-shadow: var(--shadow-sm);--accent: #2563eb;--accent-soft: #dbeafe;--accent-strong: #1d4ed8;--accent-contrast: #ffffff;--mesh-1: var(--accent);--mesh-2: var(--accent-strong);--mesh-3: var(--accent);--mesh-opacity: 0;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--container: 1200px;--container-narrow: 760px;--shadow-sm: 0 1px 2px 0 rgb(15 23 42 / .04);--shadow-md: 0 4px 14px -2px rgb(15 23 42 / .08);--shadow-lg: 0 20px 40px -12px rgb(15 23 42 / .18);--ease-out-expo: cubic-bezier(.22, 1, .36, 1);--duration-fast: .18s;--duration-base: .28s;--duration-slow: .48s}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;inset:-10%;background:radial-gradient(900px circle at 10% -10%,color-mix(in oklab,var(--mesh-1) 35%,transparent),transparent 55%),radial-gradient(800px circle at 90% 10%,color-mix(in oklab,var(--mesh-2) 28%,transparent),transparent 60%),radial-gradient(1000px circle at 50% 110%,color-mix(in oklab,var(--mesh-3) 22%,transparent),transparent 65%);opacity:var(--mesh-opacity, 0);z-index:-2;pointer-events:none;filter:blur(20px)}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");opacity:var(--noise-opacity, 0);z-index:-1;pointer-events:none;mix-blend-mode:overlay}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:transparent}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.02em;font-weight:700}p{color:var(--text-muted)}::selection{background:var(--accent);color:var(--accent-contrast)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-5)}.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 var(--space-5)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.skip-link[data-astro-cid-dshivwo6]{position:absolute;left:-9999px;top:0;padding:.75rem 1rem;background:var(--accent);color:var(--accent-contrast);z-index:999;border-radius:0 0 var(--radius-md) 0}.skip-link[data-astro-cid-dshivwo6]:focus{left:0}.wordmark[data-astro-cid-snaypyvn]{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;font-size:var(--wm-font);color:var(--text);line-height:1}.wordmark__dot[data-astro-cid-snaypyvn]{width:var(--wm-dot);height:var(--wm-dot);background:var(--wm-accent);border-radius:999px;box-shadow:0 0 0 3px color-mix(in oklab,var(--wm-accent) 25%,transparent)}.wordmark__logo[data-astro-cid-snaypyvn]{width:var(--wm-logo);height:var(--wm-logo);object-fit:contain;display:block;flex-shrink:0}.wordmark--wide[data-astro-cid-snaypyvn] .wordmark__logo[data-astro-cid-snaypyvn]{width:auto;height:var(--wm-logo-h);max-width:var(--wm-logo-maxw)}.site-header-wrap[data-astro-cid-adxszkxj]{z-index:50}.site-header-wrap--floating[data-astro-cid-adxszkxj]{position:fixed;top:.65rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;pointer-events:none;padding:0 var(--space-4)}.site-header-wrap--floating[data-astro-cid-adxszkxj]>[data-astro-cid-adxszkxj]{pointer-events:auto}.site-header-wrap--sticky[data-astro-cid-adxszkxj]{position:sticky;top:0}.site-header-spacer[data-astro-cid-adxszkxj]{height:72px}.site-header-wrap--sticky[data-astro-cid-adxszkxj]+.site-header-spacer[data-astro-cid-adxszkxj]{display:none}.site-header[data-astro-cid-adxszkxj]{display:flex;align-items:center;gap:var(--space-3);padding:.5rem .5rem .5rem 1rem;background:color-mix(in oklab,var(--bg) 80%,transparent);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:1px solid var(--surface-border);box-shadow:0 1px #fff9 inset,0 10px 30px -10px #0f172a1f}.site-header-wrap--floating[data-astro-cid-adxszkxj] .site-header[data-astro-cid-adxszkxj]{border-radius:999px;width:100%;max-width:var(--container)}.site-header-wrap--sticky[data-astro-cid-adxszkxj] .site-header[data-astro-cid-adxszkxj]{border-radius:0;border-left:0;border-right:0;border-top:0;padding:.75rem var(--space-5);box-shadow:none;width:100%;max-width:var(--container);margin:0 auto}.site-header__brand[data-astro-cid-adxszkxj]{display:inline-flex;align-items:center;padding:.25rem 0}.site-header__brand--wide[data-astro-cid-adxszkxj]{margin-left:auto}.site-header__nav[data-astro-cid-adxszkxj]{display:none;gap:.15rem;align-items:center}.site-header__link[data-astro-cid-adxszkxj]{padding:.5rem .85rem;font-size:var(--text-sm);font-weight:500;color:var(--text-muted);border-radius:999px;transition:color var(--duration-fast) var(--ease-out-expo),background var(--duration-fast) var(--ease-out-expo);white-space:nowrap}.site-header__link[data-astro-cid-adxszkxj]:hover,.site-header__link[data-astro-cid-adxszkxj].is-active{color:var(--text);background:var(--bg-muted)}.site-header__theme[data-astro-cid-adxszkxj]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;margin-left:auto;border-radius:999px;color:var(--text-muted);border:1px solid var(--surface-border);background:transparent;transition:color var(--duration-fast) var(--ease-out-expo),background var(--duration-fast) var(--ease-out-expo),border-color var(--duration-fast) var(--ease-out-expo)}.site-header__theme[data-astro-cid-adxszkxj]:hover{color:var(--text);background:var(--bg-muted);border-color:var(--surface-border-strong)}.site-header__theme-icon--sun[data-astro-cid-adxszkxj]{display:none}.site-header__theme-icon--moon[data-astro-cid-adxszkxj]{display:inline-flex}.site-header__theme[data-astro-cid-adxszkxj][data-state=dark] .site-header__theme-icon--moon[data-astro-cid-adxszkxj]{display:none}.site-header__theme[data-astro-cid-adxszkxj][data-state=dark] .site-header__theme-icon--sun[data-astro-cid-adxszkxj]{display:inline-flex}.site-header__actions[data-astro-cid-adxszkxj]{display:none;gap:var(--space-3);align-items:center;padding-left:var(--space-2)}.site-header__phone[data-astro-cid-adxszkxj]{font-weight:600;font-size:var(--text-sm);color:var(--text);white-space:nowrap}.site-header__phone[data-astro-cid-adxszkxj]:hover{color:var(--accent-strong)}.site-header__menu[data-astro-cid-adxszkxj]{display:inline-flex;flex-direction:column;gap:5px;padding:10px;margin-left:.25rem;border-radius:var(--radius-sm)}.site-header__menu[data-astro-cid-adxszkxj] span[data-astro-cid-adxszkxj]{width:22px;height:2px;background:var(--text);border-radius:2px}.site-header__mobile[data-astro-cid-adxszkxj]{display:none;margin-top:.75rem;padding:var(--space-5);background:var(--bg);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.site-header-wrap--floating[data-astro-cid-adxszkxj] .site-header__mobile[data-astro-cid-adxszkxj]{width:min(420px,calc(100vw - 2rem))}.site-header__mobile[data-astro-cid-adxszkxj].is-open{display:block}.site-header__mobile[data-astro-cid-adxszkxj] nav[data-astro-cid-adxszkxj]{display:flex;flex-direction:column;gap:var(--space-3)}.site-header__mobile[data-astro-cid-adxszkxj] a[data-astro-cid-adxszkxj]{padding:var(--space-3) var(--space-2);font-size:var(--text-lg);color:var(--text);border-bottom:1px solid var(--border)}@media(min-width:880px){.site-header__nav[data-astro-cid-adxszkxj],.site-header__actions[data-astro-cid-adxszkxj]{display:inline-flex}.site-header__menu[data-astro-cid-adxszkxj]{display:none}.site-header__mobile[data-astro-cid-adxszkxj]{display:none!important}}.site-footer[data-astro-cid-zxdykqko]{margin-top:var(--space-10);padding:var(--space-8) 0 var(--space-5);background:var(--bg-elevated);border-top:1px solid var(--border)}.site-footer__grid[data-astro-cid-zxdykqko]{display:grid;grid-template-columns:1fr;gap:var(--space-6);padding-bottom:var(--space-7)}@media(min-width:640px){.site-footer__grid[data-astro-cid-zxdykqko]{grid-template-columns:repeat(3,1fr)}.site-footer__brand[data-astro-cid-zxdykqko]{grid-column:1 / -1;margin-bottom:var(--space-3)}}@media(min-width:880px){.site-footer__grid[data-astro-cid-zxdykqko]{grid-template-columns:2fr 1fr 1fr 1fr}.site-footer__brand[data-astro-cid-zxdykqko]{grid-column:auto;margin-bottom:0}}.site-footer__brand[data-astro-cid-zxdykqko] p[data-astro-cid-zxdykqko]{margin-top:var(--space-3);color:var(--text-muted);max-width:32ch}.site-footer__main-link[data-astro-cid-zxdykqko]{display:inline-block;margin-top:var(--space-4);font-weight:600;color:var(--accent)}.site-footer__main-link[data-astro-cid-zxdykqko]:hover{color:var(--accent-strong)}.site-footer__col[data-astro-cid-zxdykqko] h4[data-astro-cid-zxdykqko]{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:var(--space-4)}.site-footer__col[data-astro-cid-zxdykqko] ul[data-astro-cid-zxdykqko]{list-style:none;display:flex;flex-direction:column;gap:var(--space-3)}.site-footer__col[data-astro-cid-zxdykqko] a[data-astro-cid-zxdykqko]{color:var(--text-muted);font-size:var(--text-sm);transition:color var(--duration-fast) var(--ease-out-expo)}.site-footer__col[data-astro-cid-zxdykqko] a[data-astro-cid-zxdykqko]:hover{color:var(--text)}.site-footer__base[data-astro-cid-zxdykqko]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--border);color:var(--text-subtle)}.site-footer__base[data-astro-cid-zxdykqko] a[data-astro-cid-zxdykqko]{color:var(--text);font-weight:600}
