:root{--website-primary: #0f172a;--website-secondary: #1e293b;--website-accent: #6366f1;--website-accent-hover: #4f46e5;--website-accent-light: rgba(99, 102, 241, .1);--website-gradient-start: #f97316;--website-gradient-mid: #ec4899;--website-gradient-end: #8b5cf6;--website-bg: #ffffff;--website-bg-alt: #f8fafc;--website-bg-dark: #0f172a;--website-bg-glass: rgba(255, 255, 255, .8);--website-text: #0f172a;--website-text-secondary: #64748b;--website-text-muted: #94a3b8;--website-text-inverse: #ffffff;--website-border: #e2e8f0;--website-border-light: rgba(255, 255, 255, .1);--website-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--website-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--website-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--website-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--website-shadow-glow: 0 0 40px rgba(99, 102, 241, .3);--website-space-xs: 4px;--website-space-sm: 8px;--website-space-md: 16px;--website-space-lg: 24px;--website-space-xl: 32px;--website-space-2xl: 48px;--website-space-3xl: 64px;--website-space-4xl: 96px;--website-radius-sm: 8px;--website-radius-md: 12px;--website-radius-lg: 16px;--website-radius-xl: 24px;--website-radius-2xl: 32px;--website-radius-full: 9999px;--website-transition-fast: .15s ease;--website-transition-base: .25s ease;--website-transition-slow: .4s ease;--website-font-sans: "Inter", system-ui, -apple-system, sans-serif;--website-font-rtl: "Rubik", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.website-body{font-family:var(--website-font-sans);background:var(--website-bg);color:var(--website-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}[dir=rtl] .website-body,.website-body[dir=rtl],html[dir=rtl] .website-body{font-family:var(--website-font-rtl)}.website-body main{display:block;width:100%;margin:0;padding:0}.website-heading-xl{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--website-text)}.website-heading-lg{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--website-text)}.website-heading-md{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--website-text)}.website-heading-sm{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--website-text)}.website-text-lg{font-size:1.125rem;line-height:1.7;color:var(--website-text-secondary)}.website-text-base{font-size:1rem;line-height:1.6;color:var(--website-text-secondary)}.website-text-sm{font-size:.875rem;line-height:1.5;color:var(--website-text-muted)}.website-gradient-text{background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid),var(--website-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.website-nav{position:fixed;top:0;inset-inline:0;z-index:100;background:var(--website-bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--website-border);transition:all var(--website-transition-base)}.website-nav-scrolled{box-shadow:var(--website-shadow-md)}.website-nav-container{max-width:1280px;margin:0 auto;padding:var(--website-space-md) var(--website-space-lg);display:flex;align-items:center;justify-content:space-between}.website-nav-logo{display:flex;align-items:center;gap:var(--website-space-sm);font-size:1.25rem;font-weight:700;color:var(--website-text);text-decoration:none}.website-nav-logo-icon{width:32px;height:32px;background:var(--website-accent);border-radius:var(--website-radius-sm);display:flex;align-items:center;justify-content:center;color:var(--website-text-inverse)}.website-nav-menu{display:flex;align-items:center;gap:var(--website-space-xl);list-style:none;margin:0;padding:0}.website-nav-link{font-size:.9375rem;font-weight:500;color:var(--website-text-secondary);text-decoration:none;transition:color var(--website-transition-fast);position:relative}.website-nav-link:hover{color:var(--website-text)}.website-nav-link:after{content:"";position:absolute;bottom:-4px;inset-inline-start:0;width:0;height:2px;background:var(--website-accent);transition:width var(--website-transition-fast)}.website-nav-link:hover:after{width:100%}.website-nav-actions{display:flex;align-items:center;gap:var(--website-space-md)}.website-nav-mobile-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--website-text)}.website-nav-mobile-menu{display:none;position:absolute;top:100%;inset-inline:0;background:var(--website-bg);border-bottom:1px solid var(--website-border);padding:var(--website-space-lg);box-shadow:var(--website-shadow-lg)}.website-nav-mobile-menu.is-open{display:block}@media (max-width: 1024px){.website-nav-menu{display:none}.website-nav-mobile-toggle{display:flex}}.lang-switcher-container{position:relative}.lang-switcher-container .website-btn{display:flex;align-items:center;gap:4px}.lang-dropdown-arrow{transition:transform var(--website-transition-fast)}.lang-switcher-container.open .lang-dropdown-arrow{transform:rotate(180deg)}.lang-dropdown{position:absolute;top:100%;inset-inline-end:0;margin-top:8px;min-width:180px;background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-md);box-shadow:var(--website-shadow-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--website-transition-fast);z-index:200}.lang-switcher-container.open .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--website-radius-sm);text-decoration:none;color:var(--website-text);transition:background var(--website-transition-fast)}.lang-dropdown-item:hover{background:var(--website-bg-alt)}.lang-dropdown-item.active{background:var(--website-accent-light);color:var(--website-accent)}.lang-native{font-weight:600;font-size:.9375rem}.lang-name{font-size:.8125rem;color:var(--website-text-muted);margin-inline-start:8px}.lang-dropdown-item.active .lang-name{color:var(--website-accent);opacity:.8}.lang-check{color:var(--website-accent);margin-inline-start:auto}.website-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--website-space-sm);font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:var(--website-radius-md);cursor:pointer;transition:all var(--website-transition-base);border:none;outline:none}[dir=rtl] .website-btn{font-family:var(--website-font-rtl)}.website-btn:focus-visible{outline:2px solid var(--website-accent);outline-offset:2px}.website-btn-primary{height:48px;padding-inline:var(--website-space-lg);background:var(--website-accent);color:var(--website-text-inverse)}.website-btn-primary:hover{background:var(--website-accent-hover);transform:translateY(-2px);box-shadow:var(--website-shadow-lg)}.website-btn-secondary{height:48px;padding-inline:var(--website-space-lg);background:var(--website-bg);color:var(--website-text);border:1px solid var(--website-border)}.website-btn-secondary:hover{background:var(--website-bg-alt);border-color:var(--website-text-muted)}.website-btn-ghost{height:40px;padding-inline:var(--website-space-md);background:transparent;color:var(--website-text-secondary)}.website-btn-ghost:hover{background:var(--website-bg-alt);color:var(--website-text)}.website-btn-gradient{height:52px;padding-inline:var(--website-space-xl);background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid),var(--website-gradient-end));background-size:200% 200%;color:var(--website-text-inverse);animation:gradient-shift 3s ease infinite}.website-btn-gradient:hover{transform:translateY(-2px);box-shadow:var(--website-shadow-glow)}.website-btn-sm{height:36px;padding-inline:var(--website-space-md);font-size:.875rem}.website-btn-lg{height:56px;padding-inline:var(--website-space-2xl);font-size:1rem}.website-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:80px;overflow:hidden;background:var(--website-bg)}.website-hero-bg{display:none}.website-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(99,102,241,.03) 1px,transparent 1px);background-size:60px 60px;z-index:0}.website-hero-glow{position:absolute;top:20%;inset-inline-end:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);z-index:0}.website-hero-glow-secondary{position:absolute;bottom:-10%;inset-inline-start:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.08) 0%,transparent 70%);z-index:0}.website-hero-container{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:var(--website-space-2xl) var(--website-space-lg);display:grid;grid-template-columns:1fr 1fr;gap:var(--website-space-3xl);align-items:center;flex:1}.website-hero-content{max-width:600px}.website-hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;height:32px;background:var(--website-accent-light);color:var(--website-accent);font-size:.8125rem;font-weight:600;border-radius:var(--website-radius-full);vertical-align:middle}.website-hero-title{margin-bottom:var(--website-space-md);margin-top:var(--website-space-lg);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#0f172a}.website-hero-title .website-gradient-text{background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid),var(--website-gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.website-typing-text{display:block;font-size:clamp(1.5rem,3vw,2.5rem);margin-top:var(--website-space-sm)}.website-typewriter{background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid),var(--website-gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.website-typing-cursor{display:inline-block;width:3px;height:1em;background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid));margin-inline-start:2px;animation:cursor-blink 1s step-end infinite;vertical-align:text-bottom}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.website-hero-description{margin-bottom:var(--website-space-lg);max-width:520px;font-size:1.125rem;line-height:1.7;color:#475569}.website-hero-actions{display:flex;flex-wrap:wrap;gap:var(--website-space-md);margin-bottom:var(--website-space-2xl)}.website-hero-trust{display:flex;align-items:center;gap:var(--website-space-lg)}.website-hero-trust-logos{display:flex;align-items:center;gap:var(--website-space-md)}.website-hero-trust-logo{height:24px;opacity:.5;filter:grayscale(100%);transition:all var(--website-transition-base)}.website-hero-trust-logo:hover{opacity:1;filter:grayscale(0%)}.website-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:450px}.website-hero-image{position:relative;background:var(--website-bg);border-radius:var(--website-radius-xl);box-shadow:var(--website-shadow-xl);overflow:hidden;border:1px solid var(--website-border)}.website-hero-image img{width:100%;height:auto;display:block}.website-hero-float{position:absolute;background:#fff;border-radius:var(--website-radius-lg);padding:14px 18px;box-shadow:0 10px 40px #0000001f;border:1px solid rgba(0,0,0,.06);animation:float 6s ease-in-out infinite;z-index:10}.website-hero-float-content{display:flex;align-items:center;gap:12px}.website-hero-float-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.website-hero-float-icon-success{background:#22c55e26;color:#22c55e}.website-hero-float-icon-gradient{background:linear-gradient(135deg,#f97316,#ec4899)}.website-hero-float-icon-accent{background:#6366f126;color:var(--website-accent)}.website-hero-float-title{font-weight:600;font-size:14px;color:#0f172a;white-space:nowrap}.website-hero-float-text{font-size:12px;color:#64748b;white-space:nowrap}.website-hero-float-1{top:5%;inset-inline-end:-5%;animation-delay:0s}.website-hero-float-2{bottom:20%;inset-inline-start:-8%;animation-delay:2s}.website-hero-float-3{top:50%;inset-inline-end:-12%;animation-delay:4s}@media (max-width: 1024px){.website-hero-container{grid-template-columns:1fr;text-align:center}.website-hero-content,.website-hero-description{max-width:100%}.website-hero-actions,.website-hero-trust{justify-content:center}.website-hero-visual{order:-1;max-width:600px;margin:0 auto}}.website-section{padding:var(--website-space-4xl) 0}.website-section-alt{background:var(--website-bg-alt)}.website-section-dark{background:var(--website-bg-dark);color:var(--website-text-inverse)}.website-section-dark .website-heading-xl,.website-section-dark .website-heading-lg,.website-section-dark .website-heading-md,.website-section-dark .website-heading-sm{color:var(--website-text-inverse)}.website-section-dark .website-text-lg,.website-section-dark .website-text-base{color:#ffffffb3}.website-container{max-width:1280px;margin:0 auto;padding-inline:var(--website-space-lg)}.website-container-sm{max-width:800px}.website-section-header{text-align:center;max-width:700px;margin:0 auto var(--website-space-3xl)}.website-section-label{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--website-accent);margin-bottom:var(--website-space-md)}.website-section-header .website-heading-lg,.website-section-header h2{margin-bottom:var(--website-space-md);color:var(--website-text);text-transform:capitalize}.website-section-header .website-text-lg,.website-section-header p{color:var(--website-text-secondary);max-width:600px;margin-inline:auto;line-height:1.7}.website-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--website-space-lg)}@media (max-width: 1024px){.website-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.website-features-grid{grid-template-columns:1fr}}.website-feature-card{background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-xl);padding:var(--website-space-xl);transition:all var(--website-transition-base)}.website-feature-card:hover{transform:translateY(-4px);box-shadow:var(--website-shadow-lg);border-color:var(--website-accent)}.website-feature-icon{width:56px;height:56px;background:var(--website-accent-light);border-radius:var(--website-radius-md);display:flex;align-items:center;justify-content:center;color:var(--website-accent);margin-bottom:var(--website-space-lg)}.website-feature-icon svg{width:28px;height:28px}.website-feature-title{font-size:1.125rem;font-weight:600;color:var(--website-text);margin-bottom:var(--website-space-sm)}.website-feature-text{font-size:.9375rem;color:var(--website-text-secondary);line-height:1.6}.website-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--website-space-lg)}@media (max-width: 1024px){.website-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.website-bento-grid{grid-template-columns:1fr}}.website-bento-hero{grid-column:span 3;display:grid;grid-template-columns:1fr 1fr;gap:var(--website-space-2xl);background:linear-gradient(135deg,var(--website-bg) 0%,var(--website-bg-alt) 100%);border:1px solid var(--website-border);border-radius:var(--website-radius-2xl);padding:var(--website-space-2xl);overflow:hidden}@media (max-width: 1024px){.website-bento-hero{grid-column:span 2;grid-template-columns:1fr}}@media (max-width: 640px){.website-bento-hero{grid-column:span 1}}.website-bento-hero-content{display:flex;flex-direction:column;justify-content:center}.website-bento-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--website-accent-light);color:var(--website-accent);font-size:.8125rem;font-weight:600;border-radius:var(--website-radius-full);width:-moz-fit-content;width:fit-content;margin-bottom:var(--website-space-lg)}.website-bento-hero-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--website-text);margin-bottom:var(--website-space-md);line-height:1.2}.website-bento-hero-text{font-size:1rem;color:var(--website-text-secondary);margin-bottom:var(--website-space-xl);line-height:1.6}.website-bento-hero-stats{display:flex;gap:var(--website-space-xl)}.website-bento-stat{display:flex;flex-direction:column}.website-bento-stat-value{font-size:1.5rem;font-weight:700;color:var(--website-text);background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.website-bento-stat-label{font-size:.8125rem;color:var(--website-text-muted)}.website-bento-hero-visual{display:flex;align-items:center;justify-content:center}.website-bento-demo{background:#0f172a;border-radius:var(--website-radius-xl);overflow:hidden;width:100%;max-width:400px;box-shadow:var(--website-shadow-xl)}.website-bento-demo-header{display:flex;gap:8px;padding:12px 16px;background:#1e293b}.website-bento-demo-dot{width:12px;height:12px;border-radius:50%;background:#334155}.website-bento-demo-dot:nth-child(1){background:#ef4444}.website-bento-demo-dot:nth-child(2){background:#fbbf24}.website-bento-demo-dot:nth-child(3){background:#22c55e}.website-bento-demo-content{display:flex;padding:16px;gap:16px;min-height:180px}.website-bento-demo-sidebar{display:flex;flex-direction:column;gap:8px;width:80px}.website-bento-demo-file{height:24px;background:#1e293b;border-radius:4px}.website-bento-demo-file-active{background:var(--website-accent)}.website-bento-demo-main{flex:1;display:flex;flex-direction:column;gap:8px}.website-bento-demo-line{height:12px;background:#1e293b;border-radius:4px}.website-bento-demo-line-short{width:60%}.website-bento-demo-highlight{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#6366f133,#ec489933);border:1px solid rgba(99,102,241,.3);border-radius:8px;color:#fff;font-size:.875rem;margin-top:auto;animation:pulse 2s ease-in-out infinite}.website-bento-card{background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-xl);padding:var(--website-space-xl);transition:all var(--website-transition-base);display:flex;flex-direction:column}.website-bento-card:hover{transform:translateY(-4px);box-shadow:var(--website-shadow-lg);border-color:var(--website-accent)}.website-bento-card-wide{grid-column:span 2}@media (max-width: 640px){.website-bento-card-wide{grid-column:span 1}}.website-bento-card-row{display:flex;align-items:center;gap:var(--website-space-xl)}@media (max-width: 768px){.website-bento-card-row{flex-direction:column}}.website-bento-card-content{flex:1}.website-bento-icon{width:48px;height:48px;border-radius:var(--website-radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:var(--website-space-md)}.website-bento-icon svg{width:24px;height:24px}.website-bento-icon-green{background:#22c55e1a;color:#22c55e}.website-bento-icon-pink{background:#ec48991a;color:#ec4899}.website-bento-icon-orange{background:#f973161a;color:#f97316}.website-bento-icon-purple{background:#8b5cf61a;color:#8b5cf6}.website-bento-icon-cyan{background:#06b6d41a;color:#06b6d4}.website-bento-title{font-size:1.125rem;font-weight:600;color:var(--website-text);margin-bottom:8px}.website-bento-text{font-size:.9375rem;color:var(--website-text-secondary);line-height:1.6;margin-bottom:var(--website-space-md)}.website-bento-visual-clock{position:relative;width:80px;height:80px;margin-top:auto}.website-bento-clock-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid var(--website-border);border-radius:50%;border-top-color:#22c55e;animation:spin 3s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.website-bento-clock-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#22c55e}.website-bento-chat-preview{display:flex;flex-direction:column;gap:8px;margin-top:auto}.website-bento-chat-bubble{padding:10px 14px;border-radius:12px;font-size:.8125rem;max-width:85%}.website-bento-chat-user{background:var(--website-accent);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}[dir=rtl] .website-bento-chat-user{border-bottom-right-radius:12px;border-bottom-left-radius:4px}.website-bento-chat-bot{background:var(--website-bg-alt);color:var(--website-text);border-bottom-left-radius:4px}[dir=rtl] .website-bento-chat-bot{border-bottom-left-radius:12px;border-bottom-right-radius:4px}.website-bento-code{background:#0f172a;padding:12px 16px;border-radius:var(--website-radius-md);margin-top:auto;overflow-x:auto}.website-bento-code code{color:#22c55e;font-family:Monaco,Menlo,monospace;font-size:.75rem;white-space:nowrap}.website-bento-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.website-bento-security-badge{padding:6px 12px;background:#8b5cf61a;color:#8b5cf6;font-size:.75rem;font-weight:600;border-radius:var(--website-radius-full);border:1px solid rgba(139,92,246,.2)}.website-bento-chart{display:flex;align-items:flex-end;gap:8px;height:100px;padding:16px;background:var(--website-bg-alt);border-radius:var(--website-radius-md)}.website-bento-chart-bar{flex:1;background:var(--website-border);border-radius:4px 4px 0 0;transition:all var(--website-transition-base)}.website-bento-chart-bar-highlight{background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid))}.website-bento-card:hover .website-bento-chart-bar{background:var(--website-text-muted)}.website-bento-card:hover .website-bento-chart-bar-highlight{background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid))}.website-bento-analytics{display:flex;flex-direction:column;gap:16px;flex:1;min-width:280px}.website-bento-analytics-header{display:flex;gap:24px}.website-bento-analytics-stat{display:flex;flex-direction:column;gap:4px}.website-bento-analytics-value{font-size:1.5rem;font-weight:700;color:var(--website-primary)}.website-bento-analytics-up{color:#22c55e}.website-bento-analytics-label{font-size:.75rem;color:var(--website-text-muted);text-transform:uppercase;letter-spacing:.05em}.website-bento-analytics-chart{height:80px;position:relative}.website-bento-line-chart{width:100%;height:100%}.website-bento-chart-line{stroke-linecap:round;stroke-linejoin:round}.website-bento-chart-dot{animation:pulse 2s ease-in-out infinite}.website-bento-analytics-metrics{display:flex;gap:24px}.website-bento-metric-item{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--website-text-muted)}.website-bento-metric-dot{width:8px;height:8px;border-radius:50%}.website-bento-metric-pct{margin-inline-start:auto;font-weight:600;color:var(--website-primary)}.website-sticky-section{background:linear-gradient(180deg,#0a0f1a,#0f172a,#1a1f35 60%,#0f172a);position:relative}.website-sticky-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(99,102,241,.15) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(249,115,22,.1) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(236,72,153,.08) 0%,transparent 50%);pointer-events:none;z-index:0}.website-sticky-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;pointer-events:none;z-index:0}.website-sticky-spacer{height:300vh;position:relative;z-index:1}.website-sticky-container{position:sticky;top:0;height:100vh;display:flex;align-items:center;padding:var(--website-space-2xl) 0}.website-sticky-layout{display:grid;grid-template-columns:280px 1fr;gap:var(--website-space-3xl);align-items:start}@media (max-width: 1024px){.website-sticky-layout{grid-template-columns:1fr;gap:var(--website-space-xl)}.website-sticky-spacer{height:auto;min-height:100vh}.website-sticky-container{position:relative;height:auto}}.website-sticky-nav{position:sticky;top:120px}@media (max-width: 1024px){.website-sticky-nav{position:relative;top:0}}.website-sticky-steps{display:flex;flex-direction:column}@media (max-width: 1024px){.website-sticky-steps{flex-direction:row;justify-content:center;gap:8px;margin-bottom:var(--website-space-xl)}.website-sticky-step-line{display:none}}.website-sticky-step{display:flex;align-items:center;gap:16px;padding:16px;background:transparent;border:none;cursor:pointer;text-align:start;border-radius:var(--website-radius-lg);transition:all var(--website-transition-base)}.website-sticky-step:hover{background:#ffffff0d}.website-sticky-step.is-active{background:#ffffff1a}.website-sticky-step.is-complete .website-sticky-step-num{background:#22c55e}.website-sticky-step-num{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff9;font-weight:700;font-size:1rem;transition:all var(--website-transition-base);flex-shrink:0}.website-sticky-step.is-active .website-sticky-step-num{background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid));color:#fff}.website-sticky-step-title{color:#fff9;font-size:.9375rem;font-weight:500;transition:color var(--website-transition-base)}.website-sticky-step.is-active .website-sticky-step-title{color:#fff}.website-sticky-step-line{width:2px;height:32px;background:#ffffff1a;margin-inline-start:35px;position:relative;overflow:hidden}.website-sticky-step-progress{position:absolute;top:0;inset-inline-start:0;width:100%;height:0%;background:linear-gradient(180deg,var(--website-accent),var(--website-gradient-mid));transition:height .3s ease}.website-sticky-content{position:relative;min-height:500px}.website-sticky-panel{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:translateY(30px);transition:all .5s cubic-bezier(.16,1,.3,1)}.website-sticky-panel.is-active{opacity:1;visibility:visible;transform:translateY(0);position:relative}.website-sticky-panel-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.website-sticky-panel-text{font-size:1.125rem;color:#ffffffb3;line-height:1.6;margin-bottom:var(--website-space-xl);max-width:500px}.website-sticky-panel-visual{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--website-radius-xl);padding:var(--website-space-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.website-sticky-upload-demo{display:flex;flex-direction:column;gap:var(--website-space-lg)}.website-sticky-upload-zone{display:flex;flex-direction:column;align-items:center;gap:12px;padding:var(--website-space-xl);border:2px dashed rgba(255,255,255,.2);border-radius:var(--website-radius-lg);color:#ffffff80;text-align:center}.website-sticky-files-list{display:flex;flex-direction:column;gap:8px}.website-sticky-file{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border-radius:var(--website-radius-md)}.website-sticky-file-icon{font-size:1.25rem}.website-sticky-file-name{flex:1;color:#fff;font-size:.9375rem}.website-sticky-file-check{color:#22c55e;font-weight:700}.website-sticky-file-loader{width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:var(--website-accent);border-radius:50%;animation:spin 1s linear infinite}.website-sticky-customize-demo{display:flex;flex-direction:column;gap:var(--website-space-lg)}.website-sticky-customize-row{display:flex;flex-direction:column;gap:12px}.website-sticky-customize-label{color:#ffffffb3;font-size:.875rem;font-weight:500}.website-sticky-color-picker{display:flex;gap:12px}.website-sticky-color{width:40px;height:40px;border-radius:50%;cursor:pointer;transition:transform var(--website-transition-fast);border:3px solid transparent}.website-sticky-color:hover{transform:scale(1.1)}.website-sticky-color.is-selected{border-color:#fff;box-shadow:0 0 20px #f9731680}.website-sticky-range{display:flex;align-items:center;gap:16px;color:#fff9;font-size:.8125rem}.website-sticky-range-track{flex:1;height:8px;background:#ffffff1a;border-radius:4px;position:relative}.website-sticky-range-fill{position:absolute;inset-inline-start:0;top:0;bottom:0;width:65%;background:linear-gradient(90deg,var(--website-accent),var(--website-gradient-mid));border-radius:4px}.website-sticky-range-thumb{position:absolute;top:50%;inset-inline-start:65%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d}.website-sticky-preview-chat{margin-top:var(--website-space-md)}.website-sticky-preview-msg{padding:14px 18px;border-radius:16px;font-size:.9375rem;max-width:80%}.website-sticky-preview-bot{background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid));color:#fff;border-bottom-left-radius:4px}[dir=rtl] .website-sticky-preview-bot{border-bottom-left-radius:16px;border-bottom-right-radius:4px}.website-sticky-deploy-demo{display:flex;flex-direction:column;gap:var(--website-space-lg)}.website-sticky-code-block{background:#0f172a;border-radius:var(--website-radius-md);overflow:hidden}.website-sticky-code-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1e293b;color:#ffffffb3;font-size:.8125rem}.website-sticky-copy-btn{padding:6px 12px;background:var(--website-accent);color:#fff;border:none;border-radius:var(--website-radius-sm);font-size:.75rem;font-weight:600;cursor:pointer;transition:background var(--website-transition-fast)}.website-sticky-copy-btn:hover{background:var(--website-accent-hover)}.website-sticky-code{padding:16px;margin:0;color:#22c55e;font-family:Monaco,Menlo,monospace;font-size:.8125rem;overflow-x:auto}.website-sticky-deploy-success{display:flex;align-items:center;gap:16px;padding:var(--website-space-lg);background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--website-radius-lg)}.website-sticky-success-icon{width:48px;height:48px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.website-sticky-success-text{color:#22c55e;font-weight:600;font-size:1rem}.website-sticky-success-url{color:#ffffffb3;font-size:.875rem;margin-inline-start:auto}.website-sticky-cta{background:linear-gradient(135deg,#1e293b,#0f172a);padding:var(--website-space-3xl) 0;text-align:center}.website-sticky-cta-note{margin-top:16px;color:#ffffff80;font-size:.875rem}.website-sticky-header{text-align:center;margin-bottom:var(--website-space-3xl);padding-top:var(--website-space-xl)}.website-sticky-headline{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-top:var(--website-space-md);margin-bottom:var(--website-space-md);line-height:1.2}.website-sticky-description{font-size:1.125rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.7}.website-section-label-light{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:var(--website-space-md)}.website-sticky-headline{text-transform:capitalize}.website-sticky-big-number{font-size:clamp(5rem,15vw,8rem);font-weight:900;line-height:1;background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid),var(--website-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--website-space-xl);text-shadow:0 0 80px rgba(249,115,22,.3);transition:all .5s cubic-bezier(.16,1,.3,1)}.website-sticky-step-dot{width:12px;height:12px;border-radius:50%;background:#fff3;transition:all var(--website-transition-base);flex-shrink:0}.website-sticky-step.is-active .website-sticky-step-dot{background:var(--website-accent);box-shadow:0 0 20px #6366f180}.website-sticky-step.is-complete .website-sticky-step-dot{background:#22c55e}.website-sticky-step-label{color:#ffffff80;font-size:.9375rem;font-weight:500;transition:color var(--website-transition-base)}.website-sticky-step.is-active .website-sticky-step-label{color:#fff}.website-sticky-panel-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--website-space-2xl);align-items:center}@media (max-width: 1024px){.website-sticky-panel-inner{grid-template-columns:1fr}}.website-sticky-panel-text-wrapper{padding-inline-end:var(--website-space-lg)}.website-sticky-panel-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;margin-bottom:16px;line-height:1.2}.website-gradient-text{background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.website-sticky-panel-desc{font-size:1.125rem;color:#ffffffb3;line-height:1.6;margin-bottom:var(--website-space-lg)}.website-sticky-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.website-sticky-features li{display:flex;align-items:center;gap:12px;color:#fffc;font-size:.9375rem}.website-sticky-features li svg{color:#22c55e;flex-shrink:0}.website-sticky-browser{background:#0f172a;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a}.website-sticky-browser-bar{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#1e293b;border-bottom:1px solid rgba(255,255,255,.1)}.website-sticky-browser-dots{display:flex;gap:8px}.website-sticky-browser-dots span{width:12px;height:12px;border-radius:50%}.website-sticky-browser-dots span:nth-child(1){background:#ef4444}.website-sticky-browser-dots span:nth-child(2){background:#fbbf24}.website-sticky-browser-dots span:nth-child(3){background:#22c55e}.website-sticky-browser-url{flex:1;padding:8px 16px;background:#ffffff0d;border-radius:8px;color:#ffffff80;font-size:.8125rem}.website-sticky-browser-content{padding:24px;min-height:350px}.website-sticky-dropzone{border:2px dashed rgba(99,102,241,.3);border-radius:12px;padding:32px;text-align:center;margin-bottom:20px;transition:all var(--website-transition-base)}.website-sticky-dropzone:hover{border-color:var(--website-accent);background:#6366f10d}.website-sticky-dropzone-icon{color:var(--website-accent);margin-bottom:16px}.website-sticky-dropzone-text{color:#fff;font-size:1rem;margin-bottom:8px}.website-sticky-dropzone-hint{color:#fff6;font-size:.8125rem}.website-sticky-sources{display:flex;flex-direction:column;gap:12px}.website-sticky-source{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.website-sticky-source-icon{font-size:1.5rem}.website-sticky-source-info{flex:1;display:flex;flex-direction:column;gap:4px}.website-sticky-source-name{color:#fff;font-size:.9375rem;font-weight:500}.website-sticky-source-size{color:#ffffff80;font-size:.75rem}.website-sticky-source-status{color:#22c55e;font-size:1.25rem;font-weight:700}.website-sticky-source-progress{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.website-sticky-source-progress-bar{height:100%;width:67%;background:linear-gradient(90deg,var(--website-accent),var(--website-gradient-mid));border-radius:3px;animation:progress-pulse 1.5s ease-in-out infinite}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.6}}.website-sticky-source-percent{color:var(--website-accent);font-size:.8125rem;font-weight:600}.website-sticky-customize-view{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px}@media (max-width: 768px){.website-sticky-customize-view{grid-template-columns:1fr}}.website-sticky-settings-panel{display:flex;flex-direction:column;gap:24px}.website-sticky-setting{display:flex;flex-direction:column;gap:12px}.website-sticky-setting label{color:#ffffffb3;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.website-sticky-colors{display:flex;gap:10px}.website-sticky-color-option{width:36px;height:36px;border-radius:50%;cursor:pointer;transition:transform var(--website-transition-fast);border:3px solid transparent}.website-sticky-color-option:hover{transform:scale(1.15)}.website-sticky-color-selected{border-color:#fff;box-shadow:0 0 20px #f9731680}.website-sticky-personality{display:flex;align-items:center;gap:12px;font-size:.8125rem;color:#fff9}.website-sticky-slider-track{flex:1;height:8px;background:#ffffff1a;border-radius:4px;position:relative}.website-sticky-slider-fill{position:absolute;inset-inline-start:0;top:0;bottom:0;width:60%;background:linear-gradient(90deg,var(--website-accent),var(--website-gradient-mid));border-radius:4px}.website-sticky-slider-handle{position:absolute;top:50%;inset-inline-start:60%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0000004d}.website-sticky-chat-preview{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0003}.website-sticky-chat-header{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f97316,#ec4899)}.website-sticky-chat-avatar{width:40px;height:40px;background:#fff3;border-radius:50%}.website-sticky-chat-info{display:flex;flex-direction:column}.website-sticky-chat-name{color:#fff;font-weight:600;font-size:.9375rem}.website-sticky-chat-status{color:#fffc;font-size:.75rem}.website-sticky-chat-messages{padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.website-sticky-chat-msg{padding:12px 16px;border-radius:16px;font-size:.875rem;max-width:85%}.website-sticky-chat-bot{background:#fff;color:#1e293b;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000014}[dir=rtl] .website-sticky-chat-bot{border-bottom-left-radius:16px;border-bottom-right-radius:4px}.website-sticky-chat-user{background:linear-gradient(135deg,#f97316,#ec4899);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}[dir=rtl] .website-sticky-chat-user{border-bottom-right-radius:16px;border-bottom-left-radius:4px}.website-sticky-chat-typing{display:flex;gap:6px;padding:16px}.website-sticky-chat-typing span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.website-sticky-chat-typing span:nth-child(2){animation-delay:.2s}.website-sticky-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.website-sticky-deploy-visual{display:flex;flex-direction:column;gap:20px}.website-sticky-code-window{background:#0f172a;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.website-sticky-code-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1e293b;color:#fff9;font-size:.8125rem}.website-sticky-copy{padding:6px 12px;background:var(--website-accent);color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background var(--website-transition-fast)}.website-sticky-copy:hover{background:var(--website-accent-hover)}.website-sticky-code-content{padding:20px;margin:0;font-family:Monaco,Menlo,monospace;font-size:.875rem;overflow-x:auto}.website-sticky-code-content code{color:#fff}.website-code-tag{color:#f472b6}.website-code-attr{color:#a5b4fc}.website-code-string{color:#86efac}.website-sticky-deploy-status{display:flex;align-items:center;gap:20px;padding:24px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:16px}.website-sticky-deploy-icon{width:64px;height:64px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.website-sticky-deploy-info{display:flex;flex-direction:column;gap:4px}.website-sticky-deploy-title{color:#22c55e;font-size:1.25rem;font-weight:700}.website-sticky-deploy-url{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:.9375rem}.website-sticky-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.website-sticky-metric{display:flex;flex-direction:column;align-items:center;padding:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px}.website-sticky-metric-value{font-size:1.5rem;font-weight:700;color:#fff}.website-sticky-metric-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.website-timeline{display:flex;flex-direction:column;gap:var(--website-space-xl);max-width:700px;margin:0 auto}.website-timeline-item{display:flex;gap:var(--website-space-xl);opacity:0;transform:translateY(40px);transition:all .6s cubic-bezier(.16,1,.3,1)}.website-timeline-item.is-visible{opacity:1;transform:translateY(0)}.website-timeline-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.website-timeline-number{width:56px;height:56px;background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid),var(--website-gradient-end));background-size:200% 200%;animation:gradient-shift 4s ease infinite;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:800;box-shadow:0 10px 40px #6366f14d}.website-timeline-line{width:3px;flex:1;background:linear-gradient(180deg,var(--website-accent) 0%,rgba(99,102,241,.2) 100%);margin-top:16px;border-radius:3px}.website-timeline-content{flex:1;padding-bottom:var(--website-space-lg)}.website-timeline-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--website-radius-xl);padding:var(--website-space-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.website-timeline-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:8px}.website-timeline-text{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin-bottom:var(--website-space-lg)}.website-timeline-visual{background:#ffffff0d;border-radius:var(--website-radius-md);padding:var(--website-space-lg)}.website-timeline-upload{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff9}.website-timeline-files{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.website-timeline-file{padding:8px 12px;background:#ffffff1a;border-radius:var(--website-radius-sm);font-size:.8125rem;color:#fff}.website-timeline-customize{display:flex;flex-direction:column;gap:16px}.website-timeline-slider{display:flex;align-items:center;gap:12px;color:#ffffffb3;font-size:.875rem}.website-timeline-slider-track{flex:1;height:8px;background:#ffffff1a;border-radius:4px;position:relative}.website-timeline-slider-fill{position:absolute;inset-inline-start:0;top:0;bottom:0;width:70%;background:linear-gradient(90deg,var(--website-accent),var(--website-gradient-mid));border-radius:4px}.website-timeline-slider-thumb{position:absolute;top:50%;inset-inline-start:70%;transform:translate(-50%,-50%);width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d}.website-timeline-color-row{display:flex;gap:12px;justify-content:center}.website-timeline-color{width:32px;height:32px;border-radius:50%;cursor:pointer;transition:transform var(--website-transition-fast)}.website-timeline-color:hover{transform:scale(1.1)}.website-timeline-color-active{box-shadow:0 0 0 3px #ffffff4d}.website-timeline-deploy{display:flex;align-items:center;gap:16px;justify-content:center}.website-timeline-deploy-icon{width:48px;height:48px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse 2s ease-in-out infinite}.website-timeline-deploy-text{color:#fff;font-size:1rem;font-weight:500}.website-timeline-cta{text-align:center;margin-top:var(--website-space-2xl)}.website-timeline-cta-note{margin-top:16px;color:#ffffff80;font-size:.875rem}@media (max-width: 640px){.website-timeline-item{flex-direction:column;gap:var(--website-space-md)}.website-timeline-connector{flex-direction:row;justify-content:flex-start}.website-timeline-line{display:none}.website-timeline-number{width:48px;height:48px;font-size:1rem}}.website-pricing-toggle{display:flex;align-items:center;justify-content:center;gap:var(--website-space-md);margin-bottom:var(--website-space-2xl)}.website-pricing-toggle-label{font-size:.9375rem;font-weight:500;color:var(--website-text-secondary)}.website-pricing-toggle-label.is-active{color:var(--website-text)}.website-pricing-toggle-switch{position:relative;width:56px;height:28px;background:var(--website-border);border-radius:var(--website-radius-full);cursor:pointer;transition:background var(--website-transition-base)}.website-pricing-toggle-switch.is-yearly{background:var(--website-accent)}.website-pricing-toggle-switch:after{content:"";position:absolute;top:4px;inset-inline-start:4px;width:20px;height:20px;background:var(--website-bg);border-radius:50%;transition:transform var(--website-transition-base);box-shadow:var(--website-shadow-sm)}.website-pricing-toggle-switch.is-yearly:after{transform:translate(28px)}[dir=rtl] .website-pricing-toggle-switch.is-yearly:after{transform:translate(-28px)}.website-pricing-badge{display:inline-flex;align-items:center;padding:var(--website-space-xs) var(--website-space-sm);background:var(--website-accent);color:var(--website-text-inverse);font-size:.75rem;font-weight:600;border-radius:var(--website-radius-full)}.website-pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--website-space-lg);align-items:stretch}@media (max-width: 1280px){.website-pricing-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.website-pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.website-pricing-card{background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-xl);padding:var(--website-space-xl);display:flex;flex-direction:column;position:relative;transition:all var(--website-transition-base)}.website-pricing-card:hover{transform:translateY(-4px);box-shadow:var(--website-shadow-lg)}.website-pricing-card.is-popular{border-color:var(--website-accent);box-shadow:var(--website-shadow-lg)}.website-pricing-card.is-popular:before{content:"";position:absolute;top:0;inset-inline:0;height:4px;background:var(--website-accent);border-radius:var(--website-radius-xl) var(--website-radius-xl) 0 0}.website-pricing-popular-badge{position:absolute;top:-12px;inset-inline:0;display:flex;justify-content:center}.website-pricing-header{margin-bottom:var(--website-space-lg)}.website-pricing-tier{display:flex;align-items:center;gap:var(--website-space-sm);margin-bottom:var(--website-space-sm)}.website-pricing-tier-icon{width:20px;height:20px}.website-pricing-tier-name{font-size:1rem;font-weight:600;color:var(--website-text)}.website-pricing-price{display:flex;align-items:baseline;gap:var(--website-space-xs)}.website-pricing-amount{font-size:2.5rem;font-weight:800;color:var(--website-text);letter-spacing:-.02em}.website-pricing-period{font-size:.9375rem;color:var(--website-text-muted)}.website-pricing-cta{margin:var(--website-space-lg) 0}.website-pricing-cta .website-btn{width:100%}.website-pricing-features{flex:1}.website-pricing-features-label{font-size:.8125rem;font-weight:600;color:var(--website-text-muted);margin-bottom:var(--website-space-md)}.website-pricing-feature-list{list-style:none;margin:0;padding:0}.website-pricing-feature-item{display:flex;align-items:flex-start;gap:var(--website-space-sm);font-size:.875rem;color:var(--website-text-secondary);margin-bottom:var(--website-space-sm)}.website-pricing-feature-icon{width:16px;height:16px;color:var(--website-accent);flex-shrink:0;margin-top:2px}.website-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--website-space-lg)}@media (max-width: 1024px){.website-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.website-testimonials-grid{grid-template-columns:1fr}}.website-testimonial-card{background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-xl);padding:var(--website-space-xl)}.website-testimonial-quote{font-size:1rem;line-height:1.7;color:var(--website-text);margin-bottom:var(--website-space-lg)}.website-testimonial-author{display:flex;align-items:center;gap:var(--website-space-md)}.website-testimonial-avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.website-testimonial-info{flex:1}.website-testimonial-name{font-size:.9375rem;font-weight:600;color:var(--website-text)}.website-testimonial-role{font-size:.8125rem;color:var(--website-text-muted)}.website-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--website-space-xl)}@media (max-width: 768px){.website-stats-grid{grid-template-columns:repeat(2,1fr)}}.website-stat{text-align:center}.website-stat-value{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em}.website-stat-label{font-size:.9375rem;color:var(--website-text-secondary);margin-top:var(--website-space-sm)}.website-cta{background:linear-gradient(135deg,var(--website-bg-dark) 0%,#1e1b4b 100%);border-radius:var(--website-radius-2xl);padding:var(--website-space-4xl);text-align:center;position:relative;overflow:hidden}.website-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(99,102,241,.2) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(236,72,153,.15) 0%,transparent 50%)}.website-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.website-cta .website-heading-lg{color:var(--website-text-inverse)}.website-cta .website-text-lg{color:#ffffffb3}.website-cta-actions{display:flex;justify-content:center;gap:var(--website-space-md);margin-top:var(--website-space-xl)}.website-footer{background:var(--website-bg-dark);color:var(--website-text-inverse);padding:var(--website-space-4xl) 0 var(--website-space-xl)}.website-footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:var(--website-space-2xl);margin-bottom:var(--website-space-3xl)}@media (max-width: 1024px){.website-footer-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.website-footer-grid{grid-template-columns:1fr 1fr}}.website-footer-brand{grid-column:span 1}@media (max-width: 640px){.website-footer-brand{grid-column:span 2}}.website-footer-logo{display:flex;align-items:center;gap:var(--website-space-sm);font-size:1.25rem;font-weight:700;color:var(--website-text-inverse);text-decoration:none;margin-bottom:var(--website-space-lg)}.website-footer-description{font-size:.9375rem;color:#fff9;line-height:1.7;margin-bottom:var(--website-space-lg);max-width:280px}.website-footer-social{display:flex;gap:var(--website-space-sm)}.website-footer-social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:var(--website-radius-sm);color:var(--website-text-inverse);transition:all var(--website-transition-base)}.website-footer-social-link:hover{background:var(--website-accent);transform:translateY(-2px)}.website-footer-column-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:var(--website-space-lg)}.website-footer-links{list-style:none;margin:0;padding:0}.website-footer-link{display:block;font-size:.9375rem;color:#ffffffb3;text-decoration:none;padding:var(--website-space-xs) 0;transition:color var(--website-transition-fast)}.website-footer-link:hover{color:var(--website-text-inverse)}.website-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:var(--website-space-xl);border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 640px){.website-footer-bottom{flex-direction:column;gap:var(--website-space-md);text-align:center}}.website-footer-copyright{font-size:.875rem;color:#ffffff80}.website-footer-legal{display:flex;gap:var(--website-space-lg)}.website-footer-legal-link{font-size:.875rem;color:#ffffff80;text-decoration:none;transition:color var(--website-transition-fast)}.website-footer-legal-link:hover{color:var(--website-text-inverse)}.website-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--website-space-xl)}@media (max-width: 1024px){.website-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.website-blog-grid{grid-template-columns:1fr}}.website-blog-card{background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-xl);overflow:hidden;transition:all var(--website-transition-base)}.website-blog-card:hover{transform:translateY(-4px);box-shadow:var(--website-shadow-lg)}.website-blog-card-image{aspect-ratio:16/9;overflow:hidden}.website-blog-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--website-transition-slow)}.website-blog-card:hover .website-blog-card-image img{transform:scale(1.05)}.website-blog-card-content{padding:var(--website-space-lg)}.website-blog-card-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--website-accent);margin-bottom:var(--website-space-sm)}.website-blog-card-title{font-size:1.125rem;font-weight:600;color:var(--website-text);margin-bottom:var(--website-space-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.website-blog-card-excerpt{font-size:.9375rem;color:var(--website-text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:var(--website-space-md)}.website-blog-card-meta{display:flex;align-items:center;gap:var(--website-space-md);font-size:.8125rem;color:var(--website-text-muted)}.website-blog-post{max-width:800px;margin:0 auto}.website-blog-post-header{text-align:center;margin-bottom:var(--website-space-2xl)}.website-blog-post-image{aspect-ratio:16/9;border-radius:var(--website-radius-xl);overflow:hidden;margin-bottom:var(--website-space-2xl)}.website-blog-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.website-blog-post-content{font-size:1.0625rem;line-height:1.8;color:var(--website-text)}.website-blog-post-content h2{font-size:1.5rem;font-weight:700;margin:var(--website-space-2xl) 0 var(--website-space-md)}.website-blog-post-content h3{font-size:1.25rem;font-weight:600;margin:var(--website-space-xl) 0 var(--website-space-md)}.website-blog-post-content p{margin-bottom:var(--website-space-lg)}.website-blog-post-content ul,.website-blog-post-content ol{margin-bottom:var(--website-space-lg);padding-inline-start:var(--website-space-xl)}.website-blog-post-content li{margin-bottom:var(--website-space-sm)}.website-blog-post-content blockquote{border-inline-start:4px solid var(--website-accent);padding-inline-start:var(--website-space-lg);margin:var(--website-space-xl) 0;font-style:italic;color:var(--website-text-secondary)}.website-legal{max-width:800px;margin:0 auto;padding:120px var(--website-space-lg) var(--website-space-4xl)}.website-legal-header{margin-bottom:var(--website-space-2xl)}.website-legal-updated{font-size:.875rem;color:var(--website-text-muted);margin-top:var(--website-space-md)}.website-legal-content{font-size:1rem;line-height:1.8;color:var(--website-text-secondary)}.website-legal-content h2{font-size:1.5rem;font-weight:700;color:var(--website-text);margin:var(--website-space-2xl) 0 var(--website-space-md)}.website-legal-content h3{font-size:1.125rem;font-weight:600;color:var(--website-text);margin:var(--website-space-xl) 0 var(--website-space-sm)}.website-legal-content p{margin-bottom:var(--website-space-md)}.website-legal-content ul{margin-bottom:var(--website-space-md);padding-inline-start:var(--website-space-xl)}.website-legal-content li{margin-bottom:var(--website-space-xs)}.website-faq-list{max-width:800px;margin:0 auto}.website-faq-item{border:1px solid var(--website-border);border-radius:var(--website-radius-lg);margin-bottom:var(--website-space-md);overflow:hidden}.website-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--website-space-lg);background:var(--website-bg);border:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;color:var(--website-text);text-align:start;transition:background var(--website-transition-fast)}.website-faq-question:hover{background:var(--website-bg-alt)}.website-faq-icon{width:24px;height:24px;color:var(--website-text-muted);transition:transform var(--website-transition-base)}.website-faq-item.is-open .website-faq-icon{transform:rotate(180deg)}.website-faq-answer{padding:0 var(--website-space-lg);max-height:0;overflow:hidden;transition:all var(--website-transition-base)}.website-faq-item.is-open .website-faq-answer{padding:0 var(--website-space-lg) var(--website-space-lg);max-height:500px}.website-faq-answer-text{font-size:.9375rem;color:var(--website-text-secondary);line-height:1.7}.website-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--website-space-3xl);align-items:start}@media (max-width: 1024px){.website-contact-grid{grid-template-columns:1fr}}.website-form-group{margin-bottom:var(--website-space-lg)}.website-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--website-text);margin-bottom:var(--website-space-sm)}.website-form-input{width:100%;height:52px;padding-inline:var(--website-space-lg);font-family:inherit;font-size:1rem;color:var(--website-text);background:var(--website-bg);border:1px solid var(--website-border);border-radius:var(--website-radius-md);transition:all var(--website-transition-base)}.website-form-input::-moz-placeholder{color:var(--website-text-muted)}.website-form-input::placeholder{color:var(--website-text-muted)}.website-form-input:focus{outline:none;border-color:var(--website-accent);box-shadow:0 0 0 3px #6366f126}.website-form-textarea{height:auto;min-height:160px;padding:var(--website-space-lg);resize:vertical}.website-contact-info{display:flex;flex-direction:column;gap:var(--website-space-xl)}.website-contact-info-item{display:flex;gap:var(--website-space-md)}.website-contact-info-icon{width:48px;height:48px;background:var(--website-accent-light);border-radius:var(--website-radius-md);display:flex;align-items:center;justify-content:center;color:var(--website-accent);flex-shrink:0}.website-contact-info-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--website-text-muted);margin-bottom:var(--website-space-xs)}.website-contact-info-value{font-size:1rem;font-weight:500;color:var(--website-text)}.website-hero-logos{position:relative;z-index:2;width:100%;padding:var(--website-space-xl) 0 var(--website-space-2xl);text-align:center;margin-top:auto;border-top:1px solid var(--website-border);background:#f8fafc80}.website-logos-bar{padding:var(--website-space-2xl) 0;text-align:center;overflow:hidden}.website-logos-label{font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--website-text-muted);margin-bottom:var(--website-space-lg)}.website-logos-scroll{display:flex;align-items:center;justify-content:center;gap:var(--website-space-2xl);flex-wrap:wrap;padding:0 var(--website-space-lg)}.website-logos-scroll img{height:32px;opacity:.4;filter:grayscale(100%);transition:all var(--website-transition-base)}.website-logos-scroll img:hover{opacity:1;filter:grayscale(0%)}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.website-animate-fade-in{animation:fade-in .5s ease-out forwards}.website-animate-slide-in-left{animation:slide-in-left .5s ease-out forwards}.website-animate-slide-in-right{animation:slide-in-right .5s ease-out forwards}.website-animate-scale-in{animation:scale-in .5s ease-out forwards}.website-animate-delay-1{animation-delay:.1s}.website-animate-delay-2{animation-delay:.2s}.website-animate-delay-3{animation-delay:.3s}.website-animate-delay-4{animation-delay:.4s}.website-scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.website-scroll-reveal.is-visible{opacity:1;transform:translateY(0)}[dir=rtl] .website-nav-link:after{inset-inline-start:0}[dir=rtl] .website-form-input,[dir=rtl] .website-form-textarea{text-align:right}.website-gradient-border{position:relative;background:var(--website-bg);z-index:1}.website-gradient-border:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,var(--website-gradient-start),var(--website-gradient-mid),var(--website-gradient-end),var(--website-gradient-start));background-size:300% 300%;border-radius:inherit;z-index:-1;animation:gradient-shift 4s ease infinite}.website-gradient-border:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--website-bg);border-radius:inherit;z-index:-1}.website-btn-pulse{position:relative;overflow:visible}.website-btn-pulse:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:inherit;border-radius:inherit;opacity:0;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.4}to{transform:scale(1.15);opacity:0}}.website-glow-hover{transition:all var(--website-transition-base)}.website-glow-hover:hover{box-shadow:0 0 40px #6366f166,0 0 80px #ec489933}.website-premium-card{background:linear-gradient(135deg,#ffffffe6,#ffffffb3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 30px #0000000d,inset 0 1px #fff9}@keyframes float-enhanced{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(1deg)}75%{transform:translateY(-5px) rotate(-1deg)}}.website-float-enhanced{animation:float-enhanced 6s ease-in-out infinite}.website-shimmer{position:relative;overflow:hidden}.website-shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.website-counter{font-variant-numeric:tabular-nums}.website-trust-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#22c55e1a;color:#22c55e;font-size:.875rem;font-weight:600;border-radius:var(--website-radius-full);border:1px solid rgba(34,197,94,.2)}.website-trust-badge svg{width:16px;height:16px}.website-testimonial-premium{background:linear-gradient(135deg,var(--website-bg) 0%,var(--website-bg-alt) 100%);border-radius:var(--website-radius-xl);padding:var(--website-space-2xl);box-shadow:var(--website-shadow-lg);position:relative;overflow:hidden}.website-testimonial-premium:before{content:'"';position:absolute;top:-20px;left:20px;font-size:200px;font-family:Georgia,serif;color:var(--website-accent-light);line-height:1;opacity:.5}[dir=rtl] .website-testimonial-premium:before{left:auto;right:20px}.website-stars{display:inline-flex;gap:4px;color:#fbbf24}.website-stars svg{width:20px;height:20px;fill:currentColor}.website-social-proof{display:flex;align-items:stretch;justify-content:center;gap:0;padding:0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid var(--website-border);border-bottom:1px solid var(--website-border);flex-wrap:wrap}.website-social-proof-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--website-space-xl) var(--website-space-3xl);position:relative;flex:1;min-width:200px;transition:all var(--website-transition-base)}.website-social-proof-item:after{content:"";position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%);width:1px;height:50%;background:var(--website-border)}.website-social-proof-item:last-child:after{display:none}.website-social-proof-item:hover{background:#6366f10a}.website-social-proof-value{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2;margin-bottom:4px}.website-social-proof-label{font-size:.875rem;font-weight:500;color:var(--website-text-muted);text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.website-social-proof-item{padding:var(--website-space-lg) var(--website-space-xl);min-width:150px}.website-social-proof-item:after{display:none}}.website-cta-premium{position:relative;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);background-size:200% 200%;animation:gradient-shift 8s ease infinite;overflow:hidden}.website-cta-premium:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(99,102,241,.3) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(236,72,153,.2) 0%,transparent 50%)}.website-cta-premium:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.1) 1px,transparent 0);background-size:30px 30px}.website-urgency-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.875rem;font-weight:700;border-radius:var(--website-radius-full);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.website-live-indicator{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;height:32px;background:#22c55e1a;border-radius:var(--website-radius-full);font-size:.8125rem;font-weight:600;color:#22c55e;vertical-align:middle}.website-live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:live-pulse 2s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.website-highlight-box{position:relative;padding:var(--website-space-lg);background:linear-gradient(135deg,#6366f10d,#ec48990d);border:1px solid var(--website-accent-light);border-radius:var(--website-radius-lg)}.website-highlight-box:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid));border-radius:var(--website-radius-lg) 0 0 var(--website-radius-lg)}[dir=rtl] .website-highlight-box:before{left:auto;right:0;border-radius:0 var(--website-radius-lg) var(--website-radius-lg) 0}.website-comparison-check{width:24px;height:24px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.website-comparison-x{width:24px;height:24px;background:var(--website-bg-alt);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--website-text-muted)}.website-stat-animated{position:relative}.website-stat-animated:after{content:"+";font-size:.6em;color:#22c55e;vertical-align:top}.website-sticky-cta{position:fixed;bottom:0;left:0;right:0;padding:var(--website-space-md) var(--website-space-lg);background:var(--website-bg);border-top:1px solid var(--website-border);box-shadow:0 -4px 20px #0000001a;z-index:90;transform:translateY(100%);transition:transform var(--website-transition-base)}.website-sticky-cta.is-visible{transform:translateY(0)}.website-sticky-cta-content{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--website-space-lg)}@media (max-width: 768px){.website-sticky-cta-content{flex-direction:column;text-align:center}}.website-video-thumbnail{position:relative;border-radius:var(--website-radius-xl);overflow:hidden;cursor:pointer}.website-video-thumbnail:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;transition:background var(--website-transition-base)}.website-video-thumbnail:hover:before{background:#0006}.website-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--website-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #0000004d;transition:all var(--website-transition-base)}.website-video-thumbnail:hover .website-video-play{transform:translate(-50%,-50%) scale(1.1)}.website-video-play svg{width:32px;height:32px;color:var(--website-accent);margin-inline-start:4px}.website-ribbon{position:absolute;top:-5px;right:-5px;width:100px;height:100px;overflow:hidden;z-index:10}[dir=rtl] .website-ribbon{right:auto;left:-5px}.website-ribbon span{position:absolute;display:block;width:160px;padding:8px 0;background:linear-gradient(135deg,#f97316,#ec4899);color:#fff;font-size:.75rem;font-weight:700;text-align:center;text-transform:uppercase;transform:rotate(45deg);top:20px;right:-40px;box-shadow:0 2px 10px #0003}[dir=rtl] .website-ribbon span{transform:rotate(-45deg);right:auto;left:-40px}.website-marquee{display:flex;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.website-marquee-content{display:flex;align-items:center;gap:var(--website-space-3xl);flex-shrink:0;animation:marquee 25s linear infinite}.website-logo-text{font-weight:700;font-size:1.5rem;color:#94a3b8;white-space:nowrap;flex-shrink:0}.website-marquee:hover .website-marquee-content{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--website-space-3xl)))}}[dir=rtl] .website-marquee-content{animation-name:marquee-rtl}@keyframes marquee-rtl{0%{transform:translate(0)}to{transform:translate(calc(100% + var(--website-space-3xl)))}}.website-demo-preview{position:relative;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:var(--website-radius-xl);padding:var(--website-space-md);box-shadow:var(--website-shadow-xl)}.website-demo-preview-header{display:flex;gap:8px;margin-bottom:var(--website-space-md)}.website-demo-preview-dot{width:12px;height:12px;border-radius:50%}.website-demo-preview-dot:nth-child(1){background:#ef4444}.website-demo-preview-dot:nth-child(2){background:#fbbf24}.website-demo-preview-dot:nth-child(3){background:#22c55e}.website-demo-preview-content{background:#0f172a;border-radius:var(--website-radius-md);overflow:hidden}.website-toast{position:fixed;bottom:20px;right:20px;padding:var(--website-space-md) var(--website-space-lg);background:var(--website-bg);border-radius:var(--website-radius-lg);box-shadow:var(--website-shadow-xl);border:1px solid var(--website-border);display:flex;align-items:center;gap:var(--website-space-md);z-index:1000;animation:slide-in-up .3s ease-out}[dir=rtl] .website-toast{right:auto;left:20px}@keyframes slide-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.website-chat-widget-demo{background:var(--website-bg);border-radius:var(--website-radius-xl);box-shadow:var(--website-shadow-xl);overflow:hidden;border:1px solid var(--website-border);width:100%;max-width:480px}.website-chat-widget-header{background:linear-gradient(135deg,var(--website-accent),var(--website-gradient-mid));padding:var(--website-space-lg);color:#fff;display:flex;align-items:center;gap:var(--website-space-md)}.website-chat-widget-avatar{width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.website-chat-widget-messages{padding:var(--website-space-lg);min-height:200px;display:flex;flex-direction:column;gap:var(--website-space-md)}.website-chat-widget-message{padding:var(--website-space-md);border-radius:var(--website-radius-lg);max-width:85%;font-size:.875rem;line-height:1.5}.website-chat-widget-message.is-bot{background:var(--website-bg-alt);color:var(--website-text);border-bottom-left-radius:4px;align-self:flex-start}[dir=rtl] .website-chat-widget-message.is-bot{border-bottom-left-radius:var(--website-radius-lg);border-bottom-right-radius:4px}.website-chat-widget-message.is-user{background:var(--website-accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}[dir=rtl] .website-chat-widget-message.is-user{border-bottom-right-radius:var(--website-radius-lg);border-bottom-left-radius:4px}.website-chat-widget-typing{display:flex;gap:4px;padding:var(--website-space-md);background:var(--website-bg-alt);border-radius:var(--website-radius-lg);width:-moz-fit-content;width:fit-content}.website-chat-widget-typing span{width:8px;height:8px;background:var(--website-text-muted);border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.website-chat-widget-typing span:nth-child(2){animation-delay:.2s}.website-chat-widget-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.website-chat-widget-input{display:flex;gap:var(--website-space-sm);padding:var(--website-space-md);border-top:1px solid var(--website-border)}.website-chat-widget-input input{flex:1;padding:var(--website-space-md);background:var(--website-bg-alt);border:none;border-radius:var(--website-radius-md);font-size:.875rem;outline:none}.website-chat-widget-input button{width:44px;height:44px;background:var(--website-accent);color:#fff;border:none;border-radius:var(--website-radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--website-transition-base)}.website-chat-widget-input button:hover{background:var(--website-accent-hover)}
