@import "https://fonts.googleapis.com/css2?family=Google+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&family=Google+Sans+Text:ital,wght@0,400;0,500;0,700;1,400&display=swap";@import "https://fonts.cdnfonts.com/css/google-sans";*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root{--accent:#2563eb;--accent-hover:#1d4ed8;--accent-pale:#eff6ff;--accent-pale-border:#bfdbfe;--border:#dde5f0;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8}.landing-page{--page-bg:#f8faff;--surface:#fff9;--surface-strong:#ffffffbf;--surface-banner:#ffffffd9;--surface-footer:#f0f5ff;--surface-card:#ffffff9e;--disabled-bg:#e2e8f0;--card-gradient-end:#fff;--orb-1:radial-gradient(circle, #3b82f629 0%, transparent 70%);--orb-2:radial-gradient(circle, #6366f11a 0%, transparent 70%);--grid-color:#2563eb0a;--shadow-soft:#0000000f;--shadow-accent:#2563eb1a;--shadow-accent-strong:#2563eb47;--shadow-accent-hover:#2563eb61;background:var(--page-bg);color:var(--text-primary);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.landing-page .orb-1{background:var(--orb-1)}.landing-page .orb-2{background:var(--orb-2)}.landing-page .grid-overlay{background-image:linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px)}.landing-page .download-banner{background:var(--surface-banner)}.landing-page .download-btn-disabled,.landing-page .download-btn-disabled:hover{background:var(--disabled-bg)}.landing-page .use-case-grid article,.landing-page .detail-card,.landing-page .pricing-card,.landing-page .step-card,.landing-page .feature-card{background:var(--surface-card)}.landing-page .detail-card,.landing-page .pricing-card,.landing-page .step-card,.landing-page .feature-card{background:var(--surface-strong)}.landing-page .pricing-card-featured{background:linear-gradient(180deg, var(--accent-pale) 0%, var(--card-gradient-end) 100%);box-shadow:0 4px 20px var(--shadow-accent)}.landing-page .dl-mac{background:var(--card-gradient-end);box-shadow:0 2px 8px var(--shadow-soft)}.landing-page .footer,.landing-page .site-footer{background:var(--surface-footer)}html,body{min-height:100%;overflow-x:clip}body,button,input,select,textarea{color:var(--text-primary);-webkit-font-smoothing:antialiased;background:#f8faff;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit;text-decoration:none}.page{flex-direction:column;min-height:100vh;display:flex;position:relative}.reveal{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}.reveal.is-visible{opacity:1;transform:translate(0,0)}.word{margin-right:.26em;display:inline-block}.word.reveal{transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(.32em)}.word.reveal.is-visible{transform:translate(0,0)}@media (prefers-reduced-motion:reduce){.reveal,.word.reveal{opacity:1;transition:none;transform:none}}.site-header{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:24px 5vw 0;position:relative}.brand{color:var(--text-primary);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;border-radius:4px;width:36px;height:36px}.brand-name{letter-spacing:-.02em;font-size:1rem;font-weight:700}.main{text-align:center;flex-direction:column;flex:1;align-items:center;width:100%;max-width:1480px;margin:0 auto;padding:48px 4vw 64px;display:flex;position:relative}.hero-bg{pointer-events:none;position:absolute;inset:0}.orb{filter:blur(90px);border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#3b82f629 0%,#0000 70%);width:560px;height:560px;top:-200px;left:-160px}.orb-2{background:radial-gradient(circle,#6366f11a 0%,#0000 70%);width:460px;height:460px;bottom:-140px;right:-120px}.grid-overlay{background-image:linear-gradient(#2563eb0a 1px,#0000 1px),linear-gradient(90deg,#2563eb0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 40%,#000 20%,#0000 75%);mask-image:radial-gradient(at 50% 40%,#000 20%,#0000 75%)}.product-name{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,5vw,3.25rem);font-weight:800}.tagline{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.hero{width:100%;max-width:720px}.hero-layout{text-align:left;grid-template-columns:minmax(0,.85fr) minmax(0,1.6fr);align-items:center;gap:48px;max-width:1120px;display:grid}.hero-layout .screenshot-placeholder,.workflow-shot{aspect-ratio:16/10;width:100%;min-height:0}.hero-copy{min-width:0}.hero-layout .product-name{max-width:680px}.hero-layout .hero-subtext{margin-left:0}.hero-layout .download-buttons{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start;width:100%;max-width:520px;display:grid}.screenshot-placeholder{border:1px dashed var(--accent-pale-border);min-height:300px;color:var(--text-muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa6;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.screenshot-placeholder svg{stroke-width:1.5px;width:52px;height:52px}.screenshot-placeholder span{font-size:.95rem;font-weight:600}.download-buttons{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.download-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:600;transition:background .15s;display:inline-flex}.download-btn-platform{text-align:left;justify-content:flex-start;gap:12px;width:100%;height:52px;padding:0 20px}.download-btn-icon{flex-shrink:0;width:24px;height:24px}.download-btn-text{flex-direction:column;gap:2px;line-height:1.2;display:flex}.download-btn-label{font-size:.95rem;font-weight:700}.download-btn-sub{opacity:.9;font-size:.78rem;font-weight:500}.download-btn-disabled{color:var(--text-muted);cursor:not-allowed;background:#e2e8f0}.download-btn-disabled:hover{background:#e2e8f0}.download-btn:hover{background:var(--accent-hover)}.download-btn-sm{margin-top:0;padding:9px 22px;font-size:.9rem}.download-banner{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;background:#ffffffd9;transition:transform .25s,opacity .25s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.download-banner-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.download-banner-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:12px 5vw;display:flex}.download-banner-text{color:var(--text-primary);font-size:.95rem;font-weight:600}.landing-section{text-align:left;width:100%;margin-top:72px}.landing-section h2{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(1.4rem,3vw,1.75rem);font-weight:800}.landing-section p{max-width:760px;color:var(--text-secondary);font-size:1rem;line-height:1.7}.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;display:grid}.two-col-item p{max-width:none}.workflow-two-col{align-items:center;gap:clamp(24px,4vw,48px)}.video-embed{border-radius:8px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.video-embed iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.feature-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.feature-item{color:var(--text-secondary);align-items:center;gap:12px;font-size:1rem;display:flex}.feature-icon{background:var(--accent-pale);border:1px solid var(--accent-pale-border);width:36px;height:36px;color:var(--accent);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.feature-icon svg{width:20px;height:20px;stroke:var(--accent);stroke-width:1.8px}.section-heading{text-align:center}.section-heading p{text-align:center;margin:-12px auto 0}.section-heading-left{text-align:left}.section-heading-left p{text-align:left;margin-left:0;margin-right:0}.core-flow,.privacy-security{max-width:1120px}.two-col-item h3{color:var(--text-primary);margin-bottom:12px;font-size:1.1rem;font-weight:700}.privacy-security-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.privacy-security-list li{color:var(--text-secondary);padding-left:18px;font-size:1rem;line-height:1.6;position:relative}.privacy-security-list li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.privacy-security-link{max-width:none;margin-top:28px}.workflow-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.workflow-rows{flex-direction:column;gap:24px;margin-top:28px;display:flex}.workflow-row{grid-template-columns:minmax(0,.85fr) minmax(0,1.6fr);align-items:center;gap:48px;display:grid}.workflow-row-text{text-align:left}.core-flow .workflow-step-text{color:var(--text-secondary);letter-spacing:-.01em;max-width:none;margin:0;font-size:clamp(1.65rem,3.8vw,2.15rem);font-weight:500;line-height:1.5}.workflow-screenshot{background:#000;border-radius:12px;overflow:hidden}.workflow-screenshot img{object-fit:contain;width:100%;height:100%;display:block}.trust-card{border:1px solid var(--border);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border-radius:9px;max-width:760px;padding:32px}.trust-card p{margin:0 auto 18px}.inline-link{color:var(--accent);font-weight:600;text-decoration:underline;transition:color .15s}.inline-link:hover{color:var(--accent-hover)}@media (width<=768px){.hero-layout{text-align:center;grid-template-columns:1fr}.hero-layout .hero-subtext{margin-left:auto;margin-right:auto}.hero-layout .download-buttons{grid-template-columns:1fr;justify-content:center;max-width:320px;margin-left:auto;margin-right:auto}.screenshot-placeholder{min-height:220px}.two-col{grid-template-columns:1fr;gap:32px}}.use-cases{text-align:left;width:100%;max-width:1120px}.use-case-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.use-case-grid article{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff9e;border-radius:7px;padding:20px;transition:transform .22s,box-shadow .22s,border-color .22s}.use-case-grid article:hover{border-color:var(--accent-pale-border);box-shadow:0 14px 32px var(--shadow-accent);transform:translateY(-4px)}.use-case-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;font-size:1rem;font-weight:700}.use-cases .use-case-text{color:var(--text-secondary);max-width:none;margin:0;font-size:.92rem;font-weight:400;line-height:1.55}@media (width<=768px){.landing-section{margin-top:56px}.use-case-grid{grid-template-columns:1fr}}.hero-subtext{color:var(--text-secondary);letter-spacing:-.01em;max-width:560px;margin-top:16px;font-size:clamp(1rem,2vw,1.2rem);font-weight:500;line-height:1.5}.lp-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:.85rem;font-weight:600}.hero{margin-bottom:40px}.section{width:100%;margin-bottom:72px}.section-title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.4rem,3vw,1.75rem);font-weight:800}.section-subtitle{color:var(--text-secondary);margin-bottom:28px;font-size:.95rem}.detail-card{border:1px solid var(--border);text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border-radius:7px;margin-top:20px;padding:28px}.detail-card p{color:var(--text-secondary);margin-bottom:14px;font-size:.9rem;line-height:1.65}.detail-card p:last-child{margin-bottom:0}.detail-card strong{color:var(--text-primary)}.detail-card-note{margin-top:20px}.text-link{color:var(--accent);font-weight:600}.text-link:hover{text-decoration:underline}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;display:grid}.pricing-card{border:1px solid var(--border);text-align:center;background:#ffffffbf;border-radius:7px;padding:28px 20px}.pricing-card-featured{border-color:var(--accent-pale-border);background:linear-gradient(180deg, var(--accent-pale) 0%, #fff 100%);box-shadow:0 4px 20px #2563eb1a}.pricing-name{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:10px;font-size:.85rem;font-weight:700}.pricing-price{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:4px;font-size:2rem;font-weight:800}.pricing-credits{color:var(--accent);margin-bottom:10px;font-size:.95rem;font-weight:700}.pricing-description{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.contact-card p{margin-bottom:10px}.contact-note{border-top:1px solid var(--border);padding-top:16px;margin-top:16px!important}.policy-section{margin-bottom:48px}.policy-card p{font-size:.88rem}.steps{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px;display:grid}.step-card{border:1px solid var(--border);text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border-radius:7px;padding:24px 20px}.step-number{background:var(--accent-pale);width:28px;height:28px;color:var(--accent);border-radius:4px;justify-content:center;align-items:center;margin-bottom:14px;font-size:.8rem;font-weight:800;display:inline-flex}.step-title{margin-bottom:8px;font-size:1rem;font-weight:700}.step-description{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.features{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px;display:grid}.feature-card{border:1px solid var(--border);text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border-radius:7px;padding:24px}.feature-title{margin-bottom:8px;font-size:1rem;font-weight:700}.feature-description{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.credits-section{margin-bottom:72px}.credits-card{background:linear-gradient(135deg, var(--accent-pale) 0%, #fff 100%);border:1px solid var(--accent-pale-border);text-align:center;border-radius:8px;padding:40px 32px}.credits-title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:800}.credits-description{color:var(--text-secondary);max-width:480px;margin:0 auto 24px;font-size:.95rem;line-height:1.6}.credit-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:14px 32px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 4px 20px #2563eb47}.credit-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 28px #2563eb61}.download-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.download-groups{flex-direction:column;align-items:center;gap:18px;display:flex}.download-group{flex-direction:column;align-items:center;gap:10px;display:flex}.group-title{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}.dl-btn{border-radius:6px;align-items:center;gap:12px;min-width:200px;padding:16px 28px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:flex}.dl-btn svg{flex-shrink:0;width:22px;height:22px}.dl-btn div{flex-direction:column;align-items:flex-start;display:flex}.dl-for{opacity:.7;letter-spacing:.02em;font-size:.68rem;font-weight:500}.dl-os{letter-spacing:-.01em;font-size:1rem;font-weight:800}.dl-windows{background:var(--accent);color:#fff;box-shadow:0 4px 20px #2563eb47}.dl-windows:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 28px #2563eb61}.dl-mac{color:var(--text-primary);border:1px solid var(--border);background:#fff;box-shadow:0 2px 8px #0000000f}.dl-mac:hover{background:var(--accent-pale);border-color:var(--accent-pale-border);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1a}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);background:#ffffff80;padding:32px 24px;font-size:.78rem;position:relative}.footer-nav{flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:16px;display:flex}.footer-nav a{color:var(--text-secondary);font-size:.82rem;font-weight:600}.footer-nav a:hover{color:var(--accent)}@media (width<=768px){.steps{grid-template-columns:repeat(2,1fr)}.workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-row{grid-template-columns:1fr;gap:20px}.features,.pricing-grid{grid-template-columns:1fr}}@media (width<=480px){.main{padding-top:48px}.hero,.section{margin-bottom:56px}.steps,.workflow-steps{grid-template-columns:1fr}.credits-card{padding:32px 20px}.download-groups,.download-group{width:100%}.download-buttons{flex-direction:column;align-items:center}.dl-btn{width:100%;max-width:300px}}.payment-page .payment-main{justify-content:center;min-height:70vh;padding-top:48px;padding-bottom:64px}.payment-brand{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-size:.85rem;font-weight:700}.payment-card{text-align:center;width:100%;max-width:420px;margin-top:0}.payment-title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.35rem,3vw,1.65rem);font-weight:800}.payment-amount{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:8px;font-size:clamp(2.2rem,6vw,3rem);font-weight:800}.payment-subtitle{color:var(--text-secondary);margin-bottom:10px;font-size:.95rem;line-height:1.6}.payment-support,.payment-status-text,.payment-message{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.payment-support{margin-top:8px}.payment-status-text{color:var(--accent);margin-top:12px;font-weight:600}.payment-message{color:#b45309;margin-top:14px}.payment-actions{margin-top:24px}.payment-actions-secondary{margin-top:12px}.payment-secondary-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600}.payment-secondary-btn:hover{color:var(--text-primary)}.payment-spinner{border:3px solid var(--accent-pale-border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;margin:0 auto 20px;animation:.8s linear infinite payment-spin}.payment-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 18px;font-size:1.5rem;font-weight:800;display:flex}.payment-icon-success{color:#15803d;background:#dcfce7}.payment-icon-error{color:#b91c1c;background:#fee2e2}@keyframes payment-spin{to{transform:rotate(360deg)}}.site-footer{z-index:1;border-top:1px solid var(--border);background:#f0f5ff;padding:20px 5vw;position:relative}.footer-inner{justify-content:space-between;align-items:center;gap:32px;max-width:1280px;margin:0 auto;display:flex}.footer-left,.footer-right{align-items:center;gap:18px;min-width:0;display:flex}.footer-left{justify-content:flex-start}.footer-right{flex-shrink:0;justify-content:flex-end}.footer-copy{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.footer-contact{color:var(--text-secondary);white-space:nowrap;font-size:.85rem}.footer-link{color:var(--accent);font-size:.85rem;font-weight:600;transition:color .15s}.footer-link:hover{color:var(--accent-hover);text-decoration:underline}@media (width<=900px){.footer-inner,.footer-left,.footer-right{text-align:center;flex-direction:column;align-items:center;gap:8px}.footer-contact,.footer-copy{white-space:normal}}.privacy-main{z-index:1;flex:1;padding:48px 5vw 80px;position:relative}.privacy-container{max-width:800px;margin:0 auto}.privacy-company{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;font-size:.85rem;font-weight:600}.privacy-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:8px;font-size:clamp(2rem,5vw,2.8rem);font-weight:800}.privacy-updated{color:var(--text-muted);margin-bottom:48px;font-size:.875rem}.privacy-container .privacy-section{margin-bottom:40px}.privacy-container .privacy-section h2{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:8px;font-size:1.15rem;font-weight:700}.privacy-container .privacy-section p{color:var(--text-secondary);margin-bottom:12px;font-size:.95rem;line-height:1.75}.privacy-container .privacy-section p:last-child{margin-bottom:0}.privacy-list{flex-direction:column;gap:8px;margin:12px 0;padding:0;list-style:none;display:flex}.privacy-list li{color:var(--text-secondary);padding-left:18px;font-size:.95rem;line-height:1.7;position:relative}.privacy-list li:before{content:"–";color:var(--accent);font-weight:700;position:absolute;left:0}.privacy-link{color:var(--accent);text-underline-offset:2px;font-weight:500;text-decoration:underline}.privacy-link:hover{color:var(--accent-hover)}.privacy-warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;padding:24px}.privacy-warning h2{color:#9a3412;border-bottom-color:#fed7aa}.privacy-warning p,.privacy-warning li{color:#7c2d12}.privacy-warning li:before{color:#ea580c}.privacy-table-wrap{border:1px solid var(--border);border-radius:5px;margin:16px 0;overflow-x:auto}.privacy-table{border-collapse:collapse;width:100%;font-size:.9rem}.privacy-table th{background:var(--accent-pale);color:var(--text-primary);text-align:left;border-bottom:1px solid var(--accent-pale-border);padding:10px 14px;font-weight:700}.privacy-table td{color:var(--text-secondary);border-bottom:1px solid var(--border);vertical-align:top;padding:10px 14px}.privacy-table tr:last-child td{border-bottom:none}.privacy-table tr:nth-child(2n) td{background:#f8faff}.minimal-template{color:#09090b;min-height:100vh;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow-x:hidden}.hero-glow-bg{pointer-events:none;z-index:0;background:radial-gradient(at 50% 16%,#dbeafef2 0%,#eff6ffa6 45%,#fff0 78%);width:100vw;height:780px;position:absolute;top:0;left:50%;transform:translate(-50%)}.tmpl-container{z-index:1;max-width:1140px;margin:0 auto;padding:0 1.5rem;position:relative}.tmpl-main{padding-top:72px}.tmpl-header{z-index:9999;-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e2e8f0cc;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000000d}.tmpl-nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.tmpl-brand{color:#09090b;align-items:center;gap:.35rem;font-size:1.25rem;font-weight:700;display:flex}.tmpl-logo-img{object-fit:contain;border-radius:4px;width:48px;height:48px}.tmpl-footer-logo-img{object-fit:contain;border-radius:4px;width:32px;height:32px}.tmpl-nav-actions{align-items:center;gap:1.25rem;display:flex}.tmpl-btn{cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.tmpl-btn-pill{border-radius:500px}.tmpl-btn-sm{padding:.55rem 1.25rem;font-size:.875rem}.tmpl-btn-lg{padding:.85rem 1.85rem;font-size:1rem}.tmpl-btn-dark{color:#fff;background:#09090b;box-shadow:0 4px 14px #09090b26}.tmpl-btn-dark:hover{background:#18181b;transform:translateY(-1px);box-shadow:0 6px 20px #09090b40}.tmpl-hero{text-align:center;flex-direction:column;align-items:center;padding:4.5rem 1.5rem 2.5rem;display:flex}.tmpl-brand-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafc;border:1px solid #e2e8f0;border-radius:500px;align-items:center;gap:.35rem;margin-bottom:2rem;padding:.4rem 1.1rem;display:inline-flex;box-shadow:0 4px 12px #00000008}.tmpl-brand-badge-logo{object-fit:contain;border-radius:4px;width:32px;height:32px}.tmpl-brand-badge-name{color:#09090b;letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.tmpl-hero-title{letter-spacing:-.03em;color:#09090b;max-width:860px;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.tmpl-hero-subtitle{color:#52525b;max-width:760px;margin-bottom:2.25rem;font-size:1.35rem;font-weight:400;line-height:1.5}.highlight-blue-text{color:#2563eb;font-weight:700}.tmpl-hero-actions{justify-content:center;gap:1rem;margin-bottom:5rem;display:flex}.tmpl-hero-dashboard{background:#fff;border:1px solid #e4e4e7e6;border-radius:10px;width:100%;max-width:1134px;margin-top:3rem;position:relative;overflow:visible;box-shadow:0 20px 48px -12px #0f172a14}.hero-dashboard-full-img{image-rendering:auto;border-radius:10px;width:100%;height:auto;display:block}.vm-callout-overlay{z-index:20;pointer-events:none;align-items:flex-end;animation:4s ease-in-out infinite alternate calloutFloat;display:flex;position:absolute;top:22%;right:-240px}@keyframes calloutFloat{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.vm-callout-leader-left{align-items:flex-end;margin-bottom:2px;margin-right:-4px;display:flex}.leader-line-svg-left{overflow:visible}.vm-callout-card.brand-blue{-webkit-backdrop-filter:blur(12px);text-align:left;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:7px;width:250px;padding:.95rem 1.15rem 1.05rem;position:relative;box-shadow:0 20px 45px -10px #2563eb73,0 0 0 1px #ffffff40}.vm-callout-card .corner-bracket{position:absolute}.vm-callout-card .corner-tl{top:-4px;left:-4px}.vm-callout-card .corner-tr{top:-4px;right:-4px}.vm-callout-card .corner-bl{bottom:-4px;left:-4px}.vm-callout-header{align-items:center;margin-bottom:.35rem;display:flex}.vm-callout-title{letter-spacing:.08em;color:#fff;text-transform:uppercase;font-size:.8rem;font-weight:800}.vm-callout-divider{background:#ffffff59;border-radius:1px;width:100%;height:2px;margin-bottom:.55rem}.vm-callout-body{color:#f1f5f9;margin:0;font-size:.78rem;font-weight:500;line-height:1.45}.vm-callout-reticle{justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:18px;margin-right:-2px;display:flex;position:relative}.reticle-dot{background-color:#60a5fa;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #60a5fae6}.reticle-corners{position:absolute;inset:0}@media (width<=1350px){.vm-callout-overlay{transform-origin:100% 0;top:15%;right:-100px;transform:scale(.9)}}@media (width<=1080px){.vm-callout-overlay{transform-origin:100% 0;top:10%;right:2%;transform:scale(.85)}.vm-callout-leader-left{display:none}}@media (width<=640px){.vm-callout-overlay{width:90%;margin:1rem auto 0;position:relative;top:0;right:0;transform:none}.vm-callout-card.brand-blue{width:100%}.vm-callout-leader-left{display:none}}.tmpl-howitworks-section{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;width:calc(100% - 3rem);max-width:1440px;margin:4.5rem auto;padding:4.5rem 3.5rem;box-shadow:0 20px 45px -10px #0f172a14,0 4px 16px -2px #0f172a08}@media (width<=768px){.tmpl-howitworks-section{border-radius:14px;width:calc(100% - 1.5rem);margin:3rem auto;padding:3rem 1.5rem;box-shadow:0 12px 30px -8px #0f172a14}}.howitworks-section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.howitworks-main-heading{color:#09090b;letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.2}.howitworks-main-subheading{color:#64748b;letter-spacing:-.01em;max-width:620px;margin-top:.85rem;margin-bottom:0;font-size:1.15rem;font-weight:500;line-height:1.5}.howitworks-desktop-view{display:flex}.howitworks-mobile-view{display:none}.howitworks-single-card{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:1.75rem;padding:0;transition:none;position:relative;overflow:visible}.howitworks-single-card:hover{box-shadow:none}.stepper-nav-row{justify-content:space-between;align-items:center;gap:1.25rem;width:100%;display:flex}.stepper-tab-pill{text-align:left;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;flex-direction:column;flex:1;justify-content:center;min-height:100px;padding:1.4rem 1.15rem 1.5rem;font-family:inherit;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.stepper-tab-arrow{color:#94a3b8;flex-shrink:0;justify-content:center;align-items:center;padding:0 .15rem;display:flex}.stepper-tab-arrow svg{stroke:#94a3b8;stroke-width:2.2px;width:22px;height:22px}.stepper-tab-pill:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a0d}.stepper-tab-pill.active{background:#fff;border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 18px -3px #2563eb14}.stepper-tab-pill.active:hover{background:#fff;border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 18px -3px #0f172a0f}.stepper-tab-content{flex-direction:column;gap:.25rem;width:100%;display:flex}.stepper-tab-badge-group{align-items:center;gap:6px;margin-bottom:.05rem;display:flex}.stepper-tab-num{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:800;transition:color .2s}.stepper-tab-pill.active .stepper-tab-num{color:#2563eb}.stepper-tab-dot{color:#cbd5e1;font-size:.72rem;font-weight:600}.stepper-tab-tag{color:#94a3b8;font-size:.74rem;font-weight:600;transition:color .2s}.stepper-tab-pill.active .stepper-tab-tag{color:#64748b}.stepper-tab-title{color:#475569;letter-spacing:-.015em;margin:0;font-size:18px;font-weight:700;line-height:1.3;transition:color .2s}.stepper-tab-pill.active .stepper-tab-title,.stepper-tab-pill:hover .stepper-tab-title{color:#0f172a;font-weight:800}.stepper-tab-pill:hover .stepper-tab-num,.stepper-tab-pill:hover .stepper-tab-tag{color:#2563eb}.stepper-progress-track{background:#2563eb1f;border-bottom-right-radius:7px;border-bottom-left-radius:7px;width:100%;height:3.5px;position:absolute;bottom:0;left:0;overflow:hidden}.stepper-progress-fill{transform-origin:0;background:linear-gradient(90deg,#2563eb,#3b82f6);width:100%;height:100%;animation:linear forwards stepperProgressFill;box-shadow:0 0 10px #2563eb99}.stepper-nav-row:hover .stepper-progress-fill,.stepper-tab-pill:hover .stepper-progress-fill{animation-play-state:paused}@keyframes stepperProgressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.stepper-subheading-row{justify-content:space-between;align-items:center;gap:1.5rem;min-height:48px;padding:.2rem .25rem 0;display:flex}.stepper-subheading-text{color:#475569;max-width:720px;margin:0;font-size:1.05rem;font-weight:500;line-height:1.55;animation:.35s fadeInSubheading}.stepper-subheading-pill{color:#2563eb;white-space:nowrap;background:#eff6ff;border:1px solid #dbeafe;border-radius:5000px;flex-shrink:0;align-items:center;padding:.45rem 1.15rem;font-size:.82rem;font-weight:600;display:inline-flex}@keyframes fadeInSubheading{0%{opacity:.4;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.stepper-image-viewport{background:0 0;justify-content:center;align-items:center;width:100%;padding:.5rem 0;display:flex;position:relative;overflow:hidden}.stepper-image-slide{opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),visibility .4s;display:flex;position:absolute;inset:0;transform:scale(.985)}.stepper-image-slide.active{opacity:1;visibility:visible;pointer-events:auto;position:relative;transform:scale(1)}.stepper-slide-img{object-fit:contain;width:100%;max-width:903px;height:auto;box-shadow:none;border:1px solid #e2e8f0f2;border-radius:8px;margin:0 auto;transition:transform .4s,box-shadow .4s;display:block}.howitworks-single-card:hover .stepper-slide-img{box-shadow:none;transform:translateY(-2px)}@media (width<=960px){.howitworks-single-card{gap:1.5rem;padding:1.75rem 1.5rem}.stepper-subheading-row{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.1rem 0}.stepper-slide-img{width:100%;max-width:100%}}@media (width<=768px){.howitworks-desktop-view{display:none!important}.howitworks-mobile-view{flex-direction:column;gap:2rem;width:100%;display:flex}.howitworks-mobile-step-card{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:1rem;padding:0;display:flex}.howitworks-mobile-step-header{flex-direction:column;gap:.4rem;display:flex}.howitworks-mobile-badge-group{align-items:center;gap:8px;display:flex}.howitworks-mobile-num{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.howitworks-mobile-dot{color:#cbd5e1;font-size:.75rem}.howitworks-mobile-tag{color:#64748b;font-size:.78rem;font-weight:600}.howitworks-mobile-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.3rem;font-weight:700;line-height:1.25}.howitworks-mobile-desc{color:#475569;margin:0;font-size:.96rem;font-weight:500;line-height:1.55}.howitworks-mobile-badge-row{margin-top:.1rem;margin-bottom:.25rem;display:flex}.howitworks-mobile-badge-pill{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:500px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.howitworks-mobile-image-wrapper{border-radius:7px;width:100%;margin-top:.5rem;overflow:hidden}.howitworks-mobile-img{object-fit:cover;width:100%;height:auto;box-shadow:none;border:1px solid #e2e8f0e6;border-radius:7px;display:block}}.tmpl-usecases-section{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;width:calc(100% - 3rem);max-width:1440px;margin-top:5rem;margin-bottom:5rem;padding:5rem 4rem;box-shadow:0 20px 45px -10px #0f172a14,0 4px 16px -2px #0f172a08}@media (width<=768px){.tmpl-usecases-section{border-radius:14px;width:calc(100% - 1.5rem);margin-top:3.5rem;margin-bottom:3.5rem;padding:3.5rem 1.5rem;box-shadow:0 12px 30px -8px #0f172a14}}.usecases-section-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3.25rem;display:flex}.usecases-main-heading{color:#0f172a;letter-spacing:-.03em;text-align:center;margin:0;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.2}.usecases-main-subheading{color:#64748b;letter-spacing:-.01em;text-align:center;margin-top:.85rem;margin-bottom:0;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.5}.usecase-grid-template{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}@media (width<=768px){.usecase-grid-template{grid-template-columns:1fr;gap:1.25rem}}.usecase-bracket-card{-webkit-backdrop-filter:none;height:100%;min-height:200px;box-shadow:none;background:0 0;border:1.5px solid #0000;border-radius:12px;flex-direction:column;justify-content:flex-start;padding:2.25rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.usecase-bracket-card:hover{box-shadow:none;background:0 0;border-color:#0000;transform:translateY(-4px)}.tmpl-tag-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1.15rem;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.35rem;font-weight:700}.usecase-card-desc{color:#64748b;margin-top:0;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;line-height:1.65}.usecase-youtube-wrapper{aspect-ratio:16/9;background:#0f172a;border:1px solid #e2e8f0e6;border-radius:7px;width:100%;margin-top:.25rem;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014}.usecase-youtube-thumb-btn{cursor:pointer;background:#0f172a;border:none;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.usecase-youtube-img{object-fit:cover;width:100%;height:100%;transition:transform .35s,filter .35s;display:block}.usecase-youtube-thumb-btn:hover .usecase-youtube-img{filter:brightness(.92);transform:scale(1.04)}.usecase-youtube-play-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#212121d9;border-radius:6px;justify-content:center;align-items:center;width:60px;height:42px;transition:background-color .25s,transform .25s,box-shadow .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0000004d}.usecase-youtube-thumb-btn:hover .usecase-youtube-play-icon{background:red;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 6px 20px #ff000073}.usecase-youtube-play-triangle{border:9px solid #0000;border-left:16px solid #fff;border-right-width:0;width:0;height:0;margin-left:3px}.usecase-youtube-iframe{border:0;width:100%;height:100%;display:block}.usecase-template-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px #0f172a14}.usecase-card-title{color:#0f172a;margin-bottom:.35rem;font-size:1.05rem;font-weight:800}.usecase-card-text{color:#475569;font-size:.825rem;line-height:1.45}.tmpl-privacy-section{padding:6rem 1.5rem 5rem}.privacy-main-heading{color:#09090b;letter-spacing:-.03em;margin-bottom:2.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.privacy-grid{grid-template-columns:1fr 1.1fr;gap:3.5rem;display:grid}@media (width<=840px){.privacy-grid{grid-template-columns:1fr;gap:2.5rem}}.privacy-col-heading{color:#0f172a;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.privacy-col-text{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.privacy-bullet-list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.privacy-bullet-list li{color:#64748b;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;display:flex}.blue-bullet{color:#2563eb;font-weight:800}.tmpl-bottom-demo-section{width:calc(100% - 3rem);max-width:1440px;margin:4rem auto 6rem;padding:0}@media (width<=768px){.tmpl-bottom-demo-section{width:calc(100% - 1.5rem);margin:3rem auto 4.5rem}}.bottom-demo-card{color:#09090b;text-align:center;background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;padding:4.5rem 2.5rem;position:relative;box-shadow:0 20px 45px -10px #0f172a14,0 4px 16px -2px #0f172a08}@media (width<=768px){.bottom-demo-card{border-radius:14px;padding:3.5rem 1.5rem;box-shadow:0 12px 30px -8px #0f172a14}}.bottom-demo-aura{display:none}.bottom-demo-title{color:#09090b;max-width:880px;margin:0 auto 2.25rem;font-size:clamp(1.4rem,3vw,2.15rem);font-weight:800;line-height:1.3}.bottom-demo-actions{justify-content:center;display:flex}.tmpl-footer{color:#64748b;border-top:1px solid #e2e8f0;width:calc(100% - 3rem);max-width:1440px;margin:4rem auto 0;padding:3.5rem 1rem 2.5rem;font-size:.9rem}@media (width<=768px){.tmpl-footer{width:calc(100% - 1.5rem);margin:3rem auto 0;padding:2.5rem .5rem 2rem}}.footer-main-row{justify-content:space-between;align-items:center;gap:3rem;margin-bottom:2.5rem;display:flex}@media (width<=768px){.footer-main-row{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}}.footer-brand-col{max-width:400px}.footer-brand-header{align-items:center;gap:.5rem;margin-bottom:0;display:flex}.footer-brand-title{color:#0f172a;letter-spacing:-.01em;font-size:1.2rem;font-weight:800}.footer-nav-col{align-items:center;display:flex}.footer-nav-links{flex-wrap:wrap;align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}@media (width<=768px){.footer-nav-links{flex-direction:column;align-items:flex-start;gap:.85rem}}.footer-nav-links a{color:#475569;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav-links a:hover{color:#2563eb}.footer-bottom-bar{text-align:center;color:#94a3b8;border-top:1px solid #f1f5f9;justify-content:center;align-items:center;padding-top:1.5rem;font-size:.85rem;display:flex}.footer-copyright{margin:0}.demo-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background-color:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.25s cubic-bezier(.16,1,.3,1) forwards demoFadeIn;display:flex;position:fixed;inset:0}@keyframes demoFadeIn{0%{opacity:0}to{opacity:1}}.demo-modal-container{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;width:100%;max-width:440px;padding:36px 32px 32px;animation:.3s cubic-bezier(.16,1,.3,1) forwards demoScaleUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #2563eb14}@keyframes demoScaleUp{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.demo-modal-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.demo-modal-close:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1;transform:scale(1.05)}.demo-modal-header{margin-bottom:24px}.demo-modal-badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5000px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.demo-modal-logo{object-fit:contain;border-radius:3px;width:26px;height:26px}.demo-modal-title{color:#0f172a;letter-spacing:-.025em;margin-bottom:8px;font-size:1.6rem;font-weight:800;line-height:1.25}.demo-modal-subtitle{color:#64748b;font-size:.92rem;line-height:1.5}.demo-modal-form{flex-direction:column;gap:20px;display:flex}.demo-input-group{text-align:left;flex-direction:column;gap:8px;display:flex}.demo-input-label{color:#334155;font-size:.88rem;font-weight:600}.required-star{color:#ef4444}.demo-input{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:13px 16px;font-size:.95rem;transition:all .2s}.demo-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.demo-input.has-error{border-color:#ef4444}.demo-input.has-error:focus{box-shadow:0 0 0 4px #ef444424}.demo-error-msg{color:#ef4444;font-size:.82rem;font-weight:500}.demo-submit-btn{cursor:pointer;justify-content:center;width:100%;margin-top:4px;padding:14px 24px;font-size:1rem;font-weight:600}.demo-done-btn{cursor:pointer;justify-content:center;width:100%;margin-top:12px;padding:12px 24px;font-size:.95rem;font-weight:600}.demo-loading-spinner-wrap{justify-content:center;align-items:center;gap:8px;display:flex}.demo-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite demoSpin;display:inline-block}@keyframes demoSpin{to{transform:rotate(360deg)}}.demo-modal-success{text-align:center;flex-direction:column;align-items:center;padding:12px 0 4px;display:flex}.demo-success-icon-wrap{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:flex}.demo-success-check{width:32px;height:32px}.demo-success-title{color:#0f172a;margin-bottom:10px;font-size:1.45rem;font-weight:800}.demo-success-desc{color:#64748b;margin-bottom:16px;font-size:.92rem;line-height:1.55}.demo-checkbox-group{align-items:center;margin-top:-4px;display:flex}.demo-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;color:#475569;align-items:center;gap:10px;font-size:.88rem;font-weight:500;transition:color .2s;display:inline-flex}.demo-checkbox-label:hover{color:#0f172a}.demo-checkbox{appearance:none;cursor:pointer;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:2.5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex;position:relative}.demo-checkbox:hover{border-color:#2563eb}.demo-checkbox:checked{background-color:#2563eb;border-color:#2563eb}.demo-checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;transform:rotate(45deg)translate(-.5px,-1px)}.demo-phone-group{animation:.25s cubic-bezier(.16,1,.3,1) forwards demoSlideDown}.demo-phone-input-wrap{align-items:center;gap:10px;width:100%;display:flex}.demo-country-select{color:#0f172a;cursor:pointer;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:6px;outline:none;flex-shrink:0;min-width:105px;padding:13px 12px;font-family:inherit;font-size:.92rem;font-weight:500;transition:all .2s}.demo-country-select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.demo-country-select.has-error{border-color:#ef4444}.demo-country-select.has-error:focus{box-shadow:0 0 0 4px #ef444424}.demo-phone-input{flex:1;min-width:0}@keyframes demoSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.clickable-image-wrapper{cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;position:relative}.clickable-image-wrapper:hover{transform:translateY(-2px)}.clickable-image-wrapper:hover .hero-dashboard-full-img,.clickable-image-wrapper:hover .stepper-slide-img,.clickable-image-wrapper:hover .howitworks-mobile-img{opacity:.96}.hero-image-lightbox-overlay{z-index:99999;-webkit-backdrop-filter:blur(12px);cursor:zoom-out;background:#0f172aeb;flex-direction:column;justify-content:center;align-items:center;padding:1rem;animation:.25s cubic-bezier(.16,1,.3,1) fadeInLightbox;display:flex;position:fixed;inset:0}@keyframes fadeInLightbox{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hero-image-lightbox-content{cursor:default;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:95vw;max-height:90vh;display:flex;position:relative}.hero-lightbox-title-badge{color:#fff;-webkit-backdrop-filter:blur(8px);text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#ffffff24;border:1px solid #ffffff40;border-radius:10px;max-width:90vw;margin-bottom:12px;padding:6px 16px;font-size:.9rem;font-weight:600;overflow:hidden;box-shadow:0 4px 12px #0003}.hero-lightbox-img{object-fit:contain;border:1px solid #ffffff2e;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:84vh;animation:.25s cubic-bezier(.16,1,.3,1) zoomInImage;box-shadow:0 25px 60px -12px #000c}@keyframes zoomInImage{0%{opacity:.8;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-lightbox-close-btn{z-index:100000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex;position:fixed;top:16px;right:16px}.hero-lightbox-close-btn:hover,.hero-lightbox-close-btn:active{background:#ffffff61;transform:scale(1.08)}@media (width<=768px){.tmpl-hero-dashboard,.howitworks-mobile-image-wrapper{cursor:pointer}.hero-lightbox-title-badge{margin-bottom:8px;padding:5px 12px;font-size:.82rem}.hero-lightbox-close-btn{width:40px;height:40px;top:12px;right:12px}}.tmpl-services-section{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;justify-content:space-between;align-items:center;gap:3.5rem;width:calc(100% - 3rem);max-width:1440px;margin-top:4rem;margin-bottom:4rem;padding:3.5rem 4rem;display:flex;box-shadow:0 20px 45px -10px #0f172a14,0 4px 16px -2px #0f172a08}@media (width<=1100px){.tmpl-services-section{border-radius:14px;flex-direction:column;align-items:center;gap:2.5rem;width:calc(100% - 1.5rem);margin-top:3rem;margin-bottom:3rem;padding:3rem 1.5rem;box-shadow:0 12px 30px -8px #0f172a14}}.services-header-row{text-align:left;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;min-width:180px;margin-bottom:0;display:flex}.services-main-heading{color:#0f172a;letter-spacing:-.02em;text-align:left;margin:0;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.65rem,2.8vw,38px);font-weight:700;line-height:1.25}.services-main-subheading{color:#64748b;letter-spacing:-.01em;text-align:left;margin-top:.5rem;margin-bottom:0;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;font-weight:500;line-height:1.4}.services-cards-grid{flex:1;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:flex}.service-card{-webkit-backdrop-filter:blur(8px);text-align:center;width:100%;max-width:200px;box-shadow:none;background:0 0;border:none;border-radius:16px;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:.85rem .5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:visible}.service-card:hover{background:#eff6ff;transform:translateY(-4px);box-shadow:0 10px 24px -6px #2563eb1f}.services-card-arrow{color:#000;flex-shrink:0;justify-content:center;align-items:center;padding:0 .15rem;display:flex}.services-card-arrow svg{stroke:#000;stroke-width:2.5px;width:24px;height:24px;transition:transform .3s}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:22px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.service-card-num-circle{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #93c5fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;min-height:52px;margin-bottom:.5rem;transition:all .25s;display:flex;box-shadow:0 4px 14px #2563eb29}.service-card-num-circle .material-symbols-outlined{color:#1d4ed8;font-size:26px;transition:color .25s}.service-card:hover .service-card-num-circle{background:#2563eb;border-color:#1d4ed8;transform:scale(1.08);box-shadow:0 6px 16px #2563eb59}.service-card:hover .service-card-num-circle .material-symbols-outlined{color:#fff}.service-card-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.05rem;font-weight:800}.service-card-desc{color:#64748b;max-width:92%;font-size:.85rem;line-height:1.35}@media (width<=1100px){.services-header-row{text-align:center;align-items:center;min-width:auto}.services-main-heading,.services-main-subheading{text-align:center}.services-cards-grid{justify-content:center}}@media (width<=900px){.services-cards-grid{flex-direction:column;gap:1.25rem}.service-card{max-width:260px}.services-card-arrow svg{transform:rotate(90deg)}}@media (width<=640px){.services-section-card{border-radius:20px;padding:1.5rem 1.25rem}.services-header-row{text-align:center;flex-direction:column;align-items:center;gap:1rem}.services-main-heading{text-align:center;font-size:1.65rem}.service-card{max-width:250px;padding:1.5rem 1rem}}.tmpl-faq-section{width:100%;max-width:980px;margin-left:10%;margin-right:auto;padding-top:4rem;padding-bottom:5rem}.faq-section-header{text-align:left;width:100%;margin-bottom:2.5rem}.faq-main-heading{color:#0f172a;letter-spacing:-.025em;text-align:left;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.85rem,3.2vw,42px);font-weight:800;line-height:1.2}.faq-minimal-list{border-top:1px solid #e5e7eb;flex-direction:column;width:100%;display:flex}.faq-minimal-item{border-bottom:1px solid #e5e7eb;width:100%;transition:background-color .2s}.faq-minimal-btn{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.35rem 0;display:flex}.faq-minimal-question{color:#18181b;letter-spacing:-.01em;text-align:left;flex:1;font-family:Google Sans,Google Sans Text,Product Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.45;transition:color .2s}.faq-minimal-btn:hover .faq-minimal-question{color:#2563eb}.faq-minimal-toggle-icon{color:#52525b;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.faq-minimal-btn:hover .faq-minimal-toggle-icon{color:#2563eb}.faq-minimal-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.16,1,.3,1);display:grid}.faq-minimal-open .faq-minimal-answer-wrapper{grid-template-rows:1fr}.faq-minimal-answer-content{padding-bottom:0;transition:padding-bottom .3s;overflow:hidden}.faq-minimal-open .faq-minimal-answer-content{padding-bottom:1.35rem}.faq-minimal-answer-p{color:#71717a;max-width:96%;margin-top:.5rem;margin-bottom:0;font-size:.98rem;line-height:1.65}.faq-minimal-answer-p:first-child{margin-top:.15rem}.faq-minimal-answer-p strong{color:#18181b;font-weight:600}@media (width<=640px){.tmpl-faq-section{margin-left:0;padding-top:2.5rem;padding-bottom:3rem}.faq-main-heading{font-size:1.65rem}.faq-minimal-btn{padding:1.1rem 0}.faq-minimal-question{font-size:1rem}.faq-minimal-answer-p{max-width:100%;font-size:.925rem}}
