.faq-section{padding-top:64px;padding-bottom:64px}.faq-page-title{max-width:900px}.faq-toolbar{margin-top:28px}.faq-search-input{width:100%;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff0a;color:inherit;padding:12px 14px;font-size:14px;line-height:1.4}.faq-search-input:focus{outline:none;border-color:#4f48e2}.faq-categories{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.faq-category-chip{border:1px solid rgba(255,255,255,.2);border-radius:999px;background:transparent;color:inherit;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer}.faq-category-chip.is-active{border-color:#4f48e2;background:#4f48e22e}.faq-meta{margin-top:12px;margin-bottom:0;font-size:13px;opacity:.8}.faq-category{margin-top:36px}.faq-category-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.faq-category-title{font-size:24px;font-weight:600;line-height:1.3}.faq-global-controls{display:flex;align-items:center;gap:8px}.faq-control-button{border:1px solid rgba(255,255,255,.25);border-radius:999px;background:transparent;color:inherit;padding:6px 12px;font-size:12px;line-height:1.2;cursor:pointer}.faq-control-button:hover{border-color:#4f48e2}.faq-control-button:disabled{opacity:1;cursor:not-allowed;border-color:#ffffff1f;background:#ffffff14;color:#ffffff73;pointer-events:none}.faq-control-button:disabled:hover{border-color:#ffffff1f}.faq-list{margin-top:0;display:grid;gap:16px}.faq-item{border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:20px}.faq-question{cursor:pointer;font-size:16px;font-weight:600;line-height:1.5;display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:16px;color:#4f48e2}.faq-icon svg{transition:transform .3s ease}.faq-item[open] .faq-icon svg{transform:rotate(180deg)}.faq-answer{margin-top:12px;font-size:14px;line-height:1.7}.faq-empty-state{margin-top:28px;border:1px dashed rgba(255,255,255,.25);border-radius:12px;padding:20px;font-size:14px;opacity:.9}.widget-showcase-section{padding-top:80px;padding-bottom:80px;background:linear-gradient(180deg,#4f48e20d,#4f48e200)}.right-side-bg-shape{position:absolute;top:0;right:0;bottom:0;width:50%;background-image:url(/hero-bg-shape.svg);background-repeat:repeat-y;background-position:right center;pointer-events:none;z-index:0}@media(max-width:991px){.right-side-bg-shape{display:none}}#widget-container{margin-top:48px;width:100%;height:700px;max-width:600px;margin-left:auto;margin-right:auto;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1)}.header-cta-button{border:2px solid #4f48e2;border-radius:15px;padding:13px 22px;background-color:#4f48e2;text-decoration:none;line-height:1.33;cursor:pointer;color:#fff;align-self:center;font-size:16px;font-weight:600}.header-cta-button:visited,.header-cta-button:hover{color:#fff}.header-cta-button:active,.header-cta-button:focus{color:#fff}@media(max-width:768px){.header-cta-button{padding:10px 16px;font-size:14px}}@media(max-width:480px){.header-cta-button{padding:8px 12px;font-size:13px}}.widget-demo-page{--demo-bg: linear-gradient(160deg, #eef3fb 0%, #e7eef9 45%, #f5f7fc 100%);--toolbar-border: #d3dce8;--toolbar-bg: rgba(255, 255, 255, .86);--toolbar-shadow: 0 10px 25px rgba(15, 23, 42, .08);--toolbar-divider: rgba(34, 57, 90, .24);--text-main: #172033;--text-muted: #3c4960;--toggle-hover: rgba(45, 76, 126, .2);--toggle-hover-text: #132949;--toggle-active-bg: #13223a;--toggle-active-text: #ffffff;--toggle-active-ring: rgba(16, 29, 50, .35);--viewport-border: #c8d2df;--viewport-shadow: 0 28px 72px rgba(15, 23, 42, .28), 0 10px 30px rgba(15, 23, 42, .16);height:100dvh;min-height:100dvh;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;overflow:hidden;color:var(--text-main);background:var(--demo-bg);transition:background .25s ease,color .2s ease}.widget-demo-page-fullscreen{padding:0;gap:0}.widget-demo-page-fullscreen .widget-demo-controls{display:none}.widget-demo-page-fullscreen .widget-demo-stage{width:100%;height:100dvh;min-height:100dvh;padding:0;overflow:hidden}.widget-demo-page-fullscreen .widget-demo-viewport-fullscreen{width:100%;height:100dvh;min-height:100dvh;border:0;border-radius:0;box-shadow:none}.widget-demo-page-dark{--demo-bg: radial-gradient( circle at 20% 10%, #274264 0%, #102038 44%, #0b1423 100% );--toolbar-border: #2f4562;--toolbar-bg: rgba(10, 19, 34, .78);--toolbar-shadow: 0 12px 30px rgba(2, 7, 16, .42);--toolbar-divider: rgba(173, 204, 243, .34);--text-main: #ebf1fd;--text-muted: #c5d2e6;--toggle-hover: rgba(147, 194, 255, .5);--toggle-hover-text: #041327;--toggle-active-bg: #70afff;--toggle-active-text: #061427;--toggle-active-ring: rgba(128, 184, 255, .42);--viewport-border: #345170;--viewport-shadow: 0 26px 72px rgba(2, 6, 14, .65)}.widget-demo-controls{display:inline-flex;align-self:center;align-items:center;gap:4px;padding:4px 6px;border:1px solid var(--toolbar-border);border-radius:999px;background:var(--toolbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--toolbar-shadow)}.widget-demo-toolbar{display:flex;align-items:center;gap:2px}.widget-demo-controls-divider{width:1px;height:18px;background:var(--toolbar-divider)}.widget-demo-error{height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#f5f5f9}.widget-demo-toggle{border:0;border-radius:999px;background:transparent;color:var(--text-muted);cursor:pointer;width:36px;min-width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:0;transition:background-color .2s ease,color .2s ease,transform .2s ease}.widget-demo-toggle:hover{background:var(--toggle-hover);color:var(--toggle-hover-text);transform:translateY(-1px)}.widget-demo-toggle:disabled{opacity:.5;cursor:not-allowed}.widget-demo-toggle:disabled:hover{background:transparent;color:var(--text-muted);transform:none}.widget-demo-toggle-active{background:var(--toggle-active-bg);color:var(--toggle-active-text);box-shadow:inset 0 0 0 1px var(--toggle-active-ring)}.widget-demo-toggle-active:hover{background:var(--toggle-active-bg);color:var(--toggle-active-text)}.widget-demo-toggle-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.widget-demo-toggle-icon-svg{width:18px;height:18px}.widget-demo-stage{flex:1;min-height:0;display:flex;justify-content:center;align-items:center;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0}.widget-demo-viewport{flex-shrink:0;width:100%;min-height:420px;border:1px solid var(--viewport-border);border-radius:20px;overflow:hidden;box-shadow:var(--viewport-shadow);transition:width .25s ease,height .25s ease,border-radius .25s ease}.widget-demo-viewport-mobile{width:min(390px,100%);height:min(844px,calc(100dvh - 92px))}.widget-demo-viewport-tablet{width:min(768px,100%);height:min(1024px,calc(100dvh - 92px))}.widget-demo-viewport-laptop{width:min(1360px,100%);height:min(860px,calc(100dvh - 92px));border-radius:14px}.widget-demo-canvas{width:100%;height:100%}@media(max-width:900px){.widget-demo-viewport{min-height:320px}.widget-demo-controls{gap:3px;padding:3px 5px}.widget-demo-toggle{width:32px;min-width:32px;height:32px}.widget-demo-controls-divider{height:16px}}html.widget-demo-html,body.widget-demo-body{height:100%;overscroll-behavior:none}body.widget-demo-body{margin:0;padding:0;overflow:hidden}
