:root{--color-white: #ffffff;--color-blue-50: #eff6ff;--color-blue-500: #3b82f6;--color-blue-600: #2563eb;--color-indigo-50: #eef2ff;--color-indigo-500: #4f46e5;--color-indigo-600: #4338ca;--bg-body: var(--color-white);--bg-surface: var(--color-indigo-50);--text-primary: #0f172a;--text-secondary: #334155;--border: #e2e8f0;--primary: var(--color-indigo-500);--primary-hover: var(--color-indigo-600);--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--font-sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Ubuntu, Cantarell, Noto Sans, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--h1: 34px;--h2: 28px;--h3: 22px;--body: 16px;--muted: 18px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 10px 20px rgba(0,0,0,.12)}html,body{background:var(--bg-body);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--body)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;box-sizing:border-box;background:var(--primary);color:#fff;border:1px solid transparent;border-radius:11px;padding:0 18px;box-shadow:0 6px 16px #4f46e538;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;line-height:1}.button:hover{background:var(--primary-hover);box-shadow:0 8px 20px #4f46e547}.button:active{transform:translateY(1px);box-shadow:none}.button.ghost{background:#fff;color:var(--text-secondary);border-color:var(--border);box-shadow:none}.button.ghost:hover{background:#f8faff;border-color:#c7d2fe;color:var(--primary-hover);box-shadow:none}.button.danger{background:var(--danger);border-color:transparent;box-shadow:0 6px 16px #ef44443d}.button.danger:hover{background:#dc2626;box-shadow:0 8px 20px #ef44444d}.button.support{background:#fee2e2;color:#ef4444;border-color:#fecaca}.button.support:hover{background:#fecaca;border-color:#fca5a5}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6);transition:box-shadow .3s ease}.card:hover{box-shadow:var(--shadow-lg)}.input,.select,.textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);font-size:18px;outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.h1{font-size:var(--h1);margin:0 0 var(--space-4)}.h2{font-size:var(--h2);margin:0 0 var(--space-3)}.h3{font-size:var(--h3);margin:0 0 var(--space-2)}.muted{font-size:var(--muted);color:var(--text-secondary)}.button.icon{width:32px;height:32px;min-height:0;padding:0;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);box-shadow:none;display:inline-flex;align-items:center;justify-content:center;line-height:1}.button.icon:hover{border-color:var(--primary);color:var(--primary);background:var(--bg-surface);box-shadow:var(--shadow-sm)}.button.icon.danger{background:var(--danger);border-color:var(--danger);color:#fff}.button.icon.danger:hover{background:#dc2626;border-color:#dc2626;color:#fff}.button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.button.icon:disabled{background:#f8fafc;border-color:var(--border);color:#94a3b8}.button.icon.danger:disabled{background:#fca5a5;border-color:#fca5a5;color:#fff;opacity:.7}.button:disabled:hover,.button:disabled:active,.button.icon:disabled:hover,.button.icon:disabled:active,.button.icon.danger:disabled:hover,.button.icon.danger:disabled:active{transform:none;box-shadow:none}.table{display:table;width:100%;border-collapse:separate;border-spacing:0}.table [role=row]>[role=columnheader],.table [role=row]>[role=cell]{padding:12px 14px}.sub-button{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:600;letter-spacing:.2px;border-radius:999px;padding:10px 16px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-hover) 100%);color:#fff;border:1px solid transparent;box-shadow:0 6px 14px #2563eb40;text-decoration:none}.sub-button:hover{background:linear-gradient(90deg,var(--primary-hover) 0%,var(--primary) 100%);box-shadow:0 10px 20px #2563eb52}.sub-button:active{transform:translateY(1px)}.sub-button:before{content:none}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html,body{margin:0;padding:0;background:var(--bg-body);color:var(--text-primary);font-family:Heebo,Rubik,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}:root{direction:ltr}:root:lang(he){direction:ltr}:root:lang(he) body,:root:lang(he) body *:not(input):not(textarea):not(canvas):not(svg){unicode-bidi:plaintext}:root:lang(he) body{text-align:left}:root:lang(he) .hero p{direction:rtl;unicode-bidi:embed;text-align:left}img,svg,video,canvas{display:block;max-width:100%}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover);text-decoration:underline}ul,ol{margin:0;padding-left:1.25rem}.container{width:100%;max-width:1120px;margin:0 auto;padding-left:var(--space-4);padding-right:var(--space-4)}.section{padding:calc(var(--space-8) + var(--space-4)) var(--space-4)}.grid{display:grid;gap:var(--space-4)}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 960px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.grid-3{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:50;background:var(--bg-body);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:var(--space-2);font-weight:700;letter-spacing:.2px}.nav{display:flex;align-items:center;gap:var(--space-4)}.nav a{color:var(--text-secondary);font-weight:500}.nav a:hover{color:var(--text-primary)}.site-header-figma{position:sticky;top:0;z-index:200;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:none;box-shadow:none;transition:background-color .2s ease,box-shadow .2s ease}.site-header-figma.is-scrolled{background:#fffffff5;box-shadow:0 2px 12px #0f172a14}.site-header-figma .site-header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding:16px 112px}.header-left{display:flex;align-items:center;gap:24px;order:1}.header-cta-btn{display:flex;padding:14px 28px;justify-content:center;align-items:center;border-radius:12px;border:none;background:linear-gradient(180deg,#4f46e5,#9333ea);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #4f46e54d}.header-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4f46e566}.header-login-link{color:#334155;font-size:16px;font-weight:500;text-decoration:none;padding-bottom:1px;cursor:pointer;background:none;border:none;transition:color .2s ease}.header-login-link:hover{color:#4f46e5}.nav-figma{display:flex;align-items:center;gap:40px;order:2;flex:1;justify-content:center}.nav-link-figma{color:#334155;font-weight:500;font-size:16px;transition:all .2s ease;text-decoration:none}.nav-link-figma:hover{color:#4f46e5;text-decoration:none}.header-right{display:flex;align-items:center;gap:26px;order:3}.lang-toggle-simple{display:flex;align-items:center;gap:8px;font-size:14px}.lang-toggle-simple .lang-active{color:#4f46e5;font-weight:600;cursor:default}.lang-toggle-simple .lang-inactive{color:#9ca3af;cursor:pointer;transition:color .2s ease}.lang-toggle-simple .lang-inactive:hover{color:#4f46e5}.lang-toggle-simple .lang-separator{color:#d1d5db}.brand-figma{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-figma .brand-text{font-size:24px;font-weight:700;color:#4f46e5}.logo-icon-wrapper{display:flex;width:40px;height:40px;padding:6px 12.5px;justify-content:center;align-items:center;border-radius:12px;border:0 solid #E5E7EB;background:linear-gradient(135deg,#4f46e5,#9333ea 70.71%)}.logo-icon-wrapper svg{width:15px;height:20px}@media (max-width: 1200px){.site-header-figma .site-header-inner{padding:16px 40px}}@media (max-width: 900px){.nav-figma,.header-right .lang-toggle-simple{display:none!important}.site-header-figma .nav-toggle{display:flex!important;order:1;flex:0 0 auto}.site-header-figma .header-left{display:flex!important;order:2;gap:12px;flex:0 1 auto;min-width:0}.site-header-figma .header-left .header-cta-btn{width:auto!important;min-width:0;padding:9px 12px!important;font-size:13px!important;border-radius:10px!important;white-space:nowrap}.site-header-figma .header-left .header-login-link{font-size:13px;white-space:nowrap}.header-right{order:3;flex:0 0 auto}.site-header-figma .site-header-inner{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 20px}}@media (max-width: 420px){.site-header-figma .site-header-inner{gap:6px;padding:12px}.site-header-figma .header-left{gap:8px}.site-header-figma .header-left .header-cta-btn{padding:8px 10px!important;font-size:12px!important}.site-header-figma .header-left .header-login-link{font-size:12px}.site-header-figma .brand-text{font-size:18px}}@media (min-width: 901px){.nav-toggle{display:none}}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;font-size:24px;color:#334155;cursor:pointer;transition:color .2s ease;order:2}.nav-toggle:hover{color:#4f46e5}.mobile-nav-overlay{position:fixed;inset:0;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99;animation:fadeIn .2s ease-out}.mobile-nav-panel{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:#fff;box-shadow:0 4px 20px #00000026;z-index:100;animation:slideDown .3s ease-out;overflow-y:auto;display:flex;flex-direction:column}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E5E7EB;background:#fff;min-height:64px}.mobile-nav-header .brand-figma{font-size:20px;gap:10px}.mobile-nav-header .brand-text{color:#4f46e5;font-weight:700}.mobile-nav-header .logo-icon-wrapper{width:36px;height:36px;padding:6px 11px}.mobile-nav-header .logo-icon-wrapper svg{width:14px;height:18px}.nav-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f3f4f6;border:none;font-size:24px;color:#64748b;cursor:pointer;transition:all .2s ease;line-height:1;padding:0;margin:0;border-radius:8px}.nav-close:hover{color:#4f46e5;background:#eef2ff}.mobile-nav-list{display:flex;flex-direction:column;padding:24px 20px;gap:6px;background:#fff;flex:1}.mobile-nav-list a,.mobile-nav-list button{display:block;width:100%;padding:14px 16px;color:#334155;font-size:16px;font-weight:500;text-decoration:none;border-radius:10px;transition:all .2s ease;background:transparent;border:none;text-align:start;cursor:pointer;unicode-bidi:plaintext}.mobile-nav-list a:hover,.mobile-nav-list button:hover{background:#f1f5f9;color:#4f46e5;text-decoration:none}.mobile-nav-list .header-cta-btn{margin-top:12px;width:100%;text-align:center;padding:14px 28px;font-size:16px;font-weight:600}.mobile-nav-list .lang-toggle-simple{margin-top:20px;padding-top:20px;border-top:1px solid #E5E7EB;display:flex;justify-content:center}.site-footer{border-top:1px solid var(--border);background:var(--bg-body);padding:var(--space-6) 0;margin-top:var(--space-8)}.site-footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-6)}@media (max-width: 800px){.site-footer .cols{grid-template-columns:1fr}}.site-footer .bottom{display:flex;justify-content:space-between;align-items:center;margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border)}.hero{position:relative;padding:calc(var(--space-8) + 24px) 0 var(--space-8);background:linear-gradient(180deg,var(--color-blue-50) 0%,rgba(239,246,255,.3) 100%)}.hero .eyebrow{display:inline-block;background:#fff;border:1px solid var(--border);border-radius:999px;padding:6px 12px;color:var(--text-secondary);box-shadow:var(--shadow-sm);margin-bottom:var(--space-3)}.hero h1{font-size:clamp(32px,4vw,44px);line-height:1.12;text-wrap:balance;margin:0 0 var(--space-3)}.hero p{color:var(--text-secondary);margin:0 0 var(--space-6)}.hero-bullets{list-style:none;padding:0;margin:8px 0 0;line-height:1.7;color:var(--text-primary)}.hero-bullets li{display:flex;align-items:flex-start;gap:8px;margin:6px 0}.hero-bullets li:before{content:"✓";color:#22c55e;font-weight:800;line-height:1;margin-top:1px}:root:lang(he) .hero-bullets{direction:rtl;text-align:left}:root:lang(he) .hero-bullets li{flex-direction:row-reverse}:root:lang(he) .hero-bullets li:before{margin:0 0 0 8px}.hero .cta{display:flex;gap:var(--space-3);flex-wrap:wrap;align-items:center;justify-content:center;margin-top:var(--space-3)}.page-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashboard-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 640px){.dashboard-actions{width:100%;justify-content:flex-start}.dashboard-actions .button{flex:1 1 160px}}.table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left}.table thead th{background:var(--bg-surface);font-weight:600;color:var(--text-secondary)}.table tbody tr:hover{background:#3b82f60d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media (max-width: 800px){.form-row{grid-template-columns:1fr}}.label{display:block;font-size:var(--muted);color:var(--text-secondary);margin-bottom:6px}.badge{display:inline-flex;align-items:center;gap:8px;padding:3px 10px;border-radius:999px;font-size:12px;border:1px solid var(--border);background:#fff}.badge.success{border-color:#22c55e40;color:#166534;background:#22c55e14}.badge.warning{border-color:#f59e0b40;color:#92400e;background:#f59e0b1a}.badge.danger{border-color:#ef444440;color:#991b1b;background:#ef44441a}.bar{height:10px;border-radius:999px;background:var(--bg-surface);overflow:hidden}.bar .fill{height:100%;background:var(--primary);border-radius:999px;transition:width .4s ease}.stack-sm>*+*{margin-top:var(--space-2)}.stack-md>*+*{margin-top:var(--space-3)}.stack-lg>*+*{margin-top:var(--space-4)}.modal-overlay{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-8) var(--space-4);overflow:auto;animation:fadeIn .15s ease-out}.modal-panel{width:100%;max-width:900px;animation:modalIn .2s ease-out}.modal-scroll{max-height:80vh;overflow-y:auto;padding-right:2px}.modal-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-6)}.modal-card .h2{margin-bottom:4px}.modal-card .muted{color:var(--text-secondary)}.modal-card .h3{margin-top:var(--space-4);margin-bottom:var(--space-2);font-weight:700;letter-spacing:.2px}.modal-kv ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 16px}.modal-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:var(--space-2);margin-bottom:var(--space-2)}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);box-shadow:var(--shadow-sm)}.chip.warn{border-color:#f59e0b40;color:#92400e;background:#f59e0b1a}.chip.danger{border-color:#ef444440;color:#991b1b;background:#ef44441a}.modal-divider{height:1px;width:100%;background:var(--border);margin:var(--space-3) 0}.modal-card a{overflow-wrap:anywhere;word-break:break-word}@keyframes modalIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 960px){.grid-2{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 1200px){.grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 960px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.grid-4{grid-template-columns:1fr}}.logo-cloud{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}.logo-chip{background:#fff;border:1px solid var(--border);color:var(--text-secondary);border-radius:999px;padding:6px 12px;box-shadow:var(--shadow-sm);font-size:13px}.icon-circle{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:#fff;box-shadow:var(--shadow-sm);margin-bottom:var(--space-3)}.mock-window{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-4)}.mock-dots{display:flex;gap:6px;margin-bottom:var(--space-3)}.mock-dots .dot{width:10px;height:10px;border-radius:999px;display:inline-block}.mock-dots .dot.red{background:#f87171}.mock-dots .dot.amber{background:#fbbf24}.mock-dots .dot.green{background:#34d399}.mock-line{height:10px;background:var(--bg-surface);border-radius:6px;margin-bottom:10px}.mock-line.wide{width:80%}.mock-canvas{background:var(--bg-surface);border:1px dashed var(--border);height:140px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.mock-sign{width:60%;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);box-shadow:0 0 0 1px var(--primary)}.card.testimonial{background:#fff;border:1px solid var(--border)}.editor-container,.editor-container.preview-mode{max-width:1120px}.editor-layout{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:var(--space-4);align-items:start}@media (max-width: 1100px){.editor-layout{grid-template-columns:1fr}.editor-left{position:static;top:auto;max-height:none;overflow:visible;padding-right:0}.editor-right .preview-sticky{position:static;top:auto}}.editor-left{position:sticky;top:84px;align-self:start;max-height:calc(100vh - 140px);overflow:auto;padding-right:4px}.editor-left .card{background:var(--bg-surface);border-color:var(--border)}.editor-left .form-row{grid-template-columns:1fr}.editor-left .card .h2{font-size:18px}.editor-right .preview-sticky{position:sticky;top:84px}.editor-layout.mode-edit{grid-template-columns:1fr}.editor-layout.mode-edit .editor-right{display:none}.editor-layout.mode-edit .editor-left{position:static;top:auto;max-height:none;overflow:visible;padding-right:0}.editor-layout.mode-preview{grid-template-columns:1fr}.editor-layout.mode-preview .editor-left{display:none}.editor-layout.mode-preview .preview-sticky{position:static;top:auto}.editor-toggle{display:flex;justify-content:center;margin:4px 0 8px;position:sticky;top:74px;z-index:20;background:var(--bg-body);padding:4px 0}.editor-toggle .seg{display:inline-flex;background:#fff;border:1px solid var(--border);border-radius:999px;padding:4px;gap:4px;box-shadow:var(--shadow-sm)}.editor-toggle .seg button{appearance:none;border:0;background:transparent;padding:8px 14px;border-radius:999px;font-weight:700;letter-spacing:.2px;color:var(--text-secondary);cursor:pointer}.editor-toggle .seg button.active{background:var(--bg-body);color:var(--text-primary);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.editor-toggle .seg button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.preview-surface{position:relative}.preview-viewport{max-height:calc(100vh - 140px);overflow:auto;padding:16px 12px;background:transparent;border-radius:var(--radius-md);overscroll-behavior:contain}.preview-viewport::-webkit-scrollbar{width:10px}.preview-viewport::-webkit-scrollbar-thumb{background:#0f172a26;border-radius:8px}.pages-scale{display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .12s ease}.page{width:794px;height:1123px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);position:relative}.page-content{position:absolute;inset:24px 36px 36px}.doc-block+.doc-block{margin-top:8px}.page .watermark-overlay{position:absolute;inset:0;border-radius:12px;pointer-events:none;z-index:2;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#02061705,#0f172a0a)}.page .watermark-overlay:before{content:"";position:absolute;left:50%;top:50%;width:120%;height:60%;transform:translate(-50%,-50%) rotate(-24deg);background:radial-gradient(ellipse at center,#fffffff2,#ffffff8c 55%,#fff0 75%);filter:blur(1px)}.page .watermark-overlay .wm-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-24deg);color:#0f172a;opacity:.14;font-weight:900;font-size:72px;line-height:1.1;letter-spacing:.02em;text-align:center;max-width:120%;padding:12px 16px;-webkit-user-select:none;user-select:none;text-shadow:0 0 1px rgba(255,255,255,.9),0 1px 2px rgba(255,255,255,.85),0 2px 14px rgba(15,23,42,.22),0 8px 24px rgba(15,23,42,.16);-webkit-text-stroke:1px rgba(255,255,255,.35);mix-blend-mode:multiply;text-wrap:balance}@media (max-width: 520px){.page .watermark-overlay .wm-text{font-size:52px}}.zoom-bar{position:absolute;top:8px;right:8px;display:flex;align-items:center;gap:8px;background:#ffffffeb;border:1px solid var(--border);border-radius:999px;padding:6px 10px;box-shadow:var(--shadow-md);backdrop-filter:saturate(1.2) blur(2px);-webkit-backdrop-filter:saturate(1.2) blur(2px);z-index:5}.zoom-range{width:180px;accent-color:var(--primary)}.zoom-value{min-width:48px;text-align:right;font-size:12px;color:var(--text-secondary)}.profile-summary .profile-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.profile-id{display:flex;align-items:center;gap:var(--space-3);min-width:240px}.avatar,.avatar-img{width:64px;height:64px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-blue-50);color:var(--primary);font-weight:800;letter-spacing:.2px;border:2px solid var(--border);box-shadow:var(--shadow-sm),0 0 0 3px #2563eb1f}.avatar.lg,.avatar-img.lg{width:64px;height:64px;font-size:22px}.avatar-img{object-fit:cover;background:#fff}.profile-name{font-size:20px;font-weight:700;letter-spacing:.2px}.profile-meta{display:flex;align-items:center;gap:8px}.contact-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.contact-chips .chip{text-decoration:none;background:#fff;border-color:var(--border);color:var(--text-secondary);transition:border-color .2s ease,color .2s ease,transform .05s ease,box-shadow .2s ease}.contact-chips .chip:hover{border-color:var(--primary);color:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.kv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 16px}.kv{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px}.kv .label{margin:0 0 4px;font-size:12px;color:var(--text-secondary)}.kv .value{font-weight:600}@media (max-width: 720px){.profile-summary .profile-row{flex-direction:column;align-items:flex-start}}.pending-list .list-rows{display:flex;flex-direction:column;gap:8px}.pending-list .row{display:grid;grid-template-columns:120px 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease,transform .05s ease}.pending-list .row:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.pending-list .status-col{display:flex;align-items:center;justify-content:flex-start}.pending-list .title-col{min-width:0}.pending-list .title-col .title{font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pending-list .title-col .sub{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pending-list .meta-col{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.pending-list .meta-col .muted{white-space:nowrap}@media (max-width: 900px){.pending-list .row{grid-template-columns:100px 1fr}.pending-list .meta-col{justify-content:flex-start;grid-column:1 / -1}}.bgcheck{background:linear-gradient(#fff,#fff) padding-box,radial-gradient(120% 120% at 0% 0%,rgba(59,130,246,.25),transparent 60%) border-box,radial-gradient(120% 120% at 100% 100%,rgba(34,197,94,.2),transparent 60%) border-box;border:1px solid transparent;border-radius:var(--radius-lg);padding:calc(var(--space-3) + 2px);box-shadow:0 6px 18px #0206170f,inset 0 1px #fffc;-webkit-backdrop-filter:saturate(1.1);backdrop-filter:saturate(1.1)}.bgcheck-enable{padding-bottom:var(--space-2);border-bottom:1px dashed var(--border);margin-bottom:var(--space-3)}.bgcheck-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3)}.bgcheck-col{flex:1 1 280px;min-width:240px}.bgcheck-actions{display:flex;align-items:center;gap:var(--space-2);margin-inline-start:auto}.bgcheck-actions .button{height:36px;padding:6px 12px}.chip.success{border-color:#22c55e40;color:#166534;background:#22c55e1a}.chip.info{border-color:#3b82f640;color:#1d4ed8;background:#3b82f61a}.bc-steps{--bc-done: #22c55e;--bc-active1: var(--color-blue-500);--bc-active2: var(--color-blue-600);--bc-todo: #cbd5e1;--bc-text: var(--text-secondary);position:relative;padding:6px 4px 0;max-width:100%;overflow:hidden}.bc-steps:before{content:"";position:absolute;inset:-4px -4px -8px;border-radius:16px;pointer-events:none;background:radial-gradient(60% 60% at 15% 0%,rgba(59,130,246,.15),transparent 60%),radial-gradient(60% 60% at 85% 100%,rgba(34,197,94,.14),transparent 60%);filter:blur(10px);opacity:.8}.bc-steps-track{position:relative;height:8px;border-radius:999px;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);box-shadow:inset 0 1px 2px #0206170f;overflow:hidden;margin:12px 8px 18px}.bc-steps-fill{height:100%;width:0%;border-radius:inherit;background:linear-gradient(90deg,var(--bc-active1),var(--bc-active2),var(--bc-active1));background-size:200% 100%;box-shadow:0 0 0 1px #3b82f62e,0 6px 10px #3b82f61f;transition:width .45s cubic-bezier(.2,.8,.2,1),background-position 1.6s linear;animation:bcShimmer 2.4s linear infinite}@keyframes bcShimmer{0%{background-position:0% 0}to{background-position:-200% 0}}.bc-steps-list{list-style:none;margin:0;padding:0 2px 2px;display:flex;align-items:center;justify-content:space-between;gap:6px}.bc-step{min-width:72px;display:grid;place-items:center;text-align:center;gap:6px;flex:1 1 0}.bc-step .dot{width:clamp(22px,6vw,26px);height:clamp(22px,6vw,26px);display:grid;place-items:center;border-radius:999px;font-weight:800;font-size:clamp(11px,3.2vw,12px);color:#64748b;background:#fff;border:2px solid var(--bc-todo);box-shadow:var(--shadow-sm);transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.bc-step.done .dot{background:linear-gradient(180deg,#34d399,#22c55e);color:#064e3b;border-color:#22c55e80;box-shadow:0 2px 8px #22c55e38}.bc-step.active .dot{position:relative;background:linear-gradient(180deg,var(--bc-active1),var(--bc-active2));color:#fff;border-color:#3b82f699;transform:scale(1.06);box-shadow:0 3px 12px #2563eb38;animation:bcPulse 1.8s ease-in-out infinite}.bc-step.active .dot:after{content:"";position:absolute;inset:-6px;border-radius:999px;background:radial-gradient(50% 50% at 50% 50%,rgba(37,99,235,.28),transparent 70%);filter:blur(2px);z-index:-1}@keyframes bcPulse{0%,to{transform:scale(1.06)}50%{transform:scale(1.12)}}.bc-step.todo .dot{background:#fff}.bc-step .label{font-size:clamp(10px,2.8vw,12px);color:var(--bc-text);max-width:clamp(90px,28vw,160px);font-weight:600;letter-spacing:.2px;line-height:1.25;white-space:normal;word-break:break-word;text-wrap:balance}.bc-step.done .label{color:#166534}.bc-step.active .label{color:var(--color-blue-600)}.bc-status-row{display:flex;justify-content:flex-end;margin-top:8px}@media (max-width: 560px){.bc-steps{padding:4px 0 0}.bc-steps-track{height:6px;margin:8px 4px 12px}.bc-steps-list{gap:4px}.bc-step{min-width:0;flex:1 1 0}.bc-step .label{max-width:120px;font-size:11px;line-height:1.2}.bc-status-row{justify-content:center}.bgcheck{padding:var(--space-2) var(--space-3)}}@media (max-width: 380px){.bc-step .label{max-width:100px}}@media (max-width: 520px){.preview-viewport{padding:8px;max-height:calc(100vh - 110px)}.zoom-bar{gap:6px;padding:4px 8px}.zoom-range{width:120px}.zoom-value{display:none}}@media (max-width: 380px){.zoom-range{width:100px}}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-primary);font-size:18px;line-height:1;box-shadow:var(--shadow-sm)}@media (max-width: 960px){.site-header-inner{height:56px}.nav{display:none}}@media (max-width: 900px){.nav-toggle{display:inline-flex}}.mobile-nav-overlay{position:fixed;inset:0;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;display:flex}.mobile-nav-panel{width:100%;height:100%;background:#fff;color:var(--text-primary);display:flex;flex-direction:column;padding:16px;animation:modalIn .2s ease-out}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.nav-close{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-primary);font-size:20px;line-height:1}.mobile-nav-list{display:flex;flex-direction:column;gap:12px;padding-top:8px}.mobile-nav-list a{padding:10px 8px;border-radius:var(--radius-md);text-decoration:none;color:var(--text-primary);font-weight:600}.mobile-nav-list a:hover{background:var(--bg-surface)}@media (max-width: 640px){.site-footer .bottom{flex-direction:column;align-items:flex-start;gap:8px}}.table{min-width:680px}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pagination-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pagination-meta{flex:1 1 auto}@media (max-width: 640px){.pagination-bar{flex-direction:column;align-items:stretch;gap:8px}.pagination-meta{text-align:left}}.filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;align-items:end}.filters-grid>.button{align-self:end;height:38px}.filters-actions{display:flex;align-items:end;gap:8px;align-self:end;flex-wrap:wrap}.filters-actions .button{height:38px}.dr-date{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dr-date .input{flex:1 1 160px;min-width:0}.dr-date .muted{flex:0 0 auto}.dr-date .dr-clear{flex:0 0 auto;white-space:nowrap;margin-top:6px}@media (max-width: 520px){.dr-date .input{flex:1 1 140px}}@media (orientation: landscape) and (max-width: 900px){.section{padding-top:var(--space-6);padding-bottom:var(--space-6)}.filters-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.page-heading-row{align-items:flex-start}}@media (max-width: 640px){.section{padding:var(--space-6) var(--space-3)}.container{padding-left:var(--space-3);padding-right:var(--space-3)}}.editor-actions{display:flex;gap:12px;position:sticky;bottom:0;background:var(--bg-body);padding:10px 0;border-top:1px solid var(--border);z-index:10}.editor-actions .button{min-height:40px}@media (max-width: 640px){.editor-actions{flex-direction:column}.editor-actions .button{width:100%}}@media (hover: none),(pointer: coarse){.icon-circle,.mock-dots .dot,.hero-doc-brand .dot,.bc-step .dot{transform:none!important;transition:none!important;animation:none!important}}.icon-circle,.mock-dots .dot,.hero-doc-brand .dot{transform:translateZ(0)}@keyframes pulsate{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.button.primary-action{animation:pulsate 2s infinite}.wizard-step{padding:16px;border-radius:8px;margin-bottom:16px;border:1px solid var(--border);transition:all .3s ease}.wizard-step.active{border-color:var(--primary);box-shadow:0 0 15px #4f46e540;transform:scale(1.02)}.arrow-icon{display:inline-block;margin-left:8px;transition:transform .3s ease}.button:hover .arrow-icon{transform:translate(5px)}.blurred-field{filter:blur(5px);-webkit-filter:blur(5px);opacity:.85;padding:0 4px;background:#0f172a0f;border-radius:4px}.doc-preview.blurred-preview{filter:blur(6px);-webkit-filter:blur(6px)}@keyframes pulse{0%,to{box-shadow:0 4px 12px #10b98166}50%{box-shadow:0 4px 20px #10b98199}}@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.text-editor-overlay{position:fixed;inset:0;background:#0f172a66;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);z-index:2000;display:flex;align-items:center;justify-content:center;padding:var(--space-4);animation:fadeIn .3s cubic-bezier(.16,1,.3,1)}.text-editor-modal{width:100%;max-width:850px;max-height:85vh;background:#fff;border-radius:24px;box-shadow:0 0 0 1px #0000000d,0 20px 50px -12px #0f172a40;display:flex;flex-direction:column;animation:modalInModern .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;border:1px solid rgba(255,255,255,.7)}@keyframes modalInModern{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.text-editor-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid rgba(15,23,42,.06);background:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.text-editor-title{margin:0;font-size:1.4rem;font-weight:800;color:#0f172a;letter-spacing:-.025em}.text-editor-close{appearance:none;border:1px solid rgba(15,23,42,.08);background:#fff;width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005}.text-editor-close:hover{background:#f1f5f9;color:#0f172a;transform:rotate(90deg);border-color:#0f172a26}.text-editor-content{flex:1;padding:24px;overflow:hidden;display:flex;flex-direction:column;min-height:0;background:#f8fafc}.text-editor-textarea{flex:1;width:100%;min-height:350px;padding:20px;border:1px solid rgba(15,23,42,.1);border-radius:16px;font-family:inherit;font-size:1.05rem;line-height:1.7;resize:none;background:#fff;color:#1e293b;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #00000005}.text-editor-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #3b82f61f,inset 0 2px 4px #00000005;background:#fff}.text-editor-textarea::-webkit-scrollbar{width:8px}.text-editor-textarea::-webkit-scrollbar-track{background:transparent;margin:10px}.text-editor-textarea::-webkit-scrollbar-thumb{background:#0f172a1a;border-radius:10px}.text-editor-textarea::-webkit-scrollbar-thumb:hover{background:#0f172a33}.text-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 28px;border-top:1px solid rgba(15,23,42,.06);background:#fff}.text-editor-actions .button{padding:12px 24px;border-radius:14px;font-weight:700;font-size:15px;transition:all .2s cubic-bezier(.4,0,.2,1)}.text-editor-actions .button-secondary{background:#f1f5f9;color:#475569;border:1px solid transparent}.text-editor-actions .button-secondary:hover{background:#e2e8f0;color:#0f172a;transform:translateY(-1px)}.text-editor-actions .button-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb33}.text-editor-actions .button-primary:hover{box-shadow:0 6px 16px #2563eb4d;transform:translateY(-1px)}@media (max-width: 640px){.text-editor-overlay{padding:0;align-items:stretch}.text-editor-modal{max-width:none;max-height:none;height:100%;border-radius:0;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.text-editor-header{padding:16px 20px}.text-editor-content{padding:16px}.text-editor-textarea{border-radius:12px;padding:16px;font-size:17px}.text-editor-actions{padding:16px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom))}}:root:lang(he) .text-editor-header{flex-direction:row-reverse}:root:lang(he) .text-editor-actions{flex-direction:row-reverse}:root:lang(he) .text-editor-title{font-family:inherit}.edit-text-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:14px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #2563eb33}.edit-text-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d;background:linear-gradient(135deg,#60a5fa,#3b82f6)}.edit-text-btn:active{transform:translateY(0)}.edit-text-btn svg{width:18px;height:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.delivery-channels-section{background:linear-gradient(180deg,#fff,#f8fafc);position:relative;overflow:hidden}.delivery-card{padding:var(--space-6);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:var(--space-4);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;background:#fffc!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.delivery-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000014}.delivery-icon-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.delivery-icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease}.delivery-card:hover .delivery-icon{transform:rotate(-5deg) scale(1.1)}.whatsapp-bg{background:linear-gradient(135deg,#25d366,#128c7e)}.email-bg{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.delivery-status-pill{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;color:#64748b;padding:6px 12px;border-radius:999px;border:1px solid var(--border)}.whatsapp-theme .delivery-status-pill{background:#25d3661a;color:#128c7e;border-color:#25d36633}.email-theme .delivery-status-pill{background:#3b82f61a;color:#1d4ed8;border-color:#3b82f633}.delivery-features{display:flex;gap:12px;margin-top:auto}.feature-dot{font-size:12px;font-weight:600;color:var(--text-secondary);display:flex;align-items:center;gap:6px}.feature-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--primary)}.whatsapp-theme .feature-dot:before{background:#25d366}.email-theme .feature-dot:before{background:#3b82f6}@media (max-width: 640px){.delivery-icon{width:48px;height:48px;border-radius:14px}.delivery-icon svg{width:24px;height:24px}}.hero-figma{position:relative;padding:80px 0 60px;background:linear-gradient(135deg,#f5f3ff,#ede9fe 30%,#fff 70%);overflow:hidden}.hero-figma-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6}.hero-blob-1{width:400px;height:400px;background:linear-gradient(135deg,#c4b5fd,#a78bfa);top:-100px;right:-100px}.hero-blob-2{width:300px;height:300px;background:linear-gradient(135deg,#86efac,#4ade80);bottom:-50px;left:10%}.hero-figma-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-figma-content{z-index:1}.hero-figma-title{font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.2;color:#1e293b;margin-bottom:16px}.hero-figma-subtitle{font-size:18px;color:#64748b;line-height:1.7;margin-bottom:24px}.hero-figma-bullets{list-style:none;padding:0;margin:0 0 32px}.hero-figma-bullets li{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:16px;color:#334155}.bullet-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:50%;font-size:12px;font-weight:700}.hero-figma-cta{margin-bottom:32px}.hero-dots{display:flex;gap:8px}.hero-dots .dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:all .3s ease}.hero-dots .dot.active{width:24px;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#a855f7)}.hero-figma-image{position:relative;z-index:1}.hero-illustration{width:100%;max-width:600px;border-radius:20px;box-shadow:0 25px 50px -12px #00000026;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn-purple-gradient{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;color:#fff!important;padding:14px 32px!important;border-radius:999px!important;font-weight:600!important;font-size:16px!important;border:none!important;box-shadow:0 4px 14px #7c3aed4d!important;transition:all .3s ease!important}.btn-purple-gradient:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #7c3aed66!important}.features-strip{padding:80px 0;background:#fff}.features-strip-header{text-align:center;margin-bottom:48px}.features-strip-header h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.features-strip-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.feature-icon-card{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px #0000000f;border:1px solid #f1f5f9;transition:all .3s ease}.feature-icon-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.feature-icon-circle{width:72px;height:72px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon-card.purple .feature-icon-circle{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.feature-icon-card.cyan .feature-icon-circle{background:linear-gradient(135deg,#cffafe,#a5f3fc);color:#0891b2}.feature-icon-card.yellow .feature-icon-circle{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.feature-icon-card h4{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:8px}.feature-icon-card p{font-size:14px;color:#64748b;margin:0}.features-strip-cta{text-align:center}.who-uses-section{padding:80px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.who-uses-header{text-align:center;margin-bottom:48px}.who-uses-header h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.who-uses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.persona-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.persona-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.persona-image{height:160px;background-size:cover;background-position:center}.persona-label{display:inline-block;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;margin:16px 16px 8px}.persona-label.purple{background:#ede9fe;color:#7c3aed}.persona-label.cyan{background:#cffafe;color:#0891b2}.persona-label.orange{background:#fed7aa;color:#ea580c}.persona-label.green{background:#bbf7d0;color:#16a34a}.persona-card p{font-size:14px;color:#64748b;padding:0 16px 20px;margin:0}.pricing-cards-section{padding:80px 0;background:#fff}.pricing-header{text-align:center;margin-bottom:48px}.pricing-header h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.pricing-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing-card{background:#fff;border-radius:24px;padding:32px;text-align:center;position:relative;transition:all .3s ease}.pricing-card:before{content:"";position:absolute;inset:0;border-radius:24px;padding:3px;background:linear-gradient(135deg,transparent,transparent);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor}.pricing-card.gradient-purple:before{background:linear-gradient(135deg,#7c3aed,#a855f7)}.pricing-card.gradient-cyan:before{background:linear-gradient(135deg,#06b6d4,#0891b2)}.pricing-card.gradient-orange:before{background:linear-gradient(135deg,#f97316,#ea580c)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.pricing-card h4{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:12px}.pricing-card p{font-size:14px;color:#64748b;margin-bottom:20px}.pricing-card-btn{border-radius:999px!important;padding:10px 24px!important}.stats-banner{padding:60px 0;background:linear-gradient(135deg,#7c3aed,#6d28d9,#5b21b6);position:relative;overflow:hidden}.stats-banner-content{text-align:center;margin-bottom:40px;position:relative;z-index:1}.stats-banner-content h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.stats-banner-content p{font-size:16px;color:#fffc;margin-bottom:32px}.stats-icons{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.stat-icon-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 24px;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff}.stat-icon-card span{font-size:13px;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-box{background:#fffffff2;border-radius:16px;padding:24px;text-align:center;box-shadow:0 4px 20px #0000001a}.stat-value{font-size:28px;font-weight:800;color:#7c3aed;margin-bottom:4px}.stat-label{font-size:14px;color:#64748b}.cta-section-figma{padding:80px 0;background:linear-gradient(135deg,#7c3aed,#a855f7);position:relative;text-align:center}.cta-wave-top{position:absolute;top:-1px;left:0;right:0;height:60px;background:#fff;border-radius:0 0 50% 50%}.cta-figma-content{position:relative;z-index:1;padding-top:40px}.cta-figma-content h2{font-size:36px;font-weight:700;color:#fff;margin-bottom:12px}.cta-figma-content p{font-size:18px;color:#ffffffe6;margin-bottom:32px}.btn-white{background:#fff!important;color:#7c3aed!important;padding:14px 32px!important;border-radius:999px!important;font-weight:600!important;font-size:16px!important;border:none!important;box-shadow:0 4px 14px #00000026!important;transition:all .3s ease!important}.btn-white:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0003!important}@media (max-width: 960px){.hero-figma-grid{grid-template-columns:1fr;text-align:center}.hero-figma-bullets li{justify-content:center}.hero-figma-cta{display:flex;justify-content:center}.hero-dots{justify-content:center}.features-strip-cards{grid-template-columns:1fr}.who-uses-grid{grid-template-columns:repeat(2,1fr)}.pricing-cards-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.who-uses-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.site-footer-figma{background:#f8fafc;border-top:1px solid #e2e8f0;padding:48px 0 24px;margin-top:0}.footer-figma-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;margin-bottom:32px}.footer-brand-col{display:flex;flex-direction:column;gap:16px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-logo-text{font-size:22px;font-weight:700;color:#1e293b}.footer-social{display:flex;gap:12px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;color:#64748b;transition:all .2s ease}.footer-social a:hover{background:#7c3aed;border-color:#7c3aed;color:#fff;transform:scale(1.1)}.footer-links-col h4{font-size:15px;font-weight:700;color:#1e293b;margin-bottom:16px}.footer-links-col ul{list-style:none;padding:0;margin:0}.footer-links-col li{margin-bottom:10px}.footer-links-col a{color:#64748b;font-size:14px;transition:color .2s ease;text-decoration:none}.footer-links-col a:hover{color:#7c3aed;text-decoration:none}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid #e2e8f0}.footer-bottom small{color:#94a3b8;font-size:13px}@media (max-width: 768px){.footer-figma-grid{grid-template-columns:1fr;gap:32px;text-align:center}.footer-brand-col{align-items:center}.footer-social{justify-content:center}}.footer-figma{background:#fff;padding:54px 0 25px}.footer-figma-grid{display:flex;flex-direction:row-reverse;gap:163px;max-width:1224px;margin:0 auto 93px}.footer-col h4{font-size:18px;font-weight:600;color:#000;margin-bottom:16px;text-align:right}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:17px;text-align:right}.footer-col ul li a{color:#9ca3af;font-size:16px;text-decoration:none;transition:color .2s ease}.footer-col ul li a:hover{color:#4f46e5}.footer-spacer{flex:1}.footer-brand-col{display:flex;flex-direction:column;align-items:flex-end}.footer-brand{margin-bottom:30px}.footer-brand-text{font-size:32px;font-weight:700;color:#4f46e5}.footer-tagline{font-size:16px;color:#000;margin-bottom:48px;text-align:right}.footer-social{display:flex;gap:10px}.footer-social a{color:#000;transition:color .2s ease}.footer-social a:hover{color:#4f46e5}.footer-bottom{text-align:center;border-top:1px solid #E5E7EB;padding-top:24px}.footer-bottom small{font-size:16px;color:#000}.logo-icon-wrapper-small{display:flex;width:32px;height:32px;padding:4px 10px;justify-content:center;align-items:center;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#9333ea 70.71%)}.logo-icon-wrapper-small svg{width:12px;height:16px}@media (max-width: 900px){.footer-figma-grid{flex-direction:column;gap:40px;text-align:center}.footer-brand-col{align-items:center}.footer-tagline{text-align:center}.footer-social{justify-content:center}}.landing-figma{overflow-x:clip}.hero-figma{position:relative;background:linear-gradient(180deg,#eef2ff,#faf5ff,#fdf2f8);padding:0;overflow:hidden}.hero-bg-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-circle{position:absolute;border-radius:50%}.hero-circle-1{width:288px;height:288px;background:#c7d2fe;top:80px;left:40px}.hero-circle-2{width:288px;height:288px;background:#e9d5ff;top:300px;right:100px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-height:600px;align-items:flex-start;padding:40px}.hero-image-side{position:relative;z-index:1}.hero-main-image{width:100%;max-width:750px;height:auto;border-radius:24px;box-shadow:0 20px 40px #0000001a}.hero-content-side{display:flex;flex-direction:column;align-items:flex-end;padding-top:86px;z-index:1}.hero-badge{display:inline-block;background:#e0e7ff;color:#4338ca;font-size:14px;padding:12px 29px;border-radius:9999px;margin-bottom:31px}.hero-title{font-size:60px;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:37px;text-align:right}.hero-subtitle{font-size:20px;color:#475569;line-height:1.6;text-align:right;max-width:621px;margin-bottom:32px}.hero-buttons{display:flex;flex-direction:column;align-items:flex-end;gap:16px;margin-bottom:40px}.btn-primary-gradient{display:inline-flex;padding:16px 32px;justify-content:center;align-items:center;border-radius:12px;border:none;background:linear-gradient(180deg,#4f46e5,#9333ea);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #4f46e54d}.btn-primary-gradient:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-outline-gray{display:inline-flex;padding:16px 32px;justify-content:center;align-items:center;border-radius:12px;border:1px solid #E2E8F0;background:#fff;color:#334155;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-outline-gray:hover{border-color:#4f46e5;color:#4f46e5}.hero-features{display:flex;align-items:center;gap:31px}.hero-feature{display:flex;align-items:center;gap:18px;color:#475569;font-size:16px}.feature-check{color:#22c55e;font-weight:700}.features-section{background:#fff;padding:55px 207px 105px}.section-header{text-align:center;margin-bottom:48px}.section-badge{display:inline-block;padding:13px 15px;border-radius:9999px;font-size:16px;margin-bottom:4px}.section-badge.purple{background:#f3e8ff;color:#7e22ce}.section-badge.indigo{background:#e0e7ff;color:#4338ca}.section-badge.white-transparent{background:#fff3;color:#fff}.section-title{font-size:48px;font-weight:700;color:#0f172a;margin-top:0;margin-bottom:2px}.section-title-white{font-size:48px;font-weight:700;color:#fff;margin-bottom:36px}.section-subtitle{font-size:20px;color:#475569;line-height:1.6;max-width:851px;margin:0 auto 61px}.section-subtitle-simple{font-size:26px;color:#4b5563;margin-top:0}.section-subtitle-light{font-size:20px;color:#e0e7ff}.features-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.feature-card{display:flex;flex-direction:column;align-items:center;padding:24px;border-radius:16px;text-align:center}.feature-card-pink{flex-shrink:0;border-radius:16px!important;border:0 solid #E5E7EB!important;background:linear-gradient(135deg,#fdf2f8,#fff1f2 70.71%)!important}.feature-card-purple{flex-shrink:0;border-radius:16px!important;border:0 solid #E5E7EB!important;background:linear-gradient(135deg,#faf5ff,#fdf2f8 70.71%)!important}.feature-card-indigo{flex-shrink:0;border-radius:16px!important;border:0 solid #E5E7EB!important;background:linear-gradient(135deg,#eef2ff,#faf5ff 70.71%)!important}.feature-icon{display:flex!important;width:64px!important;height:64px!important;padding:16px 20px!important;justify-content:center!important;align-items:center!important;border-radius:16px!important;border:0 solid #E5E7EB!important;margin-bottom:10px}.feature-icon.pink{background:linear-gradient(135deg,#ec4899,#f43f5e 70.71%)!important;color:#fff}.feature-icon.purple{background:linear-gradient(135deg,#a855f7,#ec4899 70.71%)!important;color:#fff}.feature-icon.indigo{background:linear-gradient(135deg,#6366f1,#a855f7 70.71%)!important;color:#fff}.feature-card h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:6px}.feature-card p{font-size:16px;color:#475569;line-height:1.5}.section-cta{text-align:center;display:flex;justify-content:center;margin-top:48px}.section-cta .btn-primary-gradient{display:flex!important;width:auto!important;height:60px!important;padding:20px 32px!important;justify-content:center!important;align-items:center!important;flex-shrink:0;border-radius:12px!important;border:0 solid #E5E7EB!important;background:linear-gradient(270deg,#4f46e5 100%,#9333ea 200%)!important}.who-uses-section{padding:89px 0;max-width:1212px;margin:0 auto}.who-uses-section .section-header{margin-bottom:64px}.persona-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 29px}.persona-card{border-radius:16px;padding:32px 32px 20px;display:flex;flex-direction:column}.persona-green{background:linear-gradient(180deg,#f0fdf4,#ecfdf5)}.persona-blue{background:linear-gradient(180deg,#eff6ff,#eef2ff)}.persona-orange{background:linear-gradient(180deg,#fff7ed,#fef2f2)}.persona-pink{background:linear-gradient(180deg,#faf5ff,#fdf2f8)}.persona-content{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:15px;margin-bottom:25px}.persona-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.persona-icon img{width:32px;height:auto}.persona-icon.green{background:linear-gradient(180deg,#22c55e,#105f2d);color:#fff}.persona-icon.blue{background:linear-gradient(180deg,#3b82f6,#06b6d4);color:#fff}.persona-icon.orange{background:linear-gradient(180deg,#f97316,#e06612);color:#fff}.persona-icon.pink{background:linear-gradient(180deg,#a855f7,#ec4899);color:#fff}.persona-text{text-align:right}.persona-text h3{font-size:24px;font-weight:600;color:#111827;margin-top:0;margin-bottom:8px}.persona-text p{font-size:16px;color:#374151;line-height:1.5}.persona-btn{display:inline-flex;padding:12px 27px;border-radius:8px;border:none;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start}.persona-btn.green{background:linear-gradient(180deg,#22c55e,#105f2d)}.persona-btn.blue{background:linear-gradient(180deg,#3b82f6,#06b6d4)}.persona-btn.orange{background:linear-gradient(180deg,#f97316,#e06612)}.persona-btn.pink{background:linear-gradient(180deg,#a855f7,#ec4899)}.persona-btn:hover{transform:translateY(-2px)}.how-it-works-section{padding:35px 0;max-width:1212px;margin:0 auto}.how-it-works-section .section-header{margin-bottom:63px}.steps-container{position:relative;margin-bottom:64px}.steps-line{position:absolute;top:70px;left:0;right:0;height:4px;background:linear-gradient(180deg,#c7d2fe,#e9d5ff,#fbcfe8);z-index:0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative;z-index:1}.step-card{background:#fff;border-radius:24px;border:1px solid #E2E8F0;padding:29px 22px;text-align:center;box-shadow:0 20px 25px #0000001a}.step-image-container{position:relative;width:80px;margin:0 auto 30px}.step-icon-box{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #0000001a}.step-icon-box img{width:32px;height:32px}.step-icon-box.indigo{background:linear-gradient(135deg,#6366f1,#a855f7 70.71%)}.step-icon-box.purple{background:linear-gradient(135deg,#a855f7,#ec4899 70.71%)}.step-icon-box.pink{background:linear-gradient(135deg,#ec4899,#f43f5e 70.71%)}.step-number-bubble{position:absolute;top:-10px;right:-10px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;box-shadow:0 4px 6px #0000001a;border:2px solid #fff}.step-number-bubble.indigo{background:#4f46e5}.step-number-bubble.purple{background:#9333ea}.step-number-bubble.pink{background:#db2777}.step-card h3{font-size:24px;font-weight:600;color:#0f172a;margin-bottom:25px}.step-card p{font-size:16px;color:#475569;line-height:1.5;margin-bottom:30px;max-width:272px;margin-left:auto;margin-right:auto}.step-feature{display:block;padding:16px;border-radius:12px;font-size:16px;font-weight:500;margin:0 41px 67px}.step-feature.indigo{background:#eef2ff;color:#4338ca}.step-feature.purple{background:#faf5ff;color:#7e22ce}.step-feature.pink{background:#fdf2f8;color:#be185d}.solution-section{background:linear-gradient(180deg,#4f46e5,#9333ea);padding:40px 0 64px}.solution-section .section-header{margin-bottom:95px}.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1212px;margin:0 auto 64px}.solution-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:33px}.solution-card-header{display:flex;flex-direction:row-reverse;align-items:center;gap:25px;margin-bottom:20px;justify-content:flex-start}.solution-icon{width:64px;height:64px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center}.solution-icon img{width:32px;height:32px}.solution-card h3{font-size:24px;font-weight:600;color:#fff}.solution-card p{font-size:18px;color:#e0e7ff;text-align:right;line-height:1.5}.benefits-card{display:flex;gap:49px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:49px;max-width:1212px;margin:0 auto 56px}.benefits-image{flex:1}.benefits-image img{width:100%;height:100%;object-fit:contain;border-radius:16px}.benefits-content{flex:1;display:flex;flex-direction:column;gap:24px}.benefits-content h3{font-size:30px;font-weight:600;color:#fff;text-align:right}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;align-items:flex-end}.benefits-list li{display:flex;flex-direction:row-reverse;align-items:center;gap:26px;color:#fff;font-size:18px}.benefit-check{display:none}.benefit-check-icon{width:24px;height:24px;flex-shrink:0}.btn-white{display:inline-flex;padding:21px 43px;border-radius:12px;border:none;background:#fff;color:#4f46e5;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-white:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stats-section{padding:64px 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1212px;margin:0 auto}.stat-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:8px}.stat-value{font-size:36px;font-weight:700;color:#667eea}.stat-label{font-size:16px;color:#000}.final-cta-section{background:var(--3, linear-gradient(135deg, #4F46E5 0%, #9333EA 70.71%));padding:80px 0;text-align:center}.final-cta-section h2{font-size:48px;font-weight:700;color:#fff;margin-bottom:22px}.final-cta-section p{font-size:24px;color:#dbeafe;margin-bottom:50px}.cta-buttons{display:flex;justify-content:center;gap:21px}.btn-white-solid{display:inline-flex;padding:22px 64px;border-radius:8px;border:none;background:#fff;color:#667eea;font-size:20px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-white-solid:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.btn-white-outline{display:inline-flex;padding:22px 38px;border-radius:8px;border:2px solid #fff;background:transparent;color:#fff;font-size:20px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-white-outline:hover{background:#ffffff1a}@media (max-width: 1200px){.features-section{padding:55px 40px}.who-uses-section,.how-it-works-section{padding:60px 40px}.hero-grid{padding:40px}}@media (max-width: 900px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content-side{align-items:center;padding-top:40px}.hero-title{font-size:36px;text-align:center}.hero-subtitle{text-align:center}.hero-buttons{align-items:center;justify-content:center}.features-cards,.persona-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:24px}.steps-line{display:none}.solution-cards{grid-template-columns:1fr;padding:0 20px}.benefits-card{flex-direction:column;margin:0 20px 56px}.stats-grid{grid-template-columns:repeat(2,1fr);padding:0 20px}.cta-buttons{flex-direction:column;align-items:center;padding:0 20px}.section-title,.section-title-white{font-size:32px}}.hero-title{color:#0f172a!important;font-family:Heebo,sans-serif!important;font-size:60px!important;font-style:normal;font-weight:400!important;line-height:75px!important;letter-spacing:-.5px!important;margin-bottom:24px;text-align:right}.hero-subtitle{color:#475569!important;text-align:right;font-family:Heebo,sans-serif!important;font-size:20px!important;font-style:normal;font-weight:400!important;line-height:33px!important;letter-spacing:-.5px!important;max-width:700px;margin-bottom:40px}.hero-title-gradient{background:linear-gradient(0deg,#4f46e5,#9333ea)!important;background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;font-family:Heebo,sans-serif!important;font-size:60px!important;font-style:normal;font-weight:400;line-height:75px!important;letter-spacing:-.5px!important}.hero-buttons{display:flex!important;flex-direction:row-reverse!important;justify-content:flex-start!important;align-items:center!important;gap:24px;width:100%;margin-bottom:56px}.hero-features{display:flex;justify-content:flex-end;align-items:center;gap:40px;width:100%}.btn-primary-gradient{display:flex;width:289px;height:60px;padding:21px 0;justify-content:center;align-items:center;border-radius:12px;border:0 solid #E5E7EB;background:linear-gradient(270deg,#4f46e5 100%,#9333ea 200%);color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #4f46e54d}.hero-feature{display:flex;align-items:center;gap:12px;color:#475569;font-size:16px;font-weight:500}.hero-grid{min-height:700px;align-items:center!important;padding-bottom:0!important}.hero-image-side{align-self:end!important;display:flex;align-items:flex-end!important;height:120%;padding-bottom:0!important;margin-bottom:-40px}.hero-main-image{max-width:1000px!important;width:100%;box-shadow:none!important;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));margin-bottom:-60px}.hero-bg-shapes{z-index:0}.hero-content-side,.hero-image-side{position:relative;z-index:2}.site-header-figma .container,.site-header-figma .site-header-inner{max-width:100%!important;margin:0!important;padding:0 40px!important;width:100%}.site-header-inner{justify-content:space-between}@media (max-width: 768px){.site-header-figma .container{padding:0 20px!important}}.hero-main-image{max-width:950px!important;width:100%;box-shadow:none!important;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));margin-bottom:-80px}.btn-primary-gradient{background:linear-gradient(90deg,#4f46e5,#9333ea)}.hero-grid{grid-template-columns:1fr 1fr!important;column-gap:60px!important;max-width:1440px!important;margin:0 auto;padding-left:40px!important;padding-right:40px!important;width:100%}.hero-image-side{width:100%;margin-left:0!important;justify-content:flex-start!important}.hero-content-side{align-items:flex-end!important;padding-right:0}.hero-main-image{max-width:850px!important;margin-bottom:-50px!important;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.hero-circle-1{background:#c7d2fe!important;opacity:.4166!important;border:0 solid #E5E7EB!important;top:120px!important;left:10%!important;width:288px;height:288px;border-radius:9999px!important;position:absolute!important;z-index:0!important}.hero-circle-2{background:#e9d5ff!important;opacity:.4112!important;border:0 solid #E5E7EB!important;border-radius:9999px!important}.btn-primary-gradient{width:289px!important;height:60px!important;padding:21px 0!important;display:flex!important;justify-content:center!important;align-items:center!important}.btn-outline-gray{width:191px!important;height:64px!important;padding:24px 0 22px!important;display:flex!important;justify-content:center!important;align-items:center!important}.header-cta-btn{width:132px!important;padding:13px 0 15px!important;display:flex!important;justify-content:center!important;align-items:center!important;border-radius:12px!important;border:0 solid #E5E7EB!important;background:linear-gradient(270deg,#4f46e5 100%,#9333ea 200%)!important;color:#fff!important;font-weight:600!important}.hero-image-mobile,.hero-mobile-img-final{display:none}@media (max-width: 900px){.hero-image-side{display:none!important}.hero-mobile-img-final{display:block!important;max-width:240px!important;width:100%!important;height:auto!important;margin:16px auto 24px!important;border-radius:16px;box-shadow:none!important;border:none!important}.hero-figma{padding:10px 0 30px;min-height:auto}.hero-grid{grid-template-columns:1fr!important;gap:0!important;padding:16px 20px!important;min-height:auto!important;align-items:center!important;display:flex!important;flex-direction:column!important}.hero-content-side{width:100%;align-items:center!important;text-align:center;padding-top:0!important}.hero-circle-1{width:140px!important;height:140px!important;top:10px!important;left:-20px!important}.hero-circle-2{width:140px!important;height:140px!important;top:auto!important;bottom:60px!important;right:-20px!important}.hero-badge{font-size:11px!important;padding:6px 14px!important;margin-bottom:-10px!important;text-align:center;letter-spacing:.5px}.hero-title{font-size:clamp(20px,6.5vw,30px)!important;line-height:1.05!important;margin-bottom:-10px!important;text-align:center!important;letter-spacing:-.5px!important;width:100%;padding:0 10px}#mobile-gradient-text{display:block!important;font-size:clamp(20px,6.5vw,30px)!important;font-weight:700!important;width:auto!important;margin-bottom:-20px!important;margin-top:-20px!important;padding-bottom:4px;word-spacing:normal!important;white-space:nowrap!important}.hero-subtitle{font-size:clamp(14px,4vw,16px)!important;line-height:1.5!important;color:#475569!important;margin-bottom:0!important;text-align:center!important;max-width:100%!important;padding:0 4px}.hero-buttons{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%;gap:12px!important;margin-bottom:20px!important}.hero-buttons .btn-primary-gradient,.hero-buttons .btn-outline-gray{width:100%!important;max-width:320px!important;height:48px!important;padding:0 20px!important;font-size:16px!important}.hero-features{justify-content:center!important;flex-wrap:wrap;gap:12px!important}}@media (max-width: 480px){.hero-figma{padding:15px 0 30px}.hero-grid{gap:24px!important;padding:15px!important}.hero-title{font-size:32px!important}.hero-subtitle{font-size:15px!important}.hero-main-image.hero-image-mobile{max-width:95vw!important;border-radius:16px}.hero-circle-1,.hero-circle-2{width:150px!important;height:150px!important}}@media (min-width: 901px) and (max-width: 1200px){.hero-grid{column-gap:40px!important;padding-left:30px!important;padding-right:30px!important}.hero-main-image{max-width:700px!important}.hero-title{font-size:48px!important}.hero-subtitle{font-size:18px!important}}@media (min-width: 1441px){.hero-grid{max-width:1600px!important}.hero-main-image{max-width:900px!important}}.hero.hero-wow{position:relative;overflow:hidden;background:radial-gradient(1200px 600px at 0% -10%,rgba(37,99,235,.12),transparent 60%),radial-gradient(800px 500px at 100% 10%,rgba(59,130,246,.1),transparent 60%),linear-gradient(180deg,var(--color-blue-50) 0%,#ffffff 100%);isolation:isolate}.hero.hero-wow:before,.hero.hero-wow:after{content:"";position:absolute;inset:auto;width:70vmax;height:70vmax;border-radius:50%;filter:blur(50px);opacity:.45;pointer-events:none;z-index:0;animation:auroraShift 16s ease-in-out infinite}.hero.hero-wow:before{top:-35vmax;left:-20vmax;background:radial-gradient(closest-side,rgba(59,130,246,.28),transparent 60%)}.hero.hero-wow:after{right:-30vmax;top:-20vmax;background:radial-gradient(closest-side,rgba(37,99,235,.3),transparent 60%);animation-delay:-4s}@keyframes auroraShift{0%{transform:translate(0) rotate(0) scale(1)}50%{transform:translate(3%,-2%) rotate(20deg) scale(1.05)}to{transform:translate(0) rotate(0) scale(1)}}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 1fr;gap:var(--space-8);align-items:center}@media (max-width: 1000px){.hero-grid{grid-template-columns:1fr;gap:var(--space-6)}}.hero-left{text-align:left;max-width:640px}@media (max-width: 1000px){.hero-left{text-align:center}}.hero-right{display:grid;place-items:center;perspective:1400px}.hero-doc-wrap{position:relative;width:clamp(280px,42vw,520px);margin:0 auto;transform-style:preserve-3d;animation:floatY 7s ease-in-out infinite;will-change:transform,filter;filter:drop-shadow(0 20px 40px rgba(15,23,42,.12))}@media (max-width: 520px){.hero-doc-wrap{width:min(92vw,440px)}}@keyframes floatY{0%{transform:translateY(0) rotate(.2deg)}50%{transform:translateY(-10px) rotate(-.2deg)}to{transform:translateY(0) rotate(.2deg)}}.hero-doc-blob{position:absolute;inset:auto;width:56%;height:56%;border-radius:50%;filter:blur(40px);z-index:-2;opacity:.55}.hero-doc-blob.b1{left:-6%;top:10%;background:radial-gradient(closest-side,rgba(59,130,246,.3),transparent 70%)}.hero-doc-blob.b2{right:-8%;bottom:-6%;background:radial-gradient(closest-side,rgba(37,99,235,.28),transparent 70%)}.hero-doc-stack{position:relative;transform-style:preserve-3d}.hero-doc-shadow{position:absolute;inset:0;border-radius:18px;background:radial-gradient(closest-side,rgba(15,23,42,.18),transparent 70%);transform:translateZ(-20px) rotateX(4deg) rotateY(-4deg);filter:blur(16px);z-index:-1}.hero-doc-shadow.layer-2{transform:translateZ(-30px) rotateX(6deg) rotateY(-6deg) translateY(6px);filter:blur(22px);opacity:.8}.hero-doc-frame{position:relative;padding:14px;border-radius:18px;background:#ffffff94;border:1px solid rgba(226,232,240,.8);backdrop-filter:blur(8px) saturate(1.1);-webkit-backdrop-filter:blur(8px) saturate(1.1);box-shadow:0 10px 25px #02061714,inset 0 1px #ffffffb3;transform:rotateX(4deg) rotateY(-4deg);transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease}.hero-doc-wrap:hover .hero-doc-frame{transform:rotateX(9deg) rotateY(-9deg) translateY(-2px);box-shadow:0 18px 45px #0206171f,inset 0 1px #ffffffbf}.hero-doc-page{width:100%;aspect-ratio:794 / 1123;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:14px;position:relative;overflow:hidden}.hero-doc-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.hero-doc-brand{display:inline-flex;align-items:center;gap:6px}.hero-doc-brand .dot{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 1px #0f172a0f inset}.hero-doc-brand .dot.red{background:#f87171}.hero-doc-brand .dot.amber{background:#fbbf24}.hero-doc-brand .dot.green{background:#22c55e}.hero-doc-chip{font-size:12px;padding:4px 10px;border-radius:999px;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border)}.hero-doc-title{font-size:clamp(16px,2vw,18px);font-weight:800;letter-spacing:.2px;margin:6px 0 10px}.hero-doc-kv{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.hero-doc-kv .kv{border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px}.hero-doc-kv .kv .k{font-size:11px;color:#64748b;margin-bottom:3px}.hero-doc-kv .kv .v{font-weight:700}.hero-doc-kv .kv.wide{grid-column:1 / -1}.hero-doc-lines{margin:8px 0 10px}.hero-doc-lines .ln{height:8px;border-radius:6px;background:var(--bg-surface);margin-bottom:8px}.hero-doc-lines .ln.w95{width:95%}.hero-doc-lines .ln.w90{width:90%}.hero-doc-lines .ln.w88{width:88%}.hero-doc-lines .ln.w80{width:80%}.hero-doc-lines .ln.w70{width:70%}.hero-doc-sigs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto}.hero-doc-sigs .sig-canvas{height:54px;border-radius:8px;border:1px dashed var(--border);display:grid;place-items:center;background:var(--bg-surface)}.hero-doc-sigs .sig-canvas.muted{opacity:.45}.hero-doc-sigs .sig-line{height:1px;background:var(--border);margin-top:8px}.hero-doc-sigs .sig-label{font-size:12px;color:#64748b;margin-top:6px}.hero-doc-stamp{position:absolute;right:18px;bottom:16px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.6px;color:var(--primary);background:#3b82f614;border:1px solid rgba(59,130,246,.35);transform:rotate(-12deg);box-shadow:0 6px 18px #2563eb1f,inset 0 1px #fffc;animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{box-shadow:0 6px 18px #2563eb1f,inset 0 1px #fffc}50%{box-shadow:0 10px 26px #2563eb2e,inset 0 1px #ffffffd9}}.hero-left .eyebrow{background:#ffffffbf;border:1px solid rgba(226,232,240,.9);backdrop-filter:blur(6px) saturate(1.05);-webkit-backdrop-filter:blur(6px) saturate(1.05);box-shadow:0 8px 24px #0206170f,inset 0 1px #ffffffd9}.hero-left h1{font-size:clamp(36px,5vw,56px);line-height:1.08;letter-spacing:.2px;margin:0 0 var(--space-3);text-wrap:balance}.hero-left h1:after{content:"";display:block;width:84px;height:6px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--primary-hover));box-shadow:0 6px 18px #2563eb40;margin-top:10px}.hero-left p{max-width:640px;font-size:clamp(16px,1.4vw,18px);color:var(--text-secondary);margin:0 0 var(--space-6);text-wrap:pretty}.hero-left .cta{justify-content:flex-start}@media (max-width: 1000px){.hero-left{max-width:none;margin-inline:auto;text-align:center}.hero-left .cta{justify-content:center}}.hero-right:hover .hero-doc-wrap{animation-play-state:paused}.hero-right:hover .hero-doc-frame{transform:rotateX(10deg) rotateY(-10deg) translateY(-3px)}@media (max-width: 520px){.hero-doc-kv,.hero-doc-sigs{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.hero-doc-wrap,.hero.hero-wow:before,.hero.hero-wow:after,.hero-doc-stamp{animation:none!important}}@media (hover: none),(pointer: coarse){.hero.hero-wow:before,.hero.hero-wow:after{animation:none!important;transform:none!important}.hero-doc-wrap{animation:none!important}.hero-right:hover .hero-doc-frame{transform:rotateX(4deg) rotateY(-4deg)}.hero-right:hover .hero-doc-wrap{animation-play-state:running}}.reveal{opacity:0;transform:translateY(14px) scale(.98);transition:transform .6s cubic-bezier(.2,.8,.2,1),opacity .6s ease;will-change:transform,opacity}.reveal.reveal-in{opacity:1;transform:none}.reveal-group>*{--d: 0ms}.reveal-group>*:nth-child(1){--d: 0ms}.reveal-group>*:nth-child(2){--d: 80ms}.reveal-group>*:nth-child(3){--d: .16s}.reveal-group>*:nth-child(4){--d: .24s}.reveal-group>*:nth-child(5){--d: .32s}.reveal-group>*:nth-child(6){--d: .4s}.reveal-group>*:nth-child(7){--d: .48s}.reveal-group>*:nth-child(8){--d: .56s}.reveal{transition-delay:var(--d)}.card.elevated{background:#fff;border-color:#e2e8f0f2;box-shadow:var(--shadow-md),0 10px 30px #0206170f;position:relative;overflow:hidden}.card.elevated:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,#ffffffb3,#fff0 60%);opacity:.7}.card.interactive{transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease}.card.interactive:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),0 16px 40px #0206171a;border-color:var(--primary)}.feature-card .icon-circle{width:42px;height:42px;box-shadow:0 6px 16px #3b82f640,var(--shadow-sm);transition:transform .18s ease,box-shadow .24s ease}.feature-card:hover .icon-circle{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 22px #3b82f659,var(--shadow-md)}.feature-card ul{list-style:none;padding:0;margin:0}.feature-card ul li{display:flex;align-items:flex-start;gap:8px;margin:6px 0}.feature-card ul li:before{content:"•";color:#64748b;font-weight:900;line-height:1;margin-top:2px}.stat .bar{position:relative;overflow:hidden}.stat .bar .fill{position:relative}.stat .bar .fill:after{content:"";position:absolute;top:0;bottom:0;left:-40%;width:40%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:shimmer 2.2s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(0)}to{transform:translate(250%)}}.how-grid{counter-reset:step}.how-grid .step{position:relative;overflow:hidden;border-top:3px solid rgba(59,130,246,.2);padding-top:calc(var(--space-6) + 27px)}.how-grid .step:before{content:counter(step);counter-increment:step;position:absolute;top:-8px;right:10px;font-size:64px;font-weight:900;color:#0f172a0f;pointer-events:none;line-height:1}.showcase-card .mock-window{transition:transform .26s ease,box-shadow .26s ease,border-color .2s ease;transform:translateZ(0);will-change:transform,box-shadow}.showcase-card:hover .mock-window{transform:translateY(-3px) rotateX(2deg) rotateY(-2deg);box-shadow:var(--shadow-lg),0 20px 40px #0206171f;border-color:var(--primary)}.card.testimonial.quote{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fff)}.card.testimonial.quote:before{content:"“";position:absolute;left:-6px;top:-24px;font-size:120px;line-height:1;color:#2563eb14;font-family:Georgia,Times New Roman,Times,serif;pointer-events:none}.card.testimonial.quote p{font-size:16px;font-weight:600}.card.cta-glow{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fff) padding-box,radial-gradient(800px 200px at 50% 0%,rgba(59,130,246,.12),transparent 60%) border-box;border:1px solid var(--border);box-shadow:0 8px 28px #0206171a,0 0 0 10px #3b82f60f}.card.cta-glow:after{content:"";position:absolute;inset:-30%;background:radial-gradient(closest-side,rgba(37,99,235,.1),transparent 70%);animation:ctaGlow 6s ease-in-out infinite;pointer-events:none}@keyframes ctaGlow{0%,to{transform:translate(-4%,-3%) scale(1);opacity:.5}50%{transform:translate(4%,3%) scale(1.05);opacity:.7}}.logo-cloud .logo-chip{transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}.logo-cloud .logo-chip:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:var(--shadow-md)}@media (prefers-reduced-motion: reduce){.reveal{transition:none}.reveal.reveal-in{transform:none}.stat .bar .fill:after,.showcase-card .mock-window,.card.cta-glow:after{animation:none!important;transition:none!important}}.bgcheck-showcase{margin-top:var(--space-6);background:linear-gradient(180deg,#fffffff5,#ffffffeb) padding-box,radial-gradient(1000px 260px at 50% -10%,rgba(59,130,246,.18),transparent 60%) border-box;border:1px solid var(--border);box-shadow:0 16px 50px #02061726,var(--shadow-md)}.bgcheck-showcase h3{text-align:center;color:var(--text-primary)}.bgcheck-track{--node-d: 64px;--padX: var(--space-4);position:relative;display:flex;justify-content:space-between;gap:var(--space-6);align-items:flex-start;margin:var(--space-6) auto var(--space-4);width:100%;max-width:820px;padding:0 var(--space-4)}.bgcheck-track-line{position:absolute;left:calc(var(--padX) + (var(--node-d) / 2));right:calc(var(--padX) + (var(--node-d) / 2));top:calc(var(--node-d) / 2 + 2px);height:4px;background:linear-gradient(90deg,#e2e8f0,#3b82f64d,#e2e8f0);border-radius:999px;filter:saturate(110%)}.bgcheck-node{position:relative;text-align:center;z-index:1}.bgcheck-node .icon-circle{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 22px #02061729,0 0 0 6px #ffffffbf inset;transform:translateZ(0);transition:transform .2s ease,box-shadow .25s ease,filter .25s ease}.bgcheck-node:hover .icon-circle{transform:translateY(-3px);box-shadow:0 14px 28px #0206172e,0 0 0 6px #fffc inset;filter:brightness(1.03)}.bgcheck-node span{display:block;margin-top:10px;font-weight:600;font-size:14px;color:var(--text-secondary)}.bgcheck-node.state-pending .icon-circle{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.bgcheck-node.state-paid .icon-circle{background:linear-gradient(135deg,#16a34a,#22c55e)}.bgcheck-node.state-progress .icon-circle{background:linear-gradient(135deg,var(--primary),var(--primary-hover))}.bgcheck-node.state-completed .icon-circle{background:linear-gradient(135deg,#0ea5e9,#10b981)}.bgcheck-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:var(--space-4)}.bgcheck-chip{--chip-bg: var(--bg-surface);--chip-fg: var(--text-secondary);display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffe6,#ffffffbf),var(--chip-bg);color:var(--chip-fg);font-weight:600;font-size:13px;letter-spacing:.2px;box-shadow:0 6px 14px #02061712}.bgcheck-chip.state-pending{--chip-bg: linear-gradient(90deg, rgba(245,158,11,.15), rgba(251,191,36,.2));--chip-fg: #92400e;border-color:#fbbf2480}.bgcheck-chip.state-paid{--chip-bg: linear-gradient(90deg, rgba(34,197,94,.15), rgba(16,185,129,.18));--chip-fg: #065f46;border-color:#22c55e80}.bgcheck-chip.state-progress{--chip-bg: linear-gradient(90deg, rgba(59,130,246,.15), rgba(37,99,235,.18));--chip-fg: #1e40af;border-color:#3b82f680}.bgcheck-chip.state-completed{--chip-bg: linear-gradient(90deg, rgba(14,165,233,.14), rgba(16,185,129,.14));--chip-fg: #134e4a;border-color:#10b98180}@media (max-width: 860px){.bgcheck-track{flex-wrap:wrap;gap:var(--space-4)}.bgcheck-track-line{display:none}}@media (hover: none),(pointer: coarse){.card.interactive:hover{transform:none!important;box-shadow:var(--shadow-md),0 10px 30px #0206170f;border-color:#e2e8f0f2}.feature-card:hover .icon-circle{transform:none!important;box-shadow:0 6px 16px #3b82f640,var(--shadow-sm)}.showcase-card:hover .mock-window{transform:none!important;box-shadow:var(--shadow-sm)}.card.cta-glow:after{animation:none!important}}@media (hover: none),(pointer: coarse){.reveal{opacity:1!important;transform:none!important;transition:none!important}}:root:lang(he) .feature-card ul li{flex-direction:row-reverse}:root:lang(he) .feature-card ul li:before{margin:0 0 0 8px}:root:lang(he) .landing-page .hero-left{text-align:right;direction:rtl;unicode-bidi:embed}:root:lang(he) .landing-page .hero-left h1,:root:lang(he) .landing-page .hero-left p,:root:lang(he) .landing-page .hero-left .eyebrow{text-align:right}:root:lang(he) .landing-page .hero-left h1:after{margin-inline-start:auto;margin-inline-end:0}:root:lang(he) .landing-page .hero-left .cta{justify-content:flex-start}@media (min-width: 1001px){:root:lang(he) .landing-page .hero-grid{grid-template-columns:1fr 1.05fr}:root:lang(he) .landing-page .hero-left{grid-column:2;grid-row:1}:root:lang(he) .landing-page .hero-right{grid-column:1;grid-row:1}}:root:lang(he) .landing-page .hero-bullets{direction:rtl;text-align:right}:root:lang(he) .landing-page .hero-bullets li{flex-direction:row-reverse}:root:lang(he) .landing-page .hero-bullets li:before{margin-left:8px;margin-right:0}:root:lang(he) .landing-page .card .h2,:root:lang(he) .landing-page .card .muted,:root:lang(he) .landing-page .card p{text-align:right}:root:lang(he) .landing-page .bgcheck-showcase .h2{text-align:center;display:flex;justify-content:center;align-items:center}:root:lang(he) .landing-page .feature-card ul{direction:rtl;text-align:right}:root:lang(he) .landing-page .feature-card,:root:lang(he) .landing-page .stat,:root:lang(he) .landing-page .showcase-card,:root:lang(he) .landing-page .step{text-align:right}:root:lang(he) .landing-page .cta-glow .h2,:root:lang(he) .landing-page .cta-glow .muted{text-align:right}:root:lang(he) .landing-page .how-grid .step:before{right:10px;left:auto}:root:lang(he) .landing-page .card>div:first-child>div:first-child{margin-inline-start:auto;text-align:right}:root:lang(he) .landing-page .stat .bar .fill{margin-inline-start:auto}:root:lang(he) .landing-page .hero-bullets li{flex-direction:row;justify-content:flex-end}:root:lang(he) .landing-page .hero-bullets li:before{margin-inline-start:8px;margin-inline-end:0}:root:lang(he) .landing-page .feature-card ul li{flex-direction:row;justify-content:flex-end}:root:lang(he) .landing-page .feature-card ul li:before{margin-inline-start:8px;margin-inline-end:0}:root:lang(he) .landing-page .card>div:first-child{justify-content:flex-end!important}:root:lang(he) .landing-page .hero-left h1{position:relative}:root:lang(he) .landing-page .hero-left h1:after{position:absolute;right:0;left:auto;margin:0}:root:lang(he) .landing-page .hero-bullets li{position:relative;display:block;text-align:right;padding-right:22px}:root:lang(he) .landing-page .hero-bullets li:before{position:absolute;right:0;top:2px;margin:0}:root:lang(he) .landing-page .feature-card ul li{position:relative;display:block;text-align:right;padding-right:16px}:root:lang(he) .landing-page .feature-card ul li:before{position:absolute;right:0;top:3px;margin:0}.pricing-hero{position:relative;padding-top:calc(var(--space-8) + 24px);padding-bottom:var(--space-8);overflow:hidden;background:radial-gradient(1200px 600px at 0% -10%,rgba(37,99,235,.12),transparent 60%),radial-gradient(800px 500px at 100% 10%,rgba(59,130,246,.1),transparent 60%),linear-gradient(180deg,var(--color-blue-50) 0%,#ffffff 100%);isolation:isolate}.pricing-hero:before,.pricing-hero:after{content:"";position:absolute;width:70vmax;height:70vmax;border-radius:50%;filter:blur(50px);opacity:.45;pointer-events:none;z-index:0;animation:auroraShift 18s ease-in-out infinite}.pricing-hero:before{top:-35vmax;left:-20vmax;background:radial-gradient(closest-side,rgba(59,130,246,.28),transparent 60%)}.pricing-hero:after{right:-30vmax;top:-20vmax;background:radial-gradient(closest-side,rgba(37,99,235,.3),transparent 60%);animation-delay:-5s}@keyframes auroraShift{0%{transform:translate(0) rotate(0) scale(1)}50%{transform:translate(3%,-2%) rotate(16deg) scale(1.06)}to{transform:translate(0) rotate(0) scale(1)}}.pricing-hero-inner{position:relative;z-index:1;text-align:center}.pricing-eyebrow{display:inline-block;background:#fff;border:1px solid var(--border);border-radius:999px;padding:6px 12px;color:var(--text-secondary);box-shadow:var(--shadow-sm);margin-bottom:var(--space-3);font-size:13px;letter-spacing:.2px}.pricing-title{font-size:clamp(32px,4vw,44px);margin:0 0 var(--space-3);letter-spacing:.2px}.pricing-subtitle{color:var(--text-secondary);margin:0 auto;max-width:720px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:var(--space-6);align-items:stretch;justify-content:center;max-width:1200px;margin:0 auto}@media (max-width: 1100px){.pricing-grid{grid-template-columns:1fr 1fr;max-width:720px}}@media (max-width: 720px){.pricing-grid{grid-template-columns:1fr;max-width:560px}}.plan-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fff) padding-box,radial-gradient(800px 200px at 50% 0%,rgba(59,130,246,.12),transparent 60%) border-box;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md),0 10px 30px #0206170f;padding:var(--space-4);transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease;display:flex;flex-direction:column}.plan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),0 20px 48px #0206171f;border-color:var(--primary)}.plan-card.popular:after,.plan-card.best:after{content:"";position:absolute;inset:-30%;background:radial-gradient(closest-side,rgba(37,99,235,.08),transparent 70%);pointer-events:none;animation:planGlow 7s ease-in-out infinite}.plan-card.best:after{animation-duration:6s}@keyframes planGlow{0%,to{transform:translate(-4%,-3%) scale(1);opacity:.5}50%{transform:translate(4%,3%) scale(1.05);opacity:.7}}.plan-badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.2px;color:var(--primary);background:#3b82f61a;border:1px solid rgba(59,130,246,.35);box-shadow:var(--shadow-sm)}.plan-badge.best{color:#166534;background:#22c55e1a;border-color:#22c55e59}.plan-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:var(--space-3);min-height:76px}.plan-name{font-size:16px;font-weight:800;letter-spacing:.2px}.plan-price{display:flex;align-items:flex-end;gap:3px;line-height:.9}.plan-price .currency{align-self:flex-start;padding-top:6px;font-weight:700;color:var(--text-secondary)}.plan-price .amount{font-size:clamp(32px,5vw,48px);font-weight:900;letter-spacing:.4px}.plan-price .cycle{align-self:flex-end;font-size:13px;color:var(--text-secondary);margin-bottom:6px}.plan-price .cycle.one-time{color:var(--primary);font-weight:700}.plan-savings{font-size:13px;color:var(--primary);margin:-6px 0 var(--space-2) 0;min-height:18px}.plan-features{margin:var(--space-3) 0 var(--space-4);list-style:none;padding:0;flex:1 1 auto}.plan-features li{display:flex;align-items:flex-start;gap:8px;margin:6px 0;line-height:1.7}.plan-features li:before{content:"•";color:#64748b;font-weight:900;line-height:1;margin-top:2px;flex:0 0 auto}:root:lang(he) .plan-features li{flex-direction:row-reverse}:root:lang(he) .plan-features li:before{margin:0 0 0 8px}.plan-cta{width:100%;margin-top:auto;min-height:44px}.pricing-reassure{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:var(--space-6)}.pricing-reassure .chip{background:#fff;border-color:var(--border);color:var(--text-secondary);transition:border-color .2s ease,color .2s ease,transform .05s ease,box-shadow .2s ease}.pricing-reassure .chip:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.pricing-cta .card.cta-glow{position:relative;overflow:hidden;text-align:center;border-color:#3b82f659;box-shadow:var(--shadow-md),0 24px 60px #2563eb1f;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.pricing-cta .card.cta-glow:before{content:"";position:absolute;inset:0;background:radial-gradient(900px 240px at 50% 50%,rgba(59,130,246,.1),transparent 70%);pointer-events:none}.pricing-cta .card.cta-glow>div:first-child{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column;gap:4px;margin-bottom:var(--space-3);text-align:center}.pricing-cta .cta-glow .h2{font-size:clamp(22px,3vw,32px);line-height:1.25}.pricing-cta .cta-glow .muted{max-width:720px}.pricing-cta .cta{display:flex;justify-content:center;margin-top:var(--space-3)}@media (prefers-reduced-motion: reduce){.pricing-hero:before,.pricing-hero:after,.plan-card.popular:after,.plan-card.best:after{animation:none!important}}@media (hover: none),(pointer: coarse){.pricing-hero:before,.pricing-hero:after{animation:none!important;transform:none!important}.plan-card:hover{transform:none!important;box-shadow:var(--shadow-md),0 10px 30px #0206170f;border-color:var(--border)}.plan-card.popular:after,.plan-card.best:after{animation:none!important}}.loading-overlay{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;background:#0f172a59;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.loading-content{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 20px;background:#ffffffb8;border:1px solid rgba(2,6,23,.08);border-radius:12px;box-shadow:0 10px 30px #02061726,inset 0 1px #ffffffe6}.spinner{width:48px;height:48px;border:4px solid rgba(59,130,246,.25);border-top-color:var(--primary, #3b82f6);border-radius:999px;animation:spin .8s linear infinite}.loading-text{font-weight:600;color:var(--text-secondary, #334155);-webkit-user-select:none;user-select:none}.user-storage-manager{min-height:400px;display:flex;flex-direction:column}.storage-toolbar{display:flex;flex-direction:column;gap:12px;padding:16px;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(229,231,235,.8);border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:16px;position:sticky;top:0;z-index:10}.storage-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.breadcrumbs{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.breadcrumb-item{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px 8px;border-radius:6px;font-size:14px;transition:all .2s}.breadcrumb-item:hover{background:#3b82f61a;color:var(--primary)}.breadcrumb-item.active{color:var(--text-primary);font-weight:600;cursor:default}.breadcrumb-separator{color:var(--text-tertiary);-webkit-user-select:none;user-select:none}.storage-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.storage-actions .button{background:#4f46e5!important;color:#fff!important;border:0 solid #E5E7EB!important;border-radius:8px!important;box-shadow:0 1px 2px #6366f133!important;font-weight:500}.storage-actions .button:hover{background:#4338ca!important;box-shadow:0 4px 6px -1px #6366f14d!important;transform:translateY(-1px)}.view-toggle{display:flex;gap:4px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:4px}.view-toggle button{background:none;border:none;padding:6px 10px;border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-size:16px}.view-toggle button.active{background:#4f46e5!important;color:#fff}.storage-quota{display:flex;align-items:center;gap:12px}.quota-text{font-size:13px;color:var(--text-secondary);min-width:140px;text-align:right}.quota-bar{flex:1;height:8px;background:#0000000d;border-radius:999px;overflow:hidden}.quota-fill{height:100%;border-radius:999px;transition:width .3s ease}.quota-fill.quota-green{background:linear-gradient(90deg,#10b981,#34d399)}.quota-fill.quota-yellow{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.quota-fill.quota-red{background:linear-gradient(90deg,#ef4444,#f87171)}.storage-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#991b1b;padding:12px 16px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;animation:slideDown .3s ease}.storage-error button{background:none;border:none;color:#991b1b;cursor:pointer;font-size:18px;padding:4px;line-height:1}.upload-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .2s ease}.upload-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;min-width:300px;box-shadow:var(--shadow-lg)}.upload-progress-text{margin-bottom:12px;font-weight:600;text-align:center}.upload-progress-bar{height:8px;background:#0000001a;border-radius:999px;overflow:hidden}.upload-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),#60a5fa);border-radius:999px;transition:width .3s ease}.storage-content{flex:1;min-height:300px;position:relative}.storage-loading,.storage-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--text-secondary);font-size:16px}.storage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding:8px}.storage-view-grid .storage-item{border:1px solid var(--border);border-radius:12px;padding:16px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:12px}.storage-view-grid .storage-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:var(--primary)}.storage-view-grid .item-icon{font-size:48px;line-height:1}.storage-view-grid .item-name{text-align:center;font-weight:500;font-size:14px;word-break:break-word}.storage-view-grid .item-meta{font-size:12px;color:var(--text-secondary)}.item-thumbnail{width:100%;height:80px;object-fit:cover;border-radius:8px;background:var(--bg-surface)}.list-thumbnail{width:32px;height:32px;object-fit:cover;border-radius:4px;margin-right:8px;vertical-align:middle;background:var(--bg-surface)}.folder-emoji,.file-emoji{font-size:48px;line-height:1}.storage-list .item-icon{font-size:20px}.storage-list{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.storage-list thead th{background:var(--bg-surface);padding:12px 16px;text-align:left;font-weight:600;font-size:13px;color:var(--text-secondary);border-bottom:1px solid var(--border)}.storage-list tbody tr{cursor:pointer;transition:background .2s}.storage-list tbody tr:hover{background:#3b82f60d}.storage-list tbody td{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px}.storage-list .item-icon{margin-right:8px}.modal-overlay{position:fixed;inset:0;background:#0f172a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .2s ease;padding:20px}.modal-content{background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(229,231,235,.8);border-radius:16px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a inset;padding:32px;min-width:400px;max-width:500px;animation:slideDown .3s ease}.modal-content h3{margin:0 0 24px;font-size:20px;font-weight:700;color:var(--text-primary, #1f2937);letter-spacing:-.01em}.modal-content input[type=text]{width:100%;padding:12px 16px;font-size:15px;border:2px solid rgba(229,231,235,.8);border-radius:10px;background:#ffffffe6;color:var(--text-primary, #1f2937);transition:all .2s ease;outline:none;box-shadow:0 1px 2px #0000000d,0 0 0 3px transparent}.modal-content input[type=text]:focus{border-color:var(--primary, #3b82f6);background:#fff;box-shadow:0 1px 2px #0000000d,0 0 0 3px #3b82f61a}.modal-content input[type=text]::placeholder{color:#6b728099}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.modal-actions button,.modal-actions .button{padding:10px 20px;font-size:14px;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.modal-actions button:not(.button),.modal-actions .button[variant=ghost]{background:#f3f4f6cc;color:var(--text-secondary, #6b7280);border:1px solid rgba(229,231,235,.8)}.modal-actions button:not(.button):hover,.modal-actions .button[variant=ghost]:hover{background:#e5e7ebe6;transform:translateY(-1px)}.modal-actions .button:not([variant=ghost]){background:#4f46e5;color:#fff;border:0 solid #E5E7EB;border-radius:8px;box-shadow:0 1px 2px #6366f133}.modal-actions .button:not([variant=ghost]):hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 6px -1px #6366f14d}.modal-actions .button:not([variant=ghost]):active{transform:translateY(0)}.context-menu{position:fixed;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);padding:4px;min-width:160px;z-index:1001;animation:slideDown .15s ease}.context-menu button{width:100%;background:none;border:none;padding:10px 14px;text-align:left;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s;display:flex;align-items:center;gap:8px}.context-menu button:hover{background:var(--bg-surface)}.preview-modal{max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.preview-modal img{max-width:100%;max-height:80vh;object-fit:contain}.preview-close{position:absolute;top:12px;right:12px;background:#0009;color:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:background .2s}.preview-close:hover{background:#000c}.preview-info{padding:16px;border-top:1px solid var(--border);background:var(--bg-surface)}.preview-name{font-weight:600;margin-bottom:4px}.preview-meta{font-size:13px;color:var(--text-secondary)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.storage-item.dragging{opacity:.4;cursor:move!important}.storage-item.drop-target{background:#3b82f61a;border-color:var(--primary)!important;box-shadow:0 0 0 2px #3b82f64d!important}.storage-item[draggable=true]{cursor:grab}.storage-item[draggable=true]:active{cursor:grabbing}.storage-view-grid .storage-item{position:relative;overflow:hidden;transition:all .2s ease}.storage-view-grid .storage-item.selected{border-color:var(--primary);background-color:#eff6ff;box-shadow:0 0 0 2px var(--primary),0 4px 12px #2563eb26;transform:translateY(-2px);z-index:5}.selection-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#2563eb0d,#2563eb1a);z-index:1}.storage-list tr.selected{background-color:#eff6ff!important;position:relative}.storage-list tr.selected td{color:var(--primary);font-weight:600}.list-selection-indicator{position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--primary);border-radius:0 4px 4px 0}[dir=rtl] .list-selection-indicator{left:auto;right:0;border-radius:4px 0 0 4px}@media (max-width: 768px){.storage-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.storage-toolbar{position:static}.quota-text{min-width:auto;font-size:12px}}.item-actions-btn{background:none;border:none;cursor:pointer;font-size:22px;line-height:1;color:var(--text-primary);border-radius:4px;padding:4px 8px;transition:all .2s;opacity:.9;z-index:5;font-weight:700}.item-actions-btn:hover{background-color:#0000000d;color:var(--text-primary);opacity:1}.storage-view-grid .item-actions-btn{position:absolute;top:8px;right:8px;padding:4px 10px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;box-shadow:0 2px 8px #00000026;border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;width:32px;height:32px}.storage-view-grid .item-actions-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.item-actions-btn.list-view-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:50%}.item-actions-btn.list-view-btn:hover{background-color:#0000000d}#root{zoom:var(--a11y-zoom, 1)}html.a11y-soft #root,html.a11y-soft #root *:not(svg):not(path):not(circle):not(rect):not(line):not(polyline):not(polygon){background-color:#1f2430!important;background-image:none!important;color:#e7eaf3!important;border-color:#3c4356!important}html.a11y-soft #root a,html.a11y-soft #root a *{color:#9fc8ff!important}html.a11y-soft #root input,html.a11y-soft #root textarea,html.a11y-soft #root select{background-color:#151922!important;color:#e7eaf3!important}html.a11y-soft #root img,html.a11y-soft #root video{opacity:.92}html.a11y-high #root,html.a11y-high #root *:not(svg):not(path):not(circle):not(rect):not(line):not(polyline):not(polygon){background-color:#000!important;background-image:none!important;color:#ffeb3b!important;border-color:#ffeb3b!important;box-shadow:none!important;text-shadow:none!important}html.a11y-high #root a,html.a11y-high #root a *{color:#4de1ff!important}html.a11y-high #root img,html.a11y-high #root video{filter:grayscale(1) contrast(1.35)}html.a11y-high #root :focus-visible,html.a11y-soft #root :focus-visible{outline:3px solid #FFEB3B!important;outline-offset:2px}html.a11y-links #root a{text-decoration:underline!important;text-underline-offset:3px;text-decoration-thickness:2px;font-weight:700!important;outline:1px dashed currentColor;outline-offset:2px}html.a11y-still #root *,html.a11y-still #root *:before,html.a11y-still #root *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}html.a11y-font #root,html.a11y-font #root *{font-family:Arial,Segoe UI,Tahoma,sans-serif!important;letter-spacing:.012em}html.a11y-font #root p,html.a11y-font #root li,html.a11y-font #root label,html.a11y-font #root .muted{line-height:1.85!important}.a11y-fab{position:fixed;inset-block-end:22px;inset-inline-start:22px;z-index:3000;display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 16px;border:1px solid #1F2937;border-radius:999px;background:#fff;color:#0f172a;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;box-shadow:0 10px 26px #0f172a2e}.a11y-fab:hover{background:#0f172a;color:#fff}.a11y-fab{cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.a11y-fab:active{cursor:grabbing}.a11y-fab.is-collapsed{width:46px;padding:0;justify-content:center;gap:0}.a11y-fab:focus-visible{outline:3px solid #4F46E5;outline-offset:3px}@media (max-width: 768px){.a11y-fab{inset-block-end:100px}}.a11y-panel{position:fixed;inset-block-end:80px;inset-inline-start:22px;z-index:3001;width:268px;max-height:calc(100vh - 140px);overflow-y:auto;box-sizing:border-box;padding:10px;background:#fff;border:1px solid #CBD5E1;border-radius:16px;box-shadow:0 24px 60px #0f172a47;font-family:inherit}@media (max-width: 768px){.a11y-panel{max-height:calc(100vh - 220px)}}.a11y-panel-head{display:flex;align-items:center;gap:10px;padding:8px 10px 12px;border-bottom:1px solid #E2E8F0;margin-bottom:8px}.a11y-panel-title{font-size:14px;font-weight:800;color:#0f172a;flex-grow:1}.a11y-panel-close{width:30px;height:30px;border-radius:8px;border:1px solid #E2E8F0;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.a11y-panel-close:hover{background:#f1f5f9;color:#0f172a}.a11y-item{display:flex;align-items:center;gap:11px;width:100%;box-sizing:border-box;min-height:44px;padding:0 12px;margin-bottom:6px;border:1px solid #E2E8F0;border-radius:11px;background:#fff;color:#0f172a;font-family:inherit;font-size:13.5px;font-weight:600;text-align:start;cursor:pointer}.a11y-item:hover{border-color:#94a3b8;background:#f8fafc}.a11y-item:focus-visible{outline:3px solid #4F46E5;outline-offset:2px}.a11y-item[aria-pressed=true]{border-color:#0f172a;background:#0f172a;color:#fff}.a11y-item-ic{width:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:800}.a11y-item-label{flex-grow:1;min-width:0}.a11y-sizes{display:flex;align-items:center;gap:11px;min-height:44px;padding:0 12px;margin-bottom:6px;border:1px solid #E2E8F0;border-radius:11px;background:#fff}.a11y-size-btns{display:flex;align-items:baseline;gap:4px;flex-grow:1;justify-content:flex-end}.a11y-size{min-width:30px;height:32px;border:1px solid transparent;border-radius:8px;background:transparent;color:#0f172a;font-family:inherit;font-weight:800;cursor:pointer;line-height:1}.a11y-size:hover{background:#f1f5f9}.a11y-size[aria-pressed=true]{background:#0f172a;color:#fff}.a11y-size:focus-visible{outline:3px solid #4F46E5;outline-offset:2px}.a11y-reset{border-color:#cbd5e1;margin-bottom:0}.a11y-note{font-size:11px;color:#64748b;padding:10px 12px 4px;line-height:1.6}.login-blobs-container{position:fixed;inset:0;pointer-events:none;z-index:0;background-image:url(/assets/div-B4CddkeE.png);background-size:cover;background-position:center;background-repeat:no-repeat}.dash-layout{display:flex;flex-direction:row-reverse;min-height:100vh;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}.dash-sidebar{width:320px;background:#fff;border-left:1px solid #F1F5F9;display:flex;flex-direction:column;padding:40px 24px;position:sticky;top:0;height:100vh;z-index:100;box-shadow:-10px 0 30px #00000005}.sidebar-logo{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:64px;text-decoration:none;padding:0 16px}.sidebar-logo-text{color:#4f46e5;font-size:26px;font-weight:800;letter-spacing:-.5px}.sidebar-logo-icon-wrapper{display:flex;width:44px;height:44px;padding:8px;justify-content:center;align-items:center;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#9333ea);box-shadow:0 4px 10px #4f46e540}.sidebar-nav{display:flex;flex-direction:column;gap:8px;flex:1}.nav-item{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:16px;padding:14px 20px;color:#64748b;text-decoration:none;font-weight:600;font-size:16px;border-radius:16px;transition:all .25s cubic-bezier(.4,0,.2,1)}.nav-item:hover{background:#f8fafc;color:#1e293b}.nav-item.active{background:#eef2ff;color:#4f46e5}.nav-icon{width:22px;height:22px}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:32px}.sidebar-footer-card{background:#eef2ff;border-radius:24px;padding:24px}.credits-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.credits-percent{font-size:14px;font-weight:800;color:#6366f1}.credits-label{font-size:13px;font-weight:700;color:#64748b}.progress-bar{height:8px;background:#fff;border-radius:4px;overflow:hidden;margin-bottom:16px}.progress-fill{height:100%;background:#6366f1;border-radius:4px}.upgrade-link{color:#6366f1;font-size:14px;font-weight:800;text-decoration:none;display:block;text-align:center}.upgrade-card{background:#fff!important;border:1px solid #EEF2FF!important;position:relative;overflow:hidden}.upgrade-card:before{content:"";position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:#eef2ff;border-radius:50%;z-index:0;opacity:.6}.upgrade-card-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}.upgrade-title{font-size:18px;font-weight:800;color:#1e293b;margin:0;text-align:right}.upgrade-subtitle{font-size:13px;color:#64748b;line-height:1.5;margin:0;text-align:right}.btn-upgrade-primary{background:#4f46e5;color:#fff;border:none;border-radius:12px;padding:12px 16px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s;margin-top:8px}.btn-upgrade-primary:hover{background:#4338ca;transform:translateY(-1px)}.btn-upgrade-secondary{background:#fff;color:#64748b;border:1px solid #E2E8F0;border-radius:12px;padding:10px 16px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s;text-align:center}.btn-upgrade-secondary:hover{border-color:#cbd5e1;color:#1e293b}.settings-link{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:12px;color:#64748b;font-size:15px;font-weight:600;text-decoration:none;padding:0 16px;margin-bottom:24px}.dash-main{flex:1;display:flex;flex-direction:column;background:#fff;overflow-y:auto}.dash-top-bar{background:#fff;border-bottom:1px solid #F1F5F9;padding:16px 48px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:90}.top-bar-left-cluster{display:flex;align-items:center;gap:24px}.top-bar-user{display:flex;align-items:center;gap:16px}.user-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.user-meta{display:flex;flex-direction:column;text-align:right}.user-name{font-size:15px;font-weight:700;color:#1e293b}.user-role{font-size:12px;color:#94a3b8;font-weight:500}.notification-btn{background:#fff;border:1px solid #CBD5E1;color:#64748b;cursor:pointer;padding:10px;border-radius:12px;display:flex;align-items:center;justify-content:center}.top-bar-search{max-width:480px;width:100%}.search-field{width:100%;padding:12px 16px 12px 48px;background:#f8fafc;border:1px solid #F1F5F9;border-radius:14px;font-size:14.5px;outline:none;text-align:right}.search-field-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}.dash-content{padding:48px 64px;max-width:1400px;width:100%;margin:0 auto}.dash-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:56px}.greeting-titles{text-align:right}.greeting-titles h1{font-size:36px;font-weight:800;color:#1e293b;margin-bottom:8px}.greeting-titles p{color:#94a3b8;font-size:17px;font-weight:500}.action-btns{display:flex;gap:16px}.btn-premium{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff!important;border:none;padding:14px 28px;border-radius:14px;font-weight:700;font-size:15px;display:flex;flex-direction:row-reverse;align-items:center;gap:10px;cursor:pointer;box-shadow:0 4px 15px #4f46e533}.btn-white{background:#fff;color:#1e293b!important;border:1px solid #E2E8F0;padding:14px 28px;border-radius:14px;font-weight:700;font-size:15px;display:flex;flex-direction:row-reverse;align-items:center;gap:10px;cursor:pointer}.reports-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;margin-bottom:48px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.stats-item{background:#fff;border-radius:28px;padding:32px;border:1px solid #F1F5F9;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 20px #00000005}.stats-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;align-self:flex-end}.stats-number{font-size:40px;font-weight:800;color:#1e293b;text-align:left;margin-bottom:8px}.stats-number,.stats-text{text-align:right}.stats-text{font-size:15px;color:#94a3b8;font-weight:600}.trend-badge{position:absolute;top:32px;left:32px;padding:4px 10px;background:#dcfce7;color:#10b981;border-radius:10px;font-size:13px;font-weight:800}.quick-card{background:#fff;border-radius:32px;padding:48px;border:1px solid #F1F5F9}.quick-card h2{font-size:18px;font-weight:800;color:#1e293b;margin-bottom:32px;text-align:center}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.quick-tile{background:#f8fafc;border-radius:24px;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;transition:all .3s ease}.quick-tile:hover{background:#fff;box-shadow:0 10px 30px #0000000d;transform:translateY(-4px)}.quick-tile-icon{width:64px;height:64px;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000a}.quick-tile-label{font-size:16px;font-weight:700;color:#1e293b}@media (max-width: 1200px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dash-sidebar{display:none}.dash-content{padding:24px 16px 90px}.quick-grid{grid-template-columns:1fr}.reports-grid{grid-template-columns:1fr;gap:24px}.dash-heading{flex-direction:column-reverse;align-items:stretch;gap:24px;margin-bottom:32px}.greeting-titles{text-align:right}.greeting-titles h1{font-size:28px}.action-btns{flex-direction:column;width:100%}.btn-premium,.btn-white{width:100%;justify-content:center}.stats-row{grid-template-columns:minmax(0,1fr);gap:16px}.dash-top-bar{padding:12px 16px}.search-field{padding-left:40px}.user-meta{display:none}.quick-grid{grid-template-columns:minmax(0,1fr)}.reports-grid{grid-template-columns:minmax(0,1fr);gap:24px}.user-avatar{flex-shrink:0;min-width:44px}.top-bar-left-cluster{gap:12px}.dash-top-bar{gap:16px}.top-bar-search{flex:1;width:auto;max-width:none}.stats-item,.mobile-upgrade-card,.quick-card{padding:20px}}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{display:table;min-width:100%}.d-none{display:none!important}.d-block{display:block!important}@media (min-width: 769px){.d-md-none{display:none!important}.d-md-block{display:block!important}}@media (max-width: 768px){.d-md-none{display:block!important}.d-md-block{display:none!important}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:80px;background:#fff;border-top:1px solid #F1F5F9;display:flex;justify-content:space-around;align-items:center;padding:0 16px;z-index:1000;box-shadow:0 -4px 20px #00000008}@media (min-width: 769px){.bottom-nav{display:none}}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:#94a3b8;font-size:11px;font-weight:600;min-width:56px}.bottom-nav-item.active{color:#4f46e5}.bottom-nav-item svg{transition:all .2s}.bottom-nav-item.active svg{stroke-width:2.5px}.bottom-nav-item-create{position:relative;top:-24px}.bottom-nav-create-btn{width:56px;height:56px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #7c3aed66;transition:transform .2s}.bottom-nav-create-btn:active{transform:scale(.95)}.mobile-upgrade-card{margin-bottom:32px;background:#fff;border:1px solid #EEF2FF;border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.mobile-upgrade-card:before{content:"";position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:#eef2ff;border-radius:50%;opacity:.6}.mobile-upgrade-card .upgrade-title{font-size:18px;font-weight:800;color:#1e293b;margin:0 0 8px;text-align:center}.mobile-upgrade-card .upgrade-subtitle{font-size:14px;color:#64748b;text-align:center;margin-bottom:16px}.mobile-upgrade-card .btn-upgrade-primary{width:100%}.doc-subtitle-mobile,.time-badge-mobile{display:none}.doc-title{font-size:28px}@media (max-width: 768px){.doc-editor-header{flex-wrap:nowrap;overflow:hidden;padding:8px 12px;gap:8px}.doc-editor-header .top-bar-left-cluster{flex:0 0 auto;min-width:0;gap:8px}.doc-editor-header .top-bar-user{display:flex}.doc-editor-header .top-bar-user .user-meta{display:none}.doc-editor-header .top-bar-user .user-avatar{width:32px;height:32px;min-width:32px}.doc-time-badge{display:flex!important;padding:4px 8px!important;font-size:11px!important}.doc-time-badge svg{width:12px;height:12px}.time-badge-desktop{display:none}.time-badge-mobile{display:inline!important}.save-btn-text{display:none}.doc-save-btn{padding:6px!important;min-width:32px;justify-content:center}.doc-title{font-size:16px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-subtitle-desktop{display:none!important}.doc-subtitle-mobile{display:block!important}.doc-editor-header .header-separator{display:none!important}.doc-editor-header .greeting-titles{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.doc-editor-header .greeting-titles h1{font-size:16px}}.editor-actions,.sticky-editor-actions{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%;margin-top:24px;gap:16px}.editor-actions>div,.sticky-editor-actions>div{display:flex;align-items:center}@media (max-width: 768px){.editor-actions,.sticky-editor-actions{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 16px!important;margin-top:0;border-top:1px solid #E2E8F0;z-index:1000;box-shadow:0 -4px 6px #0000000d;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px!important}.editor-actions button,.sticky-editor-actions button{padding:0 12px!important;font-size:14px!important;height:42px!important;white-space:nowrap;min-width:auto;flex:1;display:flex!important;justify-content:center!important;align-items:center!important}.editor-actions>div,.sticky-editor-actions>div{flex:1;justify-content:center;min-width:0}.dash-content{padding-bottom:90px!important}}.notification-wrapper{position:relative}.notification-btn{position:relative;transition:all .2s ease}.notification-btn:hover{background:#f1f5f9;border-color:#94a3b8}.notification-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #FFFFFF;box-shadow:0 2px 4px #ef44444d}.notification-dropdown{position:absolute;top:calc(100% + 12px);width:320px;background:#fff;border:1px solid #E2E8F0;border-radius:20px;box-shadow:0 10px 25px #0000001a;z-index:1000;overflow:hidden;animation:slideDown .2s ease-out}.notification-dropdown.rtl{left:0;transform-origin:top left}.notification-dropdown.ltr{right:0;transform-origin:top right}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:16px 20px;border-bottom:1px solid #F1F5F9;background:#f8fafc}.dropdown-header h3{margin:0;font-size:15px;font-weight:700;color:#1e293b}.dropdown-body{max-height:400px;overflow-y:auto}.no-notifications{padding:32px 20px;text-align:center;color:#94a3b8;font-size:14px}.notification-item{display:flex;gap:12px;padding:16px 20px;cursor:pointer;transition:background .2s;border-bottom:1px solid #F8FAFC}.notification-item:hover{background:#f1f5f9}.notification-icon{width:36px;height:36px;background:#eef2ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:2px}.notification-message{font-size:13px;color:#64748b;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-time{font-size:11px;color:#94a3b8;margin-top:4px;font-weight:500}.document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}@media (max-width: 1100px){.document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.document-grid{grid-template-columns:minmax(0,1fr)}}.document-card{background:#fff;border:1px solid #E8EBF2;border-radius:14px;padding:16px;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease}.document-card:hover{border-color:#dde3ff;box-shadow:0 8px 24px #0f172a1a}.document-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:3px;background:#94a3b8}.document-card.st-signed:before{background:#10b981}.document-card.st-pending:before{background:#f59e0b}.document-card.st-draft:before{background:#94a3b8}.document-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-grow:1}.document-card-title{font-size:15px;font-weight:700;color:#0f172a;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.document-card-template{font-size:11.5px;color:#64748b;margin-top:3px}.document-card-body{flex:1}.document-card-footer{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:13px;border-top:1px solid #F1F5F9;min-height:40px}.document-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.document-card:hover .document-card-actions,.document-card:focus-within .document-card-actions{opacity:1}.doc-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;border-radius:999px;padding:4px 10px;flex-shrink:0;white-space:nowrap}.doc-status-dot{width:6px;height:6px;border-radius:999px}.doc-signers{display:flex;align-items:center}.doc-av{width:26px;height:26px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid #FFFFFF;background:#eef2ff;color:#4338ca}.doc-av+.doc-av{margin-inline-start:-8px}.doc-signers-count{font-size:11.5px;color:#64748b;margin-inline-start:8px;font-variant-numeric:tabular-nums}.doc-date{font-size:11.5px;color:#94a3b8;font-variant-numeric:tabular-nums;margin-inline-start:auto}.document-card:hover .doc-date{display:none}.filters-grid{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.filter-item{display:flex;flex-direction:column;gap:6px;flex:1 1 180px;min-width:0}.filter-item.search-input-container{flex:2 1 260px}.filters-actions{flex:0 0 auto;flex-direction:row;align-items:center;gap:8px}.filters-grid .label{font-size:11px;font-weight:700;letter-spacing:.5px;color:#94a3b8}.filters-grid .input,.filters-grid select,.filters-grid input[type=date]{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:10px!important;padding:0 12px!important;height:38px;box-sizing:border-box;font-size:13.5px!important;color:#0f172a}.filters-grid .input:focus,.filters-grid select:focus,.filters-grid input[type=date]:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11f!important;outline:none}.filters-actions .button{height:38px;padding:0 16px;font-size:13.5px}.search-input-container .search-icon{top:auto;bottom:11px}.docs-filter-card{margin-bottom:18px!important;border-radius:14px!important;box-shadow:none!important;border:1px solid #E8EBF2!important;background:#fff!important}.docs-filter-card>*{padding:14px 16px!important}.pagination-container .page-btn{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .2s ease;border:1px solid #F1F5F9;background:#fff}.pagination-container .page-btn.active{background:#6366f1;color:#fff;border-color:#6366f1;box-shadow:0 4px 12px #6366f133}.pagination-container .page-btn:hover:not(.active){background:#f8fafc;border-color:#e2e8f0}:root:lang(he) .document-card{text-align:right}:root:lang(he) .document-card-header{flex-direction:row-reverse}:root:lang(he) .document-card-footer{justify-content:flex-start}:root:lang(he) .search-icon{right:auto;left:16px}:root:lang(he) .filters-grid{direction:rtl}:root:lang(he) .filters-grid .input,:root:lang(he) .filters-grid select{text-align:right}.documents-page .dash-content{max-width:1760px;padding-left:24px;padding-right:24px}.documents-page .dash-top-bar{padding-left:24px;padding-right:24px}@media (max-width: 768px){.documents-page .dash-content,.documents-page .dash-top-bar{padding-left:10px;padding-right:10px}}.dup-panel{width:100%;max-width:470px;background:#fff;border-radius:18px;box-shadow:0 24px 60px #0f172a38;overflow:hidden}.dup-head{display:flex;align-items:flex-start;gap:14px;padding:22px 22px 0}.dup-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dup-title{font-size:18px;font-weight:700;color:#0f172a;line-height:1.3}.dup-sub{font-size:13px;color:#64748b;margin-top:5px;line-height:1.55}.dup-body{padding:18px 22px 0;display:flex;flex-direction:column;gap:16px}.dup-source{background:#f8fafc;border:1px solid #E8EBF2;border-radius:12px;padding:11px 14px}.dup-source-label{font-size:10px;font-weight:800;letter-spacing:1.4px;color:#94a3b8}.dup-source-name{font-size:14.5px;font-weight:600;color:#0f172a;margin-top:3px;word-break:break-word}.dup-field-label{font-size:10px;font-weight:800;letter-spacing:1.4px;color:#94a3b8;margin-bottom:8px}.dup-opts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dup-opt{display:flex;align-items:center;gap:9px;min-height:52px;box-sizing:border-box;padding:10px 12px;border:1.5px solid #E2E8F0;border-radius:11px;background:#fff;cursor:pointer;text-align:start;transition:border-color .15s ease,background-color .15s ease}.dup-opt:hover{border-color:#c7d2fe}.dup-opt:focus-within{outline:2px solid #4F46E5;outline-offset:2px}.dup-opt.is-on{border-color:#4f46e5;background:#f5f6fe}.dup-opt input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.dup-opt-t{font-size:13.5px;font-weight:600;color:#0f172a;line-height:1.35}.dup-signers{display:flex;align-items:flex-start;gap:11px;cursor:pointer}.dup-signers input{width:18px;height:18px;accent-color:#4F46E5;flex-shrink:0;margin:2px 0 0;cursor:pointer}.dup-signers-t{font-size:14px;color:#1e293b;font-weight:500}.dup-signers-h{font-size:12.5px;color:#64748b;margin-top:3px;line-height:1.5}.dup-note{font-size:12.5px;color:#92400e;background:#fffbeb;border:1px solid #FDE68A;border-radius:10px;padding:10px 12px;line-height:1.55}.dup-foot{display:flex;align-items:center;gap:10px;padding:20px 22px 22px}.dup-foot .dup-spacer{flex-grow:1}@media (max-width: 520px){.dup-opts{grid-template-columns:minmax(0,1fr)}.dup-foot{flex-wrap:wrap}}.dup-source-label,.dup-field-label{text-align:left}:root:lang(he) .dup-source-label,:root:lang(he) .dup-field-label{text-align:right}.fld-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.fld-crumbs{display:flex;align-items:center;gap:4px;flex-wrap:wrap;flex-grow:0;min-width:0}.fld-crumb{font-size:13.5px;font-weight:600;color:#4338ca;background:transparent;border:0;border-radius:8px;padding:6px 8px;cursor:pointer;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fld-crumb:hover{background:#eef2ff}.fld-crumb.is-current{color:#0f172a;cursor:default}.fld-crumb.is-current:hover{background:transparent}.fld-crumb.is-drop{background:#eef2ff;outline:2px dashed #6366F1;outline-offset:-2px}.fld-sep{color:#cbd5e1;font-size:13px}.fld-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;margin-bottom:20px}.fld-tile{display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid #E2E8F0;border-radius:14px;background:#fff;cursor:pointer;text-align:start;width:100%;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease,transform .1s ease}.fld-tile:hover{border-color:#c7d2fe;background:#fbfcff}.fld-tile.is-drop{border-color:#4f46e5;border-style:dashed;background:#eef2ff;transform:scale(1.015)}.fld-tile-ic{width:38px;height:38px;border-radius:11px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fld-tile-body{flex-grow:1;min-width:0;display:block}.fld-tile-name{display:block;font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fld-tile-meta{display:block;min-height:15px;font-size:11.5px;color:#64748b;margin-top:2px}.fld-tile-actions{display:flex;gap:2px;flex-shrink:0}.fld-icon-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:8px;color:#94a3b8;cursor:pointer}.fld-icon-btn:hover{background:#f1f5f9;color:#334155}.fld-icon-btn.danger:hover{background:#fef2f2;color:#b91c1c}.document-card.is-dragging{opacity:.45}.fld-empty{text-align:center;padding:40px 20px;color:#64748b}.fld-move-list{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow-y:auto}.fld-move-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #E2E8F0;border-radius:10px;background:#fff;cursor:pointer;text-align:start;width:100%;box-sizing:border-box;font-size:13.5px;color:#0f172a}.fld-move-item:hover{border-color:#c7d2fe;background:#fbfcff}.fld-move-item.is-current{border-color:#4f46e5;background:#f5f6fe;font-weight:600}.fld-move-item:disabled{opacity:.45;cursor:not-allowed}.fld-move-list{gap:0;padding:6px;border:1px solid #E2E8F0;border-radius:12px;background:#fff}.fld-move-item{gap:0;min-height:42px;padding-block:0;padding-inline:8px;border:0;border-radius:8px;background:transparent}.fld-move-item:hover{background:#f5f6fe;border-color:transparent}.fld-move-item.is-current{background:#eef2ff;border-color:transparent;box-shadow:inset 0 0 0 1px #c7d2fe}.fld-move-ic{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;background:#eef2ff;color:#4f46e5;flex-shrink:0;margin-inline-end:10px}.fld-move-item.is-root .fld-move-ic{background:#e0e7ff}.fld-move-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fld-move-rail{position:relative;width:20px;flex-shrink:0;align-self:stretch}.fld-move-rail.is-line:before,.fld-move-rail.is-elbow:before{content:"";position:absolute;inset-inline-start:9px;top:0;bottom:0;border-inline-start:1.5px solid #CBD5E1}.fld-move-rail.is-elbow.is-end:before{bottom:50%}.fld-move-rail.is-elbow:after{content:"";position:absolute;inset-inline-start:9px;top:50%;width:11px;border-top:1.5px solid #CBD5E1}.fld-tile-name,.fld-tile-meta{text-align:left}:root:lang(he) .fld-tile-name,:root:lang(he) .fld-tile-meta{text-align:right}.move-toast{position:fixed;inset-block-end:26px;inset-inline-start:50%;transform:translate(-50%);z-index:900;display:flex;align-items:center;gap:11px;background:#0f172a;border-radius:12px;padding:11px 14px;box-shadow:0 12px 30px #0f172a47;animation:moveToastIn .18s ease-out}@keyframes moveToastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.move-toast-ic{width:24px;height:24px;border-radius:999px;background:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}.move-toast-text{font-size:12.5px;color:#e2e8f0}.move-toast-text strong{color:#fff;font-weight:700}.move-toast-undo{font-family:inherit;font-size:12.5px;font-weight:700;color:#a5b4fc;background:transparent;border:0;padding:4px 6px;cursor:pointer}.move-toast-undo:hover{color:#c7d2fe}:root:lang(he) .fld-bar,:root:lang(he) .fld-crumbs,:root:lang(he) .fld-tile,:root:lang(he) .fld-move-item{direction:rtl}:root:lang(he) .fld-grid,:root:lang(he) .document-grid{direction:rtl}:root:lang(he) .document-card{direction:ltr}:root:lang(he) .document-card:before{left:auto;right:0}:root:lang(he) .document-card-footer{flex-direction:row-reverse}.fld-grid{grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:12px}.fld-tile{padding:14px;gap:12px}.fld-tile-actions{opacity:0;transition:opacity .15s ease}.fld-tile:hover .fld-tile-actions,.fld-tile:focus-within .fld-tile-actions{opacity:1}.document-card{cursor:grab}.document-card:active{cursor:grabbing}.is-dragging-active .fld-tile{border-color:#c7d2fe;border-style:dashed;background:#fbfcff}.is-dragging-active .fld-tile .fld-tile-actions{opacity:0}.is-dragging-active .fld-crumb{background:#f5f6fe}.fld-tile.is-drop{border-color:#4f46e5;border-style:dashed;background:#eef2ff;box-shadow:0 6px 18px #4f46e52e}.document-card.is-dragging{cursor:grabbing;background:#f8faff;border-color:#c7d2fe;border-style:dashed;box-shadow:none}.document-card.is-dragging>*{opacity:.3}.document-card.is-dragging:before{opacity:.25}.drag-ghost{position:fixed;top:-1000px;inset-inline-start:-1000px;width:252px;box-sizing:border-box;display:flex;align-items:center;gap:12px;padding:13px 15px;background:#fff;border:1px solid #DDE3FF;border-radius:14px;box-shadow:0 20px 38px #4f46e54d,0 3px 8px #0f172a1f;font-family:Heebo,sans-serif;pointer-events:none;overflow:hidden}:root:lang(he) .drag-ghost{direction:rtl}.drag-ghost-accent{position:absolute;inset-inline-start:0;top:0;bottom:0;width:3px}.drag-ghost-page{width:36px;height:42px;flex-shrink:0;border-radius:7px;background:#f5f6fe;border:1px solid #E0E7FF;color:#4f46e5;display:flex;align-items:center;justify-content:center}.drag-ghost-body{min-width:0}.drag-ghost-title{display:block;font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drag-ghost-sub{display:block;margin-top:3px;font-size:11px;font-weight:600;color:#6366f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px 24px;flex-wrap:wrap;margin-bottom:22px}:root:lang(he) .docs-toolbar{direction:rtl}.docs-toolbar .action-btns{display:flex;gap:10px;flex-wrap:wrap}.docs-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.docs-search{display:flex;align-items:center;gap:9px;margin-inline-start:auto;width:300px;max-width:100%;height:40px;box-sizing:border-box;padding:0 13px;background:#fff;border:1px solid #E2E8F0;border-radius:999px;transition:border-color .15s ease,box-shadow .15s ease}.docs-search:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.docs-search input{flex-grow:1;min-width:0;border:0;outline:none;background:transparent;font-family:inherit;font-size:13.5px;color:#0f172a}.docs-search input::placeholder{color:#94a3b8}.docs-search-clear{width:22px;height:22px;border:0;background:transparent;color:#94a3b8;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.docs-search-clear:hover{background:#f1f5f9;color:#334155}.docs-chips{display:flex;gap:6px;flex-wrap:wrap}.docs-chip{display:inline-flex;align-items:center;height:36px;box-sizing:border-box;font-family:inherit;font-size:12.5px;font-weight:500;color:#475569;background:#fff;border:1px solid #E2E8F0;border-radius:999px;padding:0 16px;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.docs-chip:hover{border-color:#c7d2fe}.docs-chip.is-on{background:#4f46e5;border-color:#4f46e5;color:#fff;font-weight:600}.docs-dates{display:flex;align-items:center;gap:8px;height:36px;box-sizing:border-box;padding:0 13px;background:#fff;border:1px solid #E2E8F0;border-radius:999px;transition:border-color .15s ease,box-shadow .15s ease}.docs-dates:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f11a}.docs-dates-clear{width:20px;height:20px;flex-shrink:0;border:0;background:transparent;color:#94a3b8;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center}.docs-dates-clear:hover{background:#f1f5f9;color:#334155}.docs-dates .dr-date{display:flex;align-items:center;flex-wrap:nowrap;gap:0}.docs-dates .dr-date .input{flex:0 0 auto;width:104px}.docs-dates input[type=date]{background:transparent;border:0;border-radius:0;height:30px;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:12.5px;color:#334155}.docs-dates input[type=date]:focus{outline:none}.docs-dates input[type=date]::-webkit-calendar-picker-indicator{opacity:.4;cursor:pointer;padding:0;margin-inline-start:2px;transition:opacity .15s ease}.docs-dates input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:.85}.docs-dates .dr-date .input+.input{border-inline-start:1px solid #E8EBF2}.docs-clear{font-family:inherit;font-size:12.5px;font-weight:600;color:#4338ca;background:transparent;border:0;padding:7px 10px;border-radius:8px;cursor:pointer}.docs-clear:hover{background:#eef2ff}.fld-new-tile{display:flex;align-items:center;justify-content:center;gap:8px;min-height:68px;box-sizing:border-box;border:1.5px dashed #C7D2FE;border-radius:14px;background:transparent;color:#4338ca;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.fld-new-tile:hover{background:#f5f6fe;border-color:#4f46e5}@media (min-width: 1500px){.document-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1900px){.document-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.docs-header-search{margin-inline-start:22px;margin-inline-end:auto;width:340px}.documents-page .dash-top-bar{flex-shrink:0}.documents-page .dash-content{display:flex;flex-direction:column;flex:1 0 auto}.documents-page .documents-section{flex:1 0 auto}@media (max-width: 768px){.documents-page .dash-content{padding-bottom:calc(132px + env(safe-area-inset-bottom,0px))!important}}@media (max-width: 640px){.docs-pagination .pagination-bar{flex-direction:column;align-items:center;gap:10px}.docs-pagination .pagination-meta{text-align:center}}@media (max-width: 900px){.dash-top-bar{flex-wrap:wrap}.docs-header-search{order:3;width:100%;margin-inline-start:0;margin-top:12px}}.docs-toolbar .btn-premium,.docs-toolbar .btn-white{height:44px;padding:0 22px;border-radius:12px;font-size:14px;box-sizing:border-box}.fld-crumbs{margin-bottom:10px;margin-inline-start:-8px}.documents-section{display:flex;flex-direction:column}.document-card{min-height:152px}.document-card.is-ghost{background:transparent;border:1px dashed transparent;box-shadow:none;cursor:default;pointer-events:none}.document-card.is-ghost:before{display:none}.docs-pagination{margin-top:auto;padding-top:22px;border-top:1px solid #E8EBF2}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}:root:lang(he) .pagination-bar{direction:rtl}.pagination-meta{flex:0 0 auto;font-size:12.5px;color:#64748b;font-variant-numeric:tabular-nums}.pagination-controls{display:flex;align-items:center;gap:4px}.pg-btn{min-width:34px;height:34px;padding:0 9px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:#475569;background:#fff;border:1px solid #E2E8F0;border-radius:9px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.pg-btn:hover:not(:disabled):not(.is-on){border-color:#c7d2fe;background:#f8faff;color:#4338ca}.pg-btn.is-on{background:#4f46e5;border-color:#4f46e5;color:#fff;cursor:default}.pg-btn:disabled{opacity:.4;cursor:not-allowed}.pg-ic{display:block}.pagination-controls>.pg-btn:nth-last-child(1) .pg-ic,.pagination-controls>.pg-btn:nth-last-child(2) .pg-ic{transform:scaleX(-1)}:root:lang(he) .pg-ic{transform:scaleX(-1)}:root:lang(he) .pagination-controls>.pg-btn:nth-last-child(1) .pg-ic,:root:lang(he) .pagination-controls>.pg-btn:nth-last-child(2) .pg-ic{transform:none}@media (max-width: 720px){.document-card.is-ghost{display:none}.document-card{min-height:0}}.del-panel{max-width:430px}:root:lang(he) .del-panel{direction:rtl;text-align:right}.del-head{display:flex;align-items:flex-start;gap:14px;padding:26px 26px 0}.del-icon{width:44px;height:44px;border-radius:13px;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;flex-shrink:0}.del-title{font-size:18px;font-weight:800;letter-spacing:-.3px;color:#0f172a}.del-body{font-size:13px;color:#64748b;margin-top:4px;line-height:1.5}.del-doc{display:flex;align-items:center;gap:12px;margin:18px 26px 0;padding:13px 14px;border:1px solid #E8EBF2;border-radius:13px;background:#fbfcff}.del-doc-ic{width:34px;height:40px;border-radius:8px;background:#f5f6fe;border:1px solid #E0E7FF;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.del-doc-name{display:block;font-size:13.5px;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.del-doc-meta{display:block;font-size:12px;color:#64748b;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.del-warn{display:flex;align-items:center;gap:10px;margin:12px 26px 0;padding:11px 14px;border-radius:11px;background:#fef2f2;color:#991b1b;font-size:12.5px;font-weight:600}.del-warn svg{flex-shrink:0;stroke:#dc2626}.del-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:20px 26px 22px}.del-cancel,.del-confirm{height:40px;padding:0 20px;border-radius:11px;font-family:inherit;font-size:13.5px;cursor:pointer}.del-cancel{border:1px solid #E2E8F0;background:#fff;color:#334155;font-weight:600}.del-cancel:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.del-confirm{display:inline-flex;align-items:center;gap:8px;border:0;background:#dc2626;color:#fff;font-weight:700;box-shadow:0 6px 16px #dc262647}.del-confirm:hover:not(:disabled){background:#b91c1c}.del-cancel:disabled,.del-confirm:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.dv-panel{width:100%;max-width:880px;max-height:90vh;display:flex;flex-direction:column;background:#fff;border-radius:22px;box-shadow:0 30px 70px #0f172a42;overflow:hidden}:root:lang(he) .dv-panel{direction:rtl;text-align:right}.dv-head{position:relative;display:flex;align-items:center;gap:14px;padding:20px 26px;border-bottom:1px solid #F1F5F9;flex-shrink:0}.dv-accent{position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px}.dv-head-ic{width:40px;height:48px;border-radius:9px;background:#f5f6fe;border:1px solid #E0E7FF;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dv-title{font-size:18px;font-weight:800;letter-spacing:-.3px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv-sub{font-size:12.5px;color:#64748b;margin-top:3px}.dv-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;border-radius:999px;padding:4px 10px;flex-shrink:0}.dv-close{width:32px;height:32px;border-radius:9px;border:1px solid #E2E8F0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.dv-close:hover{background:#f8fafc;color:#334155}.dv-body{display:flex;align-items:stretch;min-height:0;overflow-y:auto}.dv-rail{width:286px;flex-shrink:0;box-sizing:border-box;padding:24px 22px;background:#fbfcff;border-inline-start:1px solid #F1F5F9}.dv-ring-wrap{display:flex;flex-direction:column;align-items:center;text-align:center}.dv-ring{position:relative;width:116px;height:116px}.dv-ring-mid{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.dv-ring-num{font-size:25px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.dv-ring-of{font-size:15px;color:#94a3b8}.dv-ring-cap{font-size:10.5px;color:#94a3b8;margin-top:3px}.dv-ring-note{font-size:12.5px;color:#64748b;margin-top:12px}.dv-actions{display:flex;flex-direction:column;gap:9px;margin-top:20px}.dv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;padding:0 16px;box-sizing:border-box;border-radius:11px;border:1px solid transparent;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer}.dv-btn-p{background:#4f46e5;color:#fff}.dv-btn-p:hover{background:#4338ca}.dv-btn-w{background:#fff;color:#334155;border-color:#e2e8f0}.dv-btn-w:hover{border-color:#c7d2fe;background:#f8faff}.dv-pdf-wait{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:11px;background:#fffbeb}.dv-pdf-text{font-size:12px;font-weight:600;color:#b45309;flex-grow:1}.dv-pdf-refresh{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:8px;border:1px solid #FDE9C8;background:#fff;color:#b45309;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0}.dv-meta{margin-top:22px;padding-top:16px;border-top:1px solid #EEF1F7}.dv-kv{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px dashed #E8EBF2}.dv-kv:last-child{border-bottom:0}.dv-k{font-size:12px;color:#94a3b8;flex-shrink:0}.dv-v{font-size:12.5px;font-weight:600;color:#334155;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.dv-v-quiet{color:#94a3b8;font-weight:500}.dv-main{flex-grow:1;min-width:0;box-sizing:border-box;padding:24px 26px}.dv-sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.dv-sec-title{font-size:13.5px;font-weight:700;color:#0f172a}.dv-link{font-family:inherit;font-size:12px;font-weight:600;color:#4338ca;background:transparent;border:0;cursor:pointer;padding:4px 6px;border-radius:7px}.dv-link:hover{background:#eef2ff}.dv-empty{font-size:13px;color:#94a3b8;padding:14px 0}.dv-people{display:flex;flex-direction:column;gap:10px}.dv-person{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #E8EBF2;border-radius:13px;background:#fff}.dv-person.is-picked{border-color:#dde3ff;background:#fbfcff;box-shadow:0 0 0 3px #6366f112}.dv-tick{width:17px;height:17px;flex-shrink:0;border-radius:5px;border:1.5px solid #CBD5E1;background:#fff;color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.dv-tick.is-on{background:#4f46e5;border-color:#4f46e5;color:#fff}.dv-av{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.dv-person-body{min-width:0;flex-grow:1}.dv-person-name{display:block;font-size:13.5px;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv-person-mail{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b;margin-top:2px;min-width:0}.dv-role{font-size:10.5px;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:999px;padding:2px 8px;flex-shrink:0}.dv-person-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;border-radius:999px;padding:4px 10px;flex-shrink:0}.dv-ico{width:30px;height:30px;border-radius:8px;background:#f1f5f9;color:#64748b;border:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.dv-ico:hover{background:#e2e8f0;color:#334155}.dv-ico.is-done{background:#ecfdf5;color:#047857}.dv-selbar{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;border-radius:12px;background:#eef2ff}.dv-selbar-text{font-size:12.5px;font-weight:700;color:#3730a3;font-variant-numeric:tabular-nums}.dv-selbar-btn{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 14px;border-radius:9px;border:0;background:#4f46e5;color:#fff;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.dv-selbar-btn:hover{background:#4338ca}.dv-time{position:relative;padding-inline-start:18px}.dv-time:before{content:"";position:absolute;inset-inline-start:6px;top:12px;bottom:12px;border-inline-start:1.5px dashed #E2E8F0}.dv-time-row{position:relative;display:flex;align-items:center;gap:10px;padding:10px 0}.dv-dot{position:absolute;inset-inline-start:-18px;width:13px;height:13px;border-radius:999px;background:#fff;border:2px solid #E2E8F0;box-sizing:border-box}.dv-dot.is-done{background:#10b981;border:2.5px solid #FFFFFF;box-shadow:0 0 0 1.5px #a7f3d0}.dv-time-name{font-size:13px;font-weight:600;color:#0f172a}.dv-time-sep{color:#cbd5e1}.dv-time-at{font-size:12.5px;color:#64748b;font-variant-numeric:tabular-nums}.dv-time-wait{font-size:13px;color:#94a3b8}.dv-foot{display:flex;align-items:center;gap:4px;padding:13px 20px;border-top:1px solid #F1F5F9;background:#fbfcff;flex-shrink:0}.dv-foot-btn{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border-radius:9px;border:0;background:transparent;color:#64748b;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.dv-foot-btn:hover:not(:disabled){background:#f1f5f9;color:#334155}.dv-foot-btn.is-danger{color:#dc2626}.dv-foot-btn.is-danger:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.dv-foot-btn:disabled{opacity:.4;cursor:not-allowed}.dv-foot-close{height:34px;padding:0 18px;border-radius:9px;border:1px solid #E2E8F0;background:#fff;color:#334155;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.dv-foot-close:hover{background:#f8fafc}.dv-head-body{min-width:0;flex-grow:1}.dv-head-body .dv-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 560px){.dv-head{flex-wrap:wrap;row-gap:10px}.dv-head-body{flex:1 1 auto}.dv-status{order:4;margin-inline-start:54px}}@media (max-width: 560px){.dv-person{flex-wrap:wrap;row-gap:9px}.dv-person-body{flex:1 1 110px}.dv-person-mail{flex-wrap:wrap}}@media (max-width: 720px){.dv-body{flex-direction:column}.dv-rail{width:100%;border-inline-start:0;border-bottom:1px solid #F1F5F9}.dv-foot{flex-wrap:wrap}}.dv-btn:disabled,.dv-selbar-btn:disabled{opacity:.6;cursor:progress}.dv-spin{width:15px;height:15px;box-sizing:border-box;flex-shrink:0;border-radius:999px;border:2px solid currentColor;border-top-color:transparent;animation:dv-spin .7s linear infinite}@keyframes dv-spin{to{transform:rotate(360deg)}}.dv-result{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;border-radius:11px;background:#ecfdf5;color:#047857;font-size:12.5px;font-weight:600;line-height:1.5}.dv-result.is-err{background:#fef2f2;color:#991b1b}.dv-result svg{flex-shrink:0;margin-top:1px}.bs-section{margin:8px 0 6px}.bs-title{font-size:16px;font-weight:700;margin:8px 0 6px;color:var(--text-primary, #0f172a);letter-spacing:.2px}.bs-header{display:flex;flex-direction:column;gap:2px;margin:0 0 4px}.bs-prepared{font-size:12px;color:#64748b;letter-spacing:.2px}.bs-section[data-lang=he] .bs-header{align-self:flex-end;width:100%;text-align:right}.bs-section[data-lang=he] .bs-prepared{text-align:right}.bs-group{margin-top:8px}.bs-subtitle{font-size:12px;font-weight:700;color:#64748b;margin:6px 0;letter-spacing:.3px}.bs-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-items:start}.bs-card{background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:10px;padding:8px;box-shadow:0 1px #02061705}.bs-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.bs-name{font-weight:700;font-size:13px;color:var(--text-primary, #0f172a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bs-badge{font-size:10px;border-radius:999px;padding:3px 8px;border:1px solid var(--border, #e5e7eb);background:#f8fafc;color:#0f172a;white-space:nowrap}.bs-badge.signed{background:linear-gradient(180deg,#ecfdf5,#f6fff9);color:#065f46;border-color:#a7f3d0}.bs-badge.unsigned{background:linear-gradient(180deg,#fff7ed,#fffaf2);color:#9a3412;border-color:#fed7aa}.bs-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.bs-field{border:1px solid var(--border, #e5e7eb);border-radius:8px;background:#fff;padding:6px;min-height:44px}.bs-field-label{font-size:10px;color:#64748b;margin-bottom:2px}.bs-field-value{font-size:11px;font-weight:600;color:#0f172a;line-height:1.25;word-break:break-word}@media (max-width: 980px){.bs-cards,.bs-fields{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bs-cards,.bs-fields{grid-template-columns:1fr}}.bs-section[data-lang=he]{display:flex;flex-direction:column;align-items:flex-end;width:100%}.bs-section[data-lang=he] .bs-title,.bs-section[data-lang=he] .bs-subtitle{text-align:right}.bs-section[data-lang=he] .bs-title{align-self:flex-end;width:100%;text-align:right;margin-left:0}.bs-section[data-lang=he] .bs-group{width:100%}.bs-section[data-lang=he] .bs-cards{justify-content:stretch;grid-template-columns:repeat(3,1fr);width:100%;display:grid}@media (max-width: 980px){.bs-section[data-lang=he] .bs-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bs-section[data-lang=he] .bs-cards{grid-template-columns:1fr}}.bs-cards.bs-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 980px){.bs-cards.bs-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bs-cards.bs-4{grid-template-columns:1fr}}.bs-section[data-lang=he] .bs-cards.bs-4{grid-template-columns:repeat(4,1fr);justify-content:stretch}@media (max-width: 980px){.bs-section[data-lang=he] .bs-cards.bs-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bs-section[data-lang=he] .bs-cards.bs-4{grid-template-columns:1fr}}.bs-section[data-lang=he] .bs-group{align-self:stretch}.bs-section[data-lang=he] .bs-cards{margin-left:0;display:grid;width:100%;justify-content:stretch}.bs-4-wrap .bs-cards.bs-4{gap:6px}.bs-4-wrap .bs-field{padding:5px;min-height:36px;border-radius:8px}.bs-4-wrap .bs-field-value{font-size:10px;font-weight:600;line-height:1.2}.bs-cards.bs-5{grid-template-columns:repeat(5,1fr)}@media (max-width: 980px){.bs-cards.bs-5{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bs-cards.bs-5{grid-template-columns:1fr}}.bs-section[data-lang=he] .bs-cards.bs-5{grid-template-columns:repeat(5,1fr);justify-content:stretch}@media (max-width: 980px){.bs-section[data-lang=he] .bs-cards.bs-5{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bs-section[data-lang=he] .bs-cards.bs-5{grid-template-columns:1fr}}.bs-5-wrap .bs-cards.bs-5{gap:6px;width:100%;display:grid;margin-left:0;justify-content:stretch}.bs-5-wrap .bs-field{padding:5px;min-height:36px;border-radius:8px}.bs-5-wrap .bs-field-value{font-size:10px;font-weight:600;line-height:1.2}.bs-section[data-lang=he] .bs-5-wrap .bs-cards.bs-5{margin-left:0;display:grid;justify-content:stretch}.doc-preview .bs-group.bs-5-wrap{width:100%;align-self:stretch}.doc-preview .bs-5-wrap .bs-cards.bs-5{grid-template-columns:repeat(5,1fr)!important;width:100%;display:grid;margin-left:0;justify-content:stretch}@media (max-width: 980px){.doc-preview .bs-5-wrap .bs-cards.bs-5{grid-template-columns:repeat(5,1fr)!important}}@media (max-width: 680px){.doc-preview .bs-5-wrap .bs-cards.bs-5{grid-template-columns:repeat(5,1fr)!important}}.doc-preview .bs-section[data-lang=he] .bs-group.bs-5-wrap{width:100%!important;align-self:stretch!important}.doc-preview .bs-section[data-lang=he] .bs-5-wrap .bs-cards.bs-5{grid-template-columns:repeat(5,1fr)!important;margin-left:0!important;display:grid!important;justify-content:stretch!important}.doc-preview .bs-cards{grid-template-columns:repeat(3,1fr)!important;align-items:start!important}@media (max-width: 980px){.doc-preview .bs-cards{grid-template-columns:repeat(3,1fr)!important}}@media (max-width: 680px){.doc-preview .bs-cards{grid-template-columns:repeat(3,1fr)!important}}.doc-preview .bs-section[data-lang=he] .bs-cards{width:100%!important;display:grid!important;margin-left:0!important;justify-content:stretch!important;grid-template-columns:repeat(3,1fr)!important}.doc-preview .bs-fields{grid-template-columns:repeat(3,1fr)!important}@media (max-width: 980px){.doc-preview .bs-fields{grid-template-columns:repeat(3,1fr)!important}}@media (max-width: 680px){.doc-preview .bs-fields{grid-template-columns:repeat(3,1fr)!important}}.stepper-container{margin-bottom:32px;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:24px;box-shadow:0 8px 32px #1f268712}.stepper{display:flex;align-items:center;justify-content:space-between;gap:12px;overflow-x:auto;padding:8px 0}.stepper::-webkit-scrollbar{display:none}.stepper{-ms-overflow-style:none;scrollbar-width:none}.step-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);min-width:fit-content;position:relative}.step-item.active{background:#fff;box-shadow:0 4px 20px #0000000d;transform:translateY(-2px)}.step-icon-wrapper{position:relative;width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #f3f4f6;border-radius:16px;font-size:26px;transition:all .4s ease;box-shadow:0 2px 8px #00000005}.step-item.active .step-icon-wrapper{border-color:#2684ff;background:#f0f7ff;color:#2684ff;transform:scale(1.1) rotate(5deg);box-shadow:0 10px 15px -3px #2684ff33}.step-item.completed .step-icon-wrapper{background:#ecfdf5;border-color:#10b981;color:#10b981}.step-check-badge{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:#10b981;color:#fff;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 4px #0000001a;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.step-content{display:flex;flex-direction:column}.step-number{font-size:11px;font-weight:700;color:#9ca3af;line-height:1;margin-bottom:4px;text-transform:uppercase;letter-spacing:1px}.step-item.active .step-number{color:#2684ff}.step-label{font-weight:600;font-size:16px;color:#374151;white-space:nowrap}.step-item.active .step-label{color:#1f2937}.step-connector{flex:1;display:flex;align-items:center;gap:12px;min-width:40px;max-width:60px;opacity:.5}.connector-line{flex:1;height:2px;background:#e5e7eb;border-radius:4px}.step-connector.active .connector-line{background:#10b981}.connector-arrow{color:#d1d5db;font-size:14px;font-weight:700}.step-connector.active .connector-arrow{color:#10b981}.stepper-info{margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6;display:flex;justify-content:center}.info-item{display:flex;align-items:center;gap:10px;background:#fffbeb;padding:10px 20px;border-radius:100px;border:1px solid #fef3c7;box-shadow:0 1px 2px #0000000d;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.info-icon{font-size:18px}.info-text{font-size:14px;font-weight:600;color:#92400e}[lang=he] .connector-arrow{transform:rotate(180deg)}[lang=he] .step-check-badge{right:auto;left:-6px}@media (max-width: 900px){.step-label{font-size:14px}}@media (max-width: 768px){.stepper-container{padding:16px;margin-bottom:20px}.step-label{display:none}.step-item{padding:6px;gap:0}.step-icon-wrapper{width:46px;height:46px;font-size:22px}.step-connector{max-width:30px;min-width:20px}}@media (max-width: 768px){.step-item{gap:6px}.step-content{justify-content:center}.step-number{margin-bottom:0}}.template-accordion{display:flex;flex-direction:column;gap:12px;width:100%}.accordion-group{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all .3s ease}.accordion-group.expanded{border-color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f61a,0 2px 4px -1px #3b82f60f}.accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:transparent;border:none;cursor:pointer;outline:none;transition:background-color .2s}.accordion-header:hover{background-color:#f8fafc}.accordion-group.expanded .accordion-header{background-color:#eff6ff;border-bottom:1px solid #e2e8f0}.header-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1;overflow:hidden}.category-title{font-size:1rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:999px;transition:all .2s;flex-shrink:0}.accordion-group.expanded .badge{background:#bfdbfe;color:#1d4ed8}.cat-icon{width:22px;height:22px;color:#64748b;transition:color .2s;flex-shrink:0}.accordion-group.expanded .cat-icon{color:#2563eb}.cat-icon.featured{color:#eab308}.accordion-group.expanded .cat-icon.featured{color:#ca8a04}.chevron{color:#94a3b8;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.chevron.expanded{transform:rotate(180deg);color:#3b82f6}.accordion-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.accordion-group.expanded .accordion-content-wrapper{grid-template-rows:1fr}.accordion-content{overflow:hidden;display:flex;flex-direction:column;gap:8px;padding:0;background-color:#f8fafc}.accordion-group.expanded .accordion-content{padding:12px;border-top:1px solid #e2e8f0}.template-card-option{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;box-shadow:0 1px 2px #00000008}.template-card-option:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000000d}.template-card-option.selected{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 2px 4px #3b82f61a;z-index:1}.card-indicator{width:8px;height:8px;border-radius:50%;background:#e2e8f0;transition:background-color .2s;flex-shrink:0}.template-card-option.selected .card-indicator{background:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.card-name{flex:1;font-size:.95rem;font-weight:500;color:#334155;line-height:1.4;min-width:0}.template-card-option.selected .card-name{color:#1e40af;font-weight:600}.check-icon{width:18px;height:18px;color:#2563eb;flex-shrink:0}@media (max-width: 640px){.accordion-header{padding:14px 12px}.header-left{gap:8px}.category-title{font-size:.85rem}.cat-icon{width:18px;height:18px}.badge{min-width:20px;height:20px;padding:0 6px;font-size:.7rem}.chevron{width:16px;height:16px}.accordion-content{grid-template-columns:1fr}.template-card-option{padding:12px;gap:8px}.card-name{font-size:.85rem}}.editor-container .input,.editor-container .select,.editor-container .textarea,.editor-container input[type=text],.editor-container input[type=email],.editor-container input[type=number],.editor-container input[type=date],.editor-container input[type=password],.editor-container select,.editor-container textarea{font-size:18px;line-height:1.4}.editor-container .input,.editor-container .select,.editor-container input[type=text],.editor-container input[type=email],.editor-container input[type=number],.editor-container input[type=date],.editor-container input[type=password],.editor-container select{min-height:50px;padding:12px 14px}.editor-container textarea,.editor-container .textarea{padding:12px 14px}.editor-container .label{font-size:17px}.accessible-mode .card{padding:30px;border:1px solid #ccc;border-radius:8px}.accessible-mode .label,.accessible-mode .card-title,.accessible-mode .h3{font-size:1.5rem;font-weight:700;color:#333}.accessible-mode .h1{font-size:3rem}.accessible-mode .muted,.accessible-mode .card-subtitle{font-size:1.2rem;color:#555}.accessible-mode .button,.accessible-mode input,.accessible-mode select,.accessible-mode textarea{font-size:1.2rem;padding:12px 16px}.accessible-mode .button{font-weight:700}.accessible-mode .grid-3{grid-template-columns:1fr!important;gap:24px!important}.progress-bar-container{width:100%;background-color:#e0e0e0;border-radius:12px;margin-bottom:24px;padding:5px;box-shadow:inset 0 1px 3px #0000001a;position:relative;height:30px;display:flex;align-items:center;justify-content:center}.progress-bar{height:100%;background:linear-gradient(45deg,#4caf50,#81c784);border-radius:8px;transition:width .5s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0}.progress-bar-container span{position:relative;z-index:1;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.4);font-size:1rem}.modal-overlay{position:fixed;inset:0;background:#0f172a59;backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);display:flex;align-items:center;justify-content:center;padding:12px;z-index:2147483646}.modal-panel{width:100%;max-width:860px;max-height:90vh;pointer-events:auto}.modal-card{background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:12px;box-shadow:0 10px 30px #0000002e;padding:14px}.modal-scroll{max-height:90vh;overflow:auto}.modal-divider{border-top:1px solid var(--border, #e5e7eb)}@media (max-width: 640px){.modal-card{padding:10px}.modal-panel{max-width:96vw}}body.modal-open .editor-container,body.modal-open .preview-viewport,body.modal-open .pages-scale{filter:blur(6px) saturate(110%);transition:filter .15s ease}.form-card-theme{border-radius:12px!important;border:1px solid #e2e8f0!important;background:#fff!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.sticky-editor-actions{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:1px solid #e2e8f0;padding:16px 48px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 6px -1px #0000001a;width:100%}:root{--primary-purple: #4F46E5;--primary-purple-hover: #4338CA;--primary-purple-light: #EEF2FF;--primary-purple-bg: rgba(79, 70, 229, .11)}.step-item.active .step-icon-wrapper{border-color:var(--primary-purple)!important;background:var(--primary-purple-light)!important;color:var(--primary-purple)!important;box-shadow:0 10px 15px -3px #4f46e533!important}.step-item.active .step-number,.step-item.active .step-label{color:var(--primary-purple)!important}.step-item.active{box-shadow:0 4px 20px #4f46e526!important}.progress-bar{background:linear-gradient(135deg,var(--primary-purple) 0%,#9333EA 100%)!important}.editor-actions button:not([variant=ghost]){background:linear-gradient(180deg,var(--primary-purple) 0%,var(--primary-purple-hover) 100%)!important;border:none!important;color:#fff!important}button[variant=ghost],.button[variant=ghost],.variant-ghost{color:var(--primary-purple)!important}button[variant=ghost]:hover,.button[variant=ghost]:hover,.variant-ghost:hover{background-color:var(--primary-purple-light)!important}.accordion-group.expanded{border-color:var(--primary-purple)!important;box-shadow:0 4px 6px -1px #4f46e51a,0 2px 4px -1px #4f46e50f!important}.accordion-group.expanded .accordion-header{background-color:var(--primary-purple-light)!important}.accordion-group.expanded .badge{background:#e0e7ff!important;color:var(--primary-purple)!important}.accordion-group.expanded .cat-icon,.chevron.expanded{color:var(--primary-purple)!important}.template-card-option.selected{border-color:var(--primary-purple)!important;box-shadow:0 0 0 1px var(--primary-purple),0 2px 4px #4f46e51a!important}.template-card-option.selected .card-indicator{background:var(--primary-purple)!important;box-shadow:0 0 0 2px #4f46e533!important}.template-card-option.selected .card-name,.check-icon{color:var(--primary-purple)!important}.template-card-option:hover{border-color:#a5b4fc!important}.editor-container .input:focus,.editor-container .select:focus,.editor-container .textarea:focus,.editor-container input:focus,.editor-container select:focus,.editor-container textarea:focus{border-color:var(--primary-purple)!important;box-shadow:0 0 0 4px #4f46e514!important}a{color:var(--primary-purple)}.form-card-theme .button:not(.ghost):not(.variant-ghost):not(.btn-white):not(.btn-secondary):not(.btn-dashed):not(.saved-sig-btn){background:linear-gradient(180deg,var(--primary-purple) 0%,var(--primary-purple-hover) 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 12px #4f46e54d;transition:all .2s ease}.form-card-theme .button:not(.ghost):not(.variant-ghost):not(.btn-white):not(.btn-secondary):not(.btn-dashed):not(.saved-sig-btn):hover{transform:translateY(-2px);box-shadow:0 6px 16px #4f46e566}.saved-sig-btn{background:#fff!important;border:1px solid #e2e8f0!important;color:#000!important;box-shadow:0 1px 3px #0000001a;padding:4px;width:auto;height:auto}.saved-sig-btn:hover{border-color:var(--primary-purple)!important;box-shadow:0 2px 4px #4f46e533}.saved-sig-btn img{max-width:100%;max-height:100%;display:block}.form-card-theme .card{background:#fff;border:1px solid #e0e7ff;border-radius:12px;box-shadow:0 4px 6px -1px #4f46e50d;transition:all .2s ease}.form-card-theme .card:hover{border-color:#a5b4fc;box-shadow:0 8px 12px -1px #4f46e51a}.form-card-theme .button.ghost{color:var(--primary-purple)!important;border:1px solid var(--primary-purple-light)!important;background-color:#fff!important;transition:all .2s ease}.form-card-theme .button.ghost:hover{background-color:var(--primary-purple-light)!important;border-color:var(--primary-purple)!important}.participants-box{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;padding:24px;margin-bottom:24px}.btn-dashed{background:transparent!important;border:1px dashed var(--primary-purple)!important;color:var(--primary-purple)!important;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;transition:all .2s ease;width:100%;padding:12px;border-radius:12px;cursor:pointer}.btn-dashed:hover{background:var(--primary-purple-bg)!important;border-style:solid!important;box-shadow:0 4px 12px #4f46e526;transform:translateY(-1px)}.doc-editor-content{padding:32px 16px;max-width:none}.doc-editor-content .editor-container{padding-left:0;padding-right:0;max-width:1760px}@media (max-width: 768px){.doc-editor-content{padding:20px 8px}}@media (max-width: 480px){.doc-editor-content{padding:16px 6px}}.doc-editor-page .dash-top-bar{padding-left:16px;padding-right:16px}@media (max-width: 768px){.doc-editor-page .dash-top-bar{padding-left:8px;padding-right:8px}}.login-page{min-height:100vh;background-color:#fdfefe;display:flex;flex-direction:column;align-items:center;position:relative;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.login-blobs-container{position:fixed;inset:0;pointer-events:none;z-index:0;background-image:url(/assets/div-B4CddkeE.png);background-size:cover;background-position:center;background-repeat:no-repeat}.login-top-bar{width:100%;max-width:1280px;display:flex;justify-content:space-between;align-items:center;padding:32px 64px;z-index:10}.login-signup-prompt{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.login-signup-text{color:#4b5563;font-size:14px}.login-signup-link{color:#4f46e5;font-size:14px;font-weight:600;text-decoration:none}.login-signup-link:hover{text-decoration:underline}.login-brand{display:flex;align-items:center;gap:12px}.login-brand-text{color:#4f46e5;font-size:26px;font-weight:800;letter-spacing:-.5px}.login-content{display:flex;flex-direction:column;align-items:center;padding:40px 20px 80px;width:100%;max-width:520px;z-index:10;margin:auto 0}.login-card{background:#fff;border-radius:28px;border:1px solid rgba(255,255,255,.8);box-shadow:0 25px 70px #a5b4fc33,0 10px 30px #00000005;width:100%;overflow:hidden;padding-bottom:48px}.login-card-gradient{width:100%;height:6px;background:linear-gradient(90deg,#4f46e5,#8b5cf6,#4f46e5);margin-bottom:40px}.login-header-text{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:40px;padding:0 40px;text-align:center}.login-title{color:#111827;font-size:32px;font-weight:800;letter-spacing:-1px}.login-subtitle{color:#6b7280;font-size:18px;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:28px;padding:0 54px;margin-bottom:40px}.login-input-group{display:flex;flex-direction:column;gap:10px}.login-label-row{display:flex;justify-content:space-between;align-items:flex-end}.login-label{color:#374151;font-size:14px;font-weight:600;text-align:left}:root:lang(he) .login-label{text-align:right}.login-forgot-link{color:#4f46e5;font-size:13px;font-weight:600;text-decoration:none}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input{width:100%;padding:16px 56px 16px 20px;background:#f9fafb;border:2px solid #F3F4F6;border-radius:14px;font-size:16px;color:#111827;outline:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.login-input-ltr{direction:ltr;text-align:left!important}.login-input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e514}.login-input-icon{position:absolute;right:20px;width:22px;height:22px;color:#9ca3af;pointer-events:none}.login-submit-btn{background:linear-gradient(180deg,#4f46e5,#4338ca);color:#fff;border:none;border-radius:14px;padding:18px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #4f46e54d;transition:all .2s;width:100%;display:flex;justify-content:center;align-items:center;margin-top:8px}.login-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e566}.login-divider{display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#9ca3af;font-size:13px;width:100%;padding:0 54px}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.login-divider span{padding:0 16px;font-weight:500}.login-google-btn-wrapper{padding:0 54px;margin-bottom:40px}.login-google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:15px;font-size:15px;color:#374151;font-weight:700;box-shadow:0 1px 3px #0000000d;cursor:pointer;transition:all .2s}.login-security-note{display:flex;align-items:center;justify-content:center;gap:10px;color:#9ca3af;font-size:13px;font-weight:500}.login-footer-links{display:flex;align-items:center;gap:20px;margin-top:32px;z-index:10}.login-footer-link{color:#6b7280;font-size:13px;text-decoration:none;font-weight:500}.login-footer-dot{color:#d1d5db}.login-code-sent-badge{display:flex;align-items:center;justify-content:center;gap:8px;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:12px;padding:12px 16px;color:#166534;font-size:14px;font-weight:600;animation:fadeSlideIn .3s ease-out}.login-step2-actions{display:flex;justify-content:space-between;align-items:center;padding-top:4px}.login-link-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#4f46e5;font-size:13px;font-weight:600;cursor:pointer;padding:4px 0;transition:opacity .2s}.login-link-btn:hover{opacity:.8}.login-link-btn:disabled{opacity:.5;cursor:default}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.logo-icon-wrapper{display:flex;width:44px;height:44px;padding:8px;justify-content:center;align-items:center;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#9333ea);box-shadow:0 4px 10px #4f46e540}@media (max-width: 640px){.login-top-bar{padding:24px 20px}.login-card{border-radius:20px}.login-form,.signature-content-override{max-width:100vw!important;padding:24px 12px!important}}.signature-inputs-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0 40px;margin-bottom:32px}.signature-grid-span-full{grid-column:1 / -1}@media (max-width: 640px){.signature-inputs-grid{grid-template-columns:1fr;padding:0 40px}}.acct-toggle{display:flex;align-items:center;gap:14px;width:100%;box-sizing:border-box;padding:14px 16px;border:1.5px solid #E5E7EB;border-radius:14px;background:#fff;cursor:pointer;text-align:start;transition:border-color .15s ease,background-color .15s ease}.acct-toggle:hover{border-color:#c7d2fe;background:#fcfcff}.acct-toggle:focus-within{outline:2px solid #4F46E5;outline-offset:2px}.acct-toggle.is-on{border-color:#4f46e5;background:#f5f6fe}.acct-toggle input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.acct-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#f1f3f9;color:#6b7280;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.acct-toggle.is-on .acct-icon{background:#e0e7ff;color:#4f46e5}.acct-text{flex-grow:1;min-width:0}.acct-title{display:block;font-size:14.5px;font-weight:600;color:#111827}.acct-hint{display:block;font-size:12.5px;color:#6b7280;margin-top:3px;line-height:1.5}.acct-switch{width:44px;height:26px;border-radius:999px;background:#d1d5db;position:relative;flex-shrink:0;transition:background-color .15s ease}.acct-toggle.is-on .acct-switch{background:#4f46e5}.acct-knob{position:absolute;top:3px;inset-inline-start:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0003;transition:inset-inline-start .15s ease}.acct-toggle.is-on .acct-knob{inset-inline-start:21px}.terms-check{display:flex;align-items:center;gap:10px;min-height:44px;font-size:13px;color:#4b5563;cursor:pointer}.terms-check input{width:18px;height:18px;accent-color:#4F46E5;flex-shrink:0;cursor:pointer}.biz-type{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.biz-opt{display:flex;align-items:center;gap:10px;min-height:58px;box-sizing:border-box;padding:12px 14px;border:1.5px solid #E5E7EB;border-radius:12px;background:#fff;cursor:pointer;text-align:start;transition:border-color .15s ease,background-color .15s ease}.biz-opt:hover{border-color:#c7d2fe}.biz-opt:focus-within{outline:2px solid #4F46E5;outline-offset:2px}.biz-opt.is-on{border-color:#4f46e5;background:#f5f6fe}.biz-opt input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.biz-opt-ic{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#f1f3f9;color:#6b7280;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.biz-opt.is-on .biz-opt-ic{background:#e0e7ff;color:#4f46e5}.biz-opt-t{font-size:13.5px;font-weight:600;color:#111827;line-height:1.35}.biz-logo-row{display:flex;align-items:center;gap:16px}.biz-logo{position:relative;flex-shrink:0;cursor:pointer;display:block}.biz-logo:focus-within .biz-logo-empty,.biz-logo:focus-within .biz-logo-img{outline:2px solid #4F46E5;outline-offset:2px}.biz-logo:hover .biz-logo-empty{border-color:#4f46e5;background:#f5f6fe}.biz-logo-img{display:block;width:76px;height:76px;border-radius:50%;object-fit:cover;border:3px solid #FFFFFF;box-shadow:0 4px 12px #0000001a}.biz-logo-empty{width:76px;height:76px;border-radius:50%;border:2px dashed #C7D2FE;background:#fbfcff;display:flex;align-items:center;justify-content:center;color:#9aa6bc}.biz-logo-add{position:absolute;bottom:0;inset-inline-end:0;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:border-color .15s ease}.biz-logo-add:hover{border-color:#4f46e5}.biz-logo-remove{margin-top:6px;padding:0;border:0;background:none;font-size:12.5px;font-weight:600;color:#b91c1c;cursor:pointer}.biz-logo-hint{font-size:12.5px;color:#6b7280;line-height:1.5;text-align:left}:root:lang(he) .biz-logo-hint{text-align:right}.acct-title,.acct-hint{text-align:left}:root:lang(he) .acct-title,:root:lang(he) .acct-hint{text-align:right}.biz-row{display:flex;gap:15px;flex-wrap:wrap}:root:lang(he) .biz-row{flex-direction:row-reverse}.contact-textarea{min-height:120px;resize:vertical}.contact-form-row{display:flex;gap:20px}@media (max-width: 640px){.contact-form-row{flex-direction:column;gap:28px}}.owner-compose{background:linear-gradient(#fff,#fff) padding-box,radial-gradient(120% 120% at 0% 0%,rgba(59,130,246,.12),transparent 60%) border-box,radial-gradient(120% 120% at 100% 100%,rgba(37,99,235,.1),transparent 60%) border-box;border:1px solid transparent;border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:0 6px 18px #0206170f,inset 0 1px #fffc;-webkit-backdrop-filter:saturate(1.05);backdrop-filter:saturate(1.05)}.owner-compose .label{margin-bottom:6px}.owner-compose .input,.owner-compose .textarea,.owner-compose .select{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);outline:none;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.owner-compose .input:focus,.owner-compose .textarea:focus,.owner-compose .select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.owner-compose input[type=file].input{padding:6px}.compose-actions{display:flex;gap:var(--space-3);flex-wrap:wrap;align-items:center;margin-top:var(--space-3)}.compose-actions .button{min-width:220px;height:38px}.owner-compose .muted{color:var(--text-secondary)}#bg-status-filter.select,#bg-status-filter{min-width:160px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--border);padding:6px 10px;background:#fff}@media (max-width: 840px){.compose-actions .button{min-width:180px;flex:1 1 180px}}@media (max-width: 520px){.compose-actions{flex-direction:column;align-items:stretch}.compose-actions .button{width:100%}}.templates-header{text-align:right;margin-bottom:40px}.templates-header h1{font-size:32px;font-weight:800;color:#1e293b;margin-bottom:8px}.templates-header p{color:#94a3b8;font-size:16px}.template-category-section{margin-bottom:60px}.category-heading{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #F1F5F9;text-align:right}.recommended-badge{position:absolute;top:20px;left:20px;background:#eef2ff;color:#4f46e5;padding:6px 14px;border-radius:100px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(79,70,229,.1);z-index:5;pointer-events:none}:root:lang(he) .recommended-badge{left:auto;right:20px;letter-spacing:0}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}.template-card{background:#fff;border:1px solid #F1F5F9;border-radius:32px;padding:40px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.template-card:hover{background:#fff;border-color:#6366f120;transform:translateY(-12px) scale(1.02);box-shadow:0 30px 60px #4f46e51f}.template-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6);opacity:0;transition:opacity .3s ease}.template-card:hover:before{opacity:1}.template-icon{width:80px;height:80px;background:#f8fafc;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;transition:all .3s ease}.template-card:hover .template-icon{background:#f5f3ff;transform:rotate(-5deg)}.template-info h3{font-size:22px;font-weight:800;color:#1e293b;margin-bottom:12px}.template-info p{font-size:15px;color:#64748b;margin-bottom:32px;line-height:1.6}.btn-select{background:#f1f5f9;color:#475569;border:none;padding:12px 32px;border-radius:16px;font-weight:800;font-size:15px;transition:all .3s ease}.template-card:hover .btn-select{background:#6366f1;color:#fff}.loading-state{display:flex;justify-content:center;align-items:center;min-height:400px}.spinner{width:40px;height:40px;border:3px solid #F1F5F9;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root:lang(he) .templates-header{text-align:right}:root:lang(he) .template-card{text-align:right;align-items:flex-start}:root:lang(he) .template-icon{align-self:flex-start}.cmp-page{--cmp-navy: #14275c;--cmp-navy-deep: #0e1c44;--cmp-blue: #1f6fd0;--cmp-blue-light: #2e9be0;--cmp-green: #3fa535;--cmp-green-bright: #22b14c;--cmp-surface: #eef3fa;--cmp-ink: #16233f;--cmp-ink-soft: #4a5a78;--cmp-line: #d8e3f2;background:var(--cmp-surface);color:var(--cmp-ink);font-family:var(--font-sans);min-height:100vh;overflow-x:hidden;text-align:start}.cmp-page[dir=rtl]{direction:rtl}.cmp-page[dir=ltr]{direction:ltr}.cmp-page section[id]{scroll-margin-top:20px}.cmp-page *{box-sizing:border-box}.cmp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:none;border-radius:12px;font-family:inherit;font-size:17px;font-weight:700;line-height:1.2;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.cmp-btn:hover{transform:translateY(-1px)}.cmp-btn:active{transform:translateY(0)}.cmp-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.cmp-btn-primary{background:var(--cmp-blue);color:#fff}.cmp-btn-primary:hover{background:#1a5fb4}.cmp-btn-success{background:var(--cmp-green);color:#fff;box-shadow:0 4px 14px #3fa5354d}.cmp-btn-success:hover{background:#359029}.cmp-btn-ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}.cmp-btn-ghost-light:hover{background:#ffffff1f}.cmp-brand{display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-align:start}.cmp-brand-center{align-items:center;text-align:center}.cmp-brand-name{font-size:clamp(34px,5vw,52px);font-weight:800;letter-spacing:-.5px;color:var(--cmp-navy)}.cmp-wordmark{direction:ltr;display:inline-flex;align-items:baseline;font-size:clamp(36px,5.2vw,56px);font-weight:800;letter-spacing:-.035em;line-height:1;white-space:nowrap}.cmp-wordmark-lead{position:relative;color:var(--cmp-navy)}.cmp-wordmark-accent{color:#2e7de0}.cmp-wordmark-check{position:absolute;left:.077em;top:.207em;width:.568em;height:.568em;color:#2e7de0;pointer-events:none}.cmp-brand-logo{display:block;width:auto;max-width:min(360px,100%);height:clamp(46px,6vw,74px);object-fit:contain;object-position:inline-start center}.cmp-brand-center .cmp-brand-logo{object-position:center;margin-inline:auto}.cmp-brand-tagline{font-size:clamp(14px,1.6vw,18px);font-weight:600;color:var(--cmp-ink-soft)}.cmp-empty{max-width:520px;margin:0 auto;padding:96px 24px;text-align:center}.cmp-empty h1{font-size:28px;margin:0 0 8px}.cmp-empty p{color:var(--cmp-ink-soft);margin:0 0 24px}.cmp-hero{background:#fff;padding:40px 24px 0}.cmp-hero-top{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.cmp-hero-copy{display:flex;flex-direction:column;gap:18px}.cmp-hero-title{margin:0;font-size:clamp(34px,5.4vw,62px);font-weight:800;line-height:1.14;letter-spacing:-.01em;color:var(--cmp-navy)}.cmp-hero-line{display:block}.cmp-hero-title .cmp-accent{color:var(--cmp-green-bright)}.cmp-hero-sub{margin:0;display:inline-block;align-self:flex-start;padding:9px 20px;border-radius:8px;background:var(--cmp-navy);color:#fff;font-size:clamp(14px,1.55vw,17px);font-weight:500;letter-spacing:.01em}.cmp-hero-cta{align-self:flex-start}.cmp-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:340px}.cmp-hero-papers{position:relative;flex:0 0 auto}.cmp-hero-paper-img{width:clamp(120px,17vw,190px);height:auto;display:block}.cmp-paper-stack{position:relative;width:clamp(140px,20vw,200px);aspect-ratio:3 / 4;background:#fff;border:1.5px solid var(--cmp-line);border-radius:6px;box-shadow:8px 8px 0 -1.5px #fff,8px 8px 0 0 var(--cmp-line),16px 16px 0 -1.5px #fff,16px 16px 0 0 var(--cmp-line)}.cmp-hero-x{position:absolute;inset-inline-start:50%;top:50%;transform:translate(50%,-50%);pointer-events:none}.cmp-hero-badge{position:absolute;inset-inline-end:-26px;bottom:-30px;width:clamp(88px,10.5vw,122px);height:clamp(88px,10.5vw,122px);border-radius:50%;background:radial-gradient(circle at 32% 26%,#5ca850,#3b8534 52%,#2c6b27);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:clamp(10px,1.05vw,12.5px);font-weight:600;text-align:center;line-height:1.3;letter-spacing:.015em;border:3px solid #fff;transform:rotate(-6deg);box-shadow:0 10px 24px #14275c42,inset 0 0 0 1px #ffffff47}.cmp-hero-badge>span:nth-child(2){font-weight:800;font-size:1.08em}.cmp-hero-arrow{flex:0 0 auto}.cmp-hero-phone{width:clamp(180px,26vw,300px);height:auto;display:block}.cmp-phone-frame{width:clamp(150px,22vw,220px);aspect-ratio:1 / 2;border-radius:30px;background:#fff;border:8px solid #1c1c1e;box-shadow:0 18px 34px #14275c47}.cmp-steps{max-width:1180px;margin:36px auto 0;padding:0 0 40px;list-style:none;display:grid;grid-template-columns:repeat(4,1fr)}.cmp-step{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 16px;color:var(--cmp-navy);font-size:clamp(14px,1.7vw,19px);font-weight:700;text-align:center}.cmp-step+.cmp-step{border-inline-start:1px solid var(--cmp-line)}.cmp-benefits,.cmp-packages{background:var(--cmp-navy)}.cmp-benefits{padding:44px 24px 24px}.cmp-benefits-card{max-width:1180px;margin:0 auto;background:#fff;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px #0000002e}.cmp-benefits-title{margin:0 0 28px;text-align:center;font-size:clamp(24px,3.4vw,38px);font-weight:800;color:var(--cmp-green-bright)}.cmp-benefits-grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:0}.cmp-benefit{padding:0 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.cmp-benefit+.cmp-benefit{border-inline-start:1px solid var(--cmp-line)}.cmp-benefit-icon{width:58px;height:58px;border-radius:50%;background:#eef4fd;color:var(--cmp-navy);display:flex;align-items:center;justify-content:center}.cmp-benefit-title{margin:0;font-size:clamp(14px,1.5vw,17px);font-weight:800;color:var(--cmp-navy);line-height:1.3}.cmp-benefit-text{margin:0;font-size:clamp(12px,1.3vw,14px);color:var(--cmp-ink-soft);line-height:1.5}.cmp-packages{padding:8px 24px 48px}.cmp-packages-title{max-width:1180px;margin:0 auto 18px;font-size:clamp(20px,2.6vw,28px);font-weight:800;color:#fff}.cmp-packages-list{max-width:1180px;margin:0 auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.cmp-package{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:14px;background:#fff;border-radius:16px;border:2px solid transparent;box-shadow:0 2px 10px #06112e29;transition:transform .18s ease,box-shadow .18s ease;padding:26px 24px 28px}.cmp-package-body{flex:1}.cmp-package:hover{transform:translateY(-2px);box-shadow:0 10px 24px #06112e42}.cmp-package.is-highlighted{border-color:var(--cmp-green)}.cmp-package-icon{flex:0 0 auto;width:52px;height:52px;border-radius:14px;background:#eef4fd;color:var(--cmp-blue);display:flex;align-items:center;justify-content:center}.cmp-package.is-highlighted .cmp-package-icon{background:#e8f6e7;color:var(--cmp-green)}.cmp-package-name{margin:0 0 4px;font-size:clamp(16px,1.9vw,20px);font-weight:800;color:var(--cmp-blue)}.cmp-package-text{margin:0;font-size:clamp(13px,1.5vw,15px);color:var(--cmp-ink-soft);line-height:1.55}.cmp-package-tag{position:absolute;top:-12px;inset-inline-start:24px;background:var(--cmp-green);color:#fff;font-size:12px;font-weight:700;padding:3px 12px;border-radius:999px}.cmp-leadpitch{background:linear-gradient(180deg,#e8eff9,#dde8f6);padding:48px 24px}.cmp-leadpitch-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.cmp-leadpitch-copy{display:flex;flex-direction:column;gap:22px}.cmp-leadpitch-text{margin:0;text-align:center;font-size:clamp(15px,1.9vw,20px);font-weight:600;color:var(--cmp-ink);line-height:1.6}.cmp-valueprops{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cmp-valueprop{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.cmp-valueprop-badge{width:62px;height:62px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--cmp-navy);box-shadow:0 4px 14px #14275c1f}.cmp-valueprop-badge.tone-green{color:var(--cmp-green)}.cmp-valueprop-badge.tone-blue{color:var(--cmp-blue)}.cmp-valueprop-badge.tone-navy{color:var(--cmp-navy)}.cmp-valueprop-label{font-size:clamp(12px,1.4vw,15px);font-weight:700;color:var(--cmp-ink);line-height:1.4}.cmp-lead{background:#fff;border-radius:20px;padding:30px 28px;box-shadow:0 18px 44px #14275c29;scroll-margin-top:24px}.cmp-lead-head{text-align:center;margin-bottom:20px}.cmp-lead-eyebrow{margin:0 0 4px;font-size:14px;color:var(--cmp-ink-soft)}.cmp-lead-title{margin:0;font-size:clamp(20px,2.6vw,26px);font-weight:800;color:var(--cmp-navy)}.cmp-lead-form{display:flex;flex-direction:column;gap:12px}.cmp-input{width:100%;padding:14px 16px;border:1px solid var(--cmp-line);border-radius:10px;background:#f7fafd;font-family:inherit;font-size:15px;color:var(--cmp-ink);transition:border-color .2s ease,box-shadow .2s ease}.cmp-input::placeholder{color:#9bacc6}.cmp-input:focus{outline:none;border-color:var(--cmp-blue);box-shadow:0 0 0 3px #1f6fd024;background-color:#fff}.cmp-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234a5a78' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 8px;background-position:left 16px center;padding-left:42px}.cmp-page[dir=ltr] .cmp-select{background-position:right 16px center;padding-left:16px;padding-right:42px}.cmp-lead-submit{width:100%;margin-top:4px}.cmp-lead-error{margin:0;font-size:14px;color:#d92d20;text-align:center}.cmp-lead-success{margin:0;font-size:14px;color:#0f9d58;text-align:center;font-weight:600}.cmp-lead-privacy{margin:0;font-size:12px;color:var(--cmp-ink-soft);text-align:center}.cmp-trustbar{background:#dde8f6;padding:8px 24px 36px}.cmp-trustbar-list{max-width:1180px;margin:0 auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cmp-trust{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--cmp-navy)}.cmp-trust-copy{display:flex;flex-direction:column;line-height:1.35}.cmp-trust-copy strong{font-size:clamp(13px,1.5vw,16px);font-weight:800}.cmp-trust-copy span{font-size:clamp(12px,1.4vw,15px);color:var(--cmp-ink-soft)}.cmp-closing{background:var(--cmp-navy-deep);padding:44px 24px 48px}.cmp-closing-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px}.cmp-closing-title{margin:0;font-size:clamp(22px,3vw,34px);font-weight:800;color:#fff;line-height:1.3}.cmp-closing .cmp-btn{padding:15px 38px;font-size:18px}@media (max-width: 900px){.cmp-hero-top{grid-template-columns:1fr}.cmp-hero-copy{text-align:center;align-items:center}.cmp-hero-copy .cmp-brand{align-items:center;text-align:center}.cmp-hero-sub,.cmp-hero-cta{align-self:center}.cmp-hero-visual{min-height:0}.cmp-steps{grid-template-columns:repeat(2,1fr);gap:24px 0}.cmp-step:nth-child(odd){border-inline-start:none}.cmp-benefits-grid{grid-template-columns:repeat(2,1fr);gap:26px 0}.cmp-benefit:nth-child(odd){border-inline-start:none}.cmp-packages-list{grid-template-columns:1fr;gap:14px}.cmp-package{padding:22px 20px}.cmp-leadpitch-inner{grid-template-columns:1fr}.cmp-leadpitch-copy{order:-1}.cmp-trustbar-list{grid-template-columns:1fr;gap:14px}.cmp-trust{justify-content:flex-start}.cmp-closing{padding:34px 20px 38px}}@media (max-width: 560px){.cmp-hero{padding-top:28px}.cmp-hero-arrow{display:none}.cmp-hero-visual{flex-direction:column;gap:20px}.cmp-hero-paper-img{width:clamp(150px,40vw,200px)}.cmp-hero-phone{width:clamp(180px,52vw,240px)}.cmp-hero-x svg{width:58px;height:58px}.cmp-hero-papers{display:flex;flex-direction:column;align-items:center}.cmp-hero-x{margin-top:-27px}.cmp-hero-badge{position:static;transform:none;flex-direction:row;width:auto;height:auto;margin:16px auto 0;padding:9px 16px;gap:9px;border:none;border-radius:999px;font-size:12.5px;line-height:1.2;box-shadow:0 6px 16px #14275c33}.cmp-hero-badge>span+span{border-inline-start:1px solid rgba(255,255,255,.45);padding-inline-start:9px}.cmp-hero-badge>span:nth-child(2){font-size:1em}.cmp-steps{grid-template-columns:repeat(2,1fr);gap:22px 0}.cmp-step{border-inline-start:none!important;padding:8px}.cmp-benefits-card{padding:24px 18px}.cmp-benefits-grid{grid-template-columns:1fr;gap:22px}.cmp-benefit{border-inline-start:none!important}.cmp-valueprops{grid-template-columns:repeat(2,1fr);gap:18px}.cmp-lead{padding:22px 18px}.cmp-btn{width:100%}}@media (prefers-reduced-motion: reduce){.cmp-btn{transition:none}.cmp-btn:hover{transform:none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
