@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@400;500;600;700&display=swap";:root{font-family:Inter,Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--font-header: "Outfit", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--radius-full: 9999px;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang=ka]{font-family:Noto Sans Georgian,Inter,sans-serif;--font-header: "Noto Serif Georgian", "Noto Sans Georgian", serif;line-height:1.6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;width:100%;overflow-x:hidden;background:#000;color:#fff}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}ul,ol{list-style:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent;border-radius:100px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ffffff14,#ffffff26);border-radius:100px;border:2px solid transparent;background-clip:padding-box;transition:all .3s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#fff3,#ffffff59,#fff3);border:2px solid transparent;background-clip:padding-box;box-shadow:0 0 12px #ffffff26}::-webkit-scrollbar-thumb:active{background:#fff6;box-shadow:0 0 20px #fff3}::-webkit-scrollbar-corner{background:transparent}::-webkit-scrollbar-button{display:none;width:0;height:0}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}html{scrollbar-gutter:stable}.gpu-accelerate{transform:translateZ(0);will-change:transform,opacity;backface-visibility:hidden}[style*=transform],.bento-card,.integration-item,.chat-interface,.pricing-card,.feature-card{transform:translateZ(0);backface-visibility:hidden}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.status-dot,.typing-indicator span,.typing-indicator-bubble span,.cursor{animation:none!important}*{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media(max-width:768px){.input-container,.chat-interface,.nav-container{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.bento-card,.chat-interface,.case-study-card{box-shadow:0 4px 12px #0000004d!important}.bento-card:hover,.integration-item:hover,.chat-interface:hover{transform:none!important}}@media(max-width:480px){.bento-card,.chat-interface,.case-study-card,.pricing-card{box-shadow:0 2px 8px #0003!important}.typing-indicator-bubble span,.status-dot{animation-duration:2s!important}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 2rem;transition:all .3s ease;background:transparent;border-bottom:1px solid transparent}.navbar.scrolled{padding:1rem 2rem;background:#000000e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.nav-logo{display:flex;align-items:center;z-index:1001}.nav-logo-img{height:38px;width:auto}.nav-links{display:flex;gap:2.5rem;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{font-size:.9rem;font-weight:500;color:#a1a1aa;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-actions{display:flex;align-items:center;gap:1.5rem}.nav-profile-wrapper{position:relative}.nav-profile-btn{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:99px;cursor:pointer;transition:all .2s ease;color:#fff}.nav-profile-btn:hover{background:#ffffff1a;border-color:#fff3}.nav-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#3f3f46;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#fff;flex-shrink:0}.nav-avatar img{width:100%;height:100%;object-fit:cover}.nav-profile-name{font-size:.9rem;font-weight:500;white-space:nowrap}.nav-chevron{width:16px;height:16px;color:#a1a1aa;transition:transform .2s ease}.nav-chevron.rotated{transform:rotate(180deg)}.nav-popover{position:absolute;top:calc(100% + 12px);right:0;min-width:200px;background:#141414f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:12px;box-shadow:0 12px 24px -8px #0006;z-index:100}.nav-popover-menu{display:flex;flex-direction:column;gap:4px}.nav-popover-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#d4d4d8;font-size:.9rem;font-weight:500;text-decoration:none;border:none;background:transparent;cursor:pointer;transition:all .2s ease;text-align:left}.nav-popover-btn:hover{background:#ffffff1a;color:#fff}.nav-popover-btn--danger{color:#f87171}.nav-popover-btn--danger:hover{background:#f871711a;color:#f87171}.nav-popover-divider{height:1px;background:#ffffff1a;margin:4px 8px}.mobile-profile{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:280px;padding:1.5rem;background:#141414f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px -10px #00000080}.mobile-profile .nav-avatar{width:64px;height:64px;border-radius:50%;border:2px solid rgba(255,255,255,.1)}.mobile-profile>span{font-size:1.1rem;font-weight:600;color:#fff;text-align:center}.mobile-nav-btn{width:100%;padding:.9rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#fff;text-align:center;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease;cursor:pointer}.mobile-nav-btn:hover{background:#ffffff1f;border-color:#fff3}.mobile-nav-btn.danger{background:transparent;border-color:#f871714d;color:#f87171}.mobile-nav-btn.danger:hover{background:#f871711a}.mobile-nav-btn.danger{background:#f871711a;border-color:#f8717140;color:#f87171}.mobile-nav-btn.danger:hover{background:#f8717126}.nav-btn-text{font-size:.9rem;font-weight:500;color:#fff}.nav-btn-primary{background:#fff;color:#000;padding:.65rem 1.4rem;border-radius:99px;font-size:.9rem;font-weight:600;transition:transform .2s,background .2s}.nav-btn-primary:hover{transform:scale(1.05);background:#e5e5e5}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;z-index:1001;color:#fff}.mobile-actions{display:none}@media(max-width:768px){.mobile-toggle{display:block}.desktop-only{display:none}.nav-links{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;flex-direction:column;justify-content:center;padding:2rem;gap:2rem;transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.nav-links.active{transform:translateY(0)}.nav-links a{font-size:1.5rem}.mobile-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:100%;align-items:center}}.footer{background:linear-gradient(to bottom,transparent,rgba(0,0,0,.8) 20%);position:relative;padding:60px 0 32px;margin-top:80px;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05) 20%,rgba(255,255,255,.05) 80%,transparent)}.footer-container{max-width:1100px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.footer-top{display:flex;justify-content:space-between;gap:60px;margin-bottom:40px}@media(max-width:968px){.footer-top{flex-direction:column;gap:40px}}.footer-brand{max-width:320px}.footer-logo{display:inline-block;margin-bottom:20px;transition:opacity .3s ease}.footer-logo:hover{opacity:.8}.footer-logo img{height:32px;width:auto}.footer-description{color:#ffffff80;font-size:.9rem;line-height:1.6;margin-bottom:24px;font-weight:300}.footer-socials{display:flex;gap:12px}.footer-socials a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);color:#ffffff80;transition:all .3s ease}.footer-socials a:hover{background:#ffffff14;border-color:#ffffff26;color:#fff;transform:translateY(-2px)}.footer-links-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:40px}@media(max-width:480px){.footer-links-grid{grid-template-columns:1fr;gap:32px}}.footer-links-column h4{color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;opacity:.9}.footer-links-column ul{list-style:none;padding:0;margin:0}.footer-links-column ul li{margin-bottom:12px}.footer-links-column ul li a{color:#fff6;font-size:.9rem;transition:all .2s ease;display:inline-block}.footer-links-column ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:24px;display:flex;justify-content:space-between;align-items:center;color:#ffffff4d;font-size:.8rem}@media(max-width:640px){.footer-bottom{flex-direction:column;gap:16px;text-align:center}}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#ffffff4d;transition:color .3s ease}.footer-bottom-links a:hover{color:#ffffff80}.footer-modal{display:block;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.footer-modal-content{background-color:#0a0a0a;margin:5vh auto;padding:3rem;border:1px solid rgba(255,255,255,.1);width:90%;max-width:900px;height:90vh;border-radius:24px;box-shadow:0 40px 80px -20px #000c;display:flex;flex-direction:column;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.footer-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-shrink:0}.footer-modal h2{color:#fff;font-size:2rem;font-weight:700;margin:0;text-align:left;letter-spacing:-.01em}.footer-modal-close{color:#6e6e73;font-size:2rem;line-height:1;font-weight:400;cursor:pointer;transition:color .2s ease;padding:.5rem;border-radius:50%;background:#ffffff0d;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.footer-modal-close:hover{color:#fff;background:#ffffff1a}.footer-modal-body{margin-top:0;color:#a1a1a6;font-size:1.05rem;line-height:1.7;overflow-y:auto;padding-right:1.5rem;flex-grow:1;font-family:inherit;text-align:left}.footer-modal-body::-webkit-scrollbar{width:8px}.footer-modal-body::-webkit-scrollbar-track{background:transparent}.footer-modal-body::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.footer-modal-body strong{color:#fff;display:block;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}@media(max-width:600px){.footer-modal-content{width:100%;height:100%;margin:0;border-radius:0;padding:1.5rem}.footer-modal-header{margin-bottom:1.5rem}.footer-modal h2{font-size:1.75rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 2rem 2rem;background:#000;color:#fff}.hero-content{text-align:center;max-width:800px;width:100%;position:relative;z-index:2}.hero-title{font-family:var(--font-header);font-size:clamp(2rem,5vw,4rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;margin-bottom:2rem;color:#fff;text-align:center;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.text-gradient{background:linear-gradient(135deg,#fff 20%,#999);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-input-wrapper{max-width:680px;margin:0 auto 2.5rem;position:relative;width:100%}.input-container{position:relative;background:#ffffff14;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.05);padding:.5rem .75rem;display:flex;align-items:center;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;min-height:64px;transform:translateZ(0);will-change:background,border-color}.input-container:focus-within{background:#ffffff1f;border-color:#fff3;box-shadow:0 12px 24px #0000004d}.input-inner{flex:1;position:relative;display:flex;align-items:center}.hero-input{width:100%;border:none;padding:0 1.5rem;font-size:1.1rem;outline:none;background:transparent;color:#fff;line-height:1.5;position:relative;z-index:2}.hero-input::placeholder{color:transparent}.placeholder-wrapper{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;z-index:1}.animated-placeholder{color:#666;font-size:1.1rem;font-weight:400}.cursor{display:inline-block;width:2px;height:1.3rem;background:#666;margin-left:1px;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.input-btn{background:#fff;color:#000;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);flex-shrink:0;margin-right:.25rem}.input-btn:hover{background:#e5e5e5;transform:scale(1.05)}@media(max-width:768px){.hero{padding:5rem 1.25rem 2rem}.hero-title{font-size:2.25rem;margin-bottom:1.5rem}.hero-input-wrapper{max-width:100%}.input-container{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);min-height:56px}.input-btn{width:40px;height:40px}}@media(max-width:480px){.hero{padding:4.5rem 1rem 1.5rem}.hero-title{font-size:1.75rem;line-height:1.2}.hero-input{font-size:1rem;padding:0 1rem}.animated-placeholder{font-size:1rem}.input-container{backdrop-filter:none;-webkit-backdrop-filter:none;background:#ffffff1a}}.partners-section{padding:4rem 2rem;background:#000;border-bottom:1px solid rgba(255,255,255,.05)}.partners-container{max-width:1200px;margin:0 auto;text-align:center}.partners-title{color:#fff6;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3rem;font-weight:500}.partners-grid{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.partner-item{display:flex;align-items:center;justify-content:center;filter:grayscale(100%) brightness(.8) contrast(1.2);opacity:.6;transition:all .3s ease;height:40px}.partner-item:hover{filter:grayscale(0%) brightness(1);opacity:1}.partner-item img{max-height:100%;max-width:150px;object-fit:contain;width:auto}@media(max-width:768px){.partners-grid{gap:2rem}.partner-item{height:30px;flex-basis:40%}}.about-section{padding:6rem 2rem;background:#000;color:#fff;position:relative}.about-container{max-width:1200px;margin:0 auto}.about-intro{text-align:center;max-width:800px;margin:0 auto 4rem;padding:0 1rem}.about-intro h2{font-family:var(--font-header);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(180deg,#fff,#999);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;word-wrap:break-word;overflow-wrap:break-word}.about-intro p{font-size:clamp(1rem,2vw,1.25rem);color:#a1a1aa;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{padding:2rem;border-radius:24px;background:#0f0f0f;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(255,255,255,.05)}.feature-card:hover{background:#141414;box-shadow:0 10px 20px -5px #0006;border-color:#ffffff1a;transform:translateY(-4px)}.feature-icon{width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff}.feature-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:#fff}.feature-card p{font-size:.95rem;color:#888;line-height:1.5}@media(max-width:900px){.about-section{padding:4rem 1.5rem}.about-intro{margin-bottom:3rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:600px){.about-section{padding:3rem 1rem}.about-intro{margin-bottom:2rem}.about-intro h2{font-size:1.75rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem}}.business-section{padding:6rem 2rem 8rem;position:relative;background:#030303;color:#fff;overflow:hidden}.business-container{max-width:1200px;margin:0 auto;position:relative;z-index:10;width:100%}.business-header{text-align:center;max-width:800px;margin:0 auto 3rem}.business-label{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff08;padding:.4rem 1rem;border-radius:99px;font-size:.9rem;color:#fff9;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.08)}.business-header h2{font-family:var(--font-header);font-size:clamp(1.75rem,5vw,4rem);font-weight:600;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em;color:#fff;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.gradient-text{background:linear-gradient(135deg,#fff,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.3rem;color:#ffffff80;line-height:1.6;max-width:600px;margin:0 auto}.integrations-showcase{text-align:center;margin-bottom:3rem}.integrations-showcase h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:1.5rem;font-weight:500}.integrations-grid{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.integration-item{display:flex;align-items:center;gap:.6rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:.75rem 1.25rem;border-radius:99px;transition:all .3s ease}.integration-item:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.integration-icon{color:#fff9}.integration-item span{font-size:.9rem;color:#ffffffb3;font-weight:500}.business-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.business-text-col h2{font-family:var(--font-header);font-size:3.5rem;font-weight:600;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em;color:#fff}.business-text-col .lead{font-size:1.25rem;color:#ffffff80;margin-bottom:3rem;line-height:1.6}.case-study-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:2rem;margin-bottom:2.5rem;position:relative;overflow:hidden}.case-study-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#10b981,#3b82f6)}.case-study-header{margin-bottom:1.5rem}.case-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#10b981;font-weight:600;display:block;margin-bottom:.5rem}.case-study-card h4{font-size:1.5rem;font-weight:600;color:#fff}.case-study-stats{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1.25rem;background:#0000004d;border-radius:16px}.stat-item{text-align:center;flex:1}.stat-value{font-size:2.25rem;font-weight:700;color:#fff;line-height:1;font-family:var(--font-header)}.stat-label{font-size:.85rem;color:#ffffff80;margin-top:.25rem}.stat-divider{width:1px;height:40px;background:#ffffff1a}.case-study-features{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff9}.feature-item svg{color:#10b981;flex-shrink:0}.case-quote{font-size:.95rem;color:#fff6;font-style:italic;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.benefit-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.benefit-list li{display:flex;gap:1.2rem;align-items:flex-start}.benefit-list .icon{color:#fff;background:#ffffff0d;padding:12px;border-radius:16px;box-sizing:content-box}.benefit-list strong{display:block;font-size:1.1rem;margin-bottom:.2rem;color:#fff;font-weight:500}.benefit-list p{color:#fff6;font-size:.95rem}.cta-group{margin-top:1rem}.platform-icons-list{display:flex;gap:.8rem;margin-top:.5rem;color:#fff6}.btn-white-pill{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background-color:#fff;color:#000;padding:1rem 2rem;border-radius:99px;font-weight:600;font-size:1rem;font-family:inherit;transition:transform .2s,background-color .2s,gap .2s;border:none;cursor:pointer;text-decoration:none}.btn-white-pill:hover{transform:scale(1.02);background-color:#e5e5e5;gap:.8rem}.btn-white-pill:active{transform:scale(.98)}.business-demo-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:sticky;top:2rem}.mobile-cta{display:none;margin-top:2rem;text-align:center}.chat-interface{width:420px;max-width:100%;background:#111111f2;border-radius:32px;overflow:hidden;position:relative;z-index:2;box-shadow:0 12px 24px -8px #0006;display:flex;flex-direction:column;transform:translateZ(0);will-change:transform;backface-visibility:hidden}@media(hover:hover){.chat-interface{transition:transform .3s ease}.chat-interface:hover{transform:translateY(-4px) translateZ(0)}}.chat-header{padding:1.25rem;background:#111111e6;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.avatar{width:40px;height:40px;background:#222;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.avatar-logo{width:24px;height:auto;object-fit:contain}.header-info{display:flex;flex-direction:column}.header-info .name{color:#fff;font-weight:600;font-size:.95rem}.header-info .status{color:#10b981;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.4rem}.status-dot{width:6px;height:6px;background:#10b981;border-radius:50%;animation:pulse 2s step-start infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-body{flex:1;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#0a0a0a80;overflow-y:auto}.message{padding:.8rem 1.1rem;border-radius:18px;max-width:85%;font-size:.95rem;line-height:1.4}.message.user{background:#fff;color:#000;align-self:flex-end;border-bottom-right-radius:4px}.message.bot{background:#ffffff1a;color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.action-badge{display:inline-flex;align-items:center;gap:.5rem;background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981;padding:.5rem 1rem;border-radius:99px;font-size:.8rem;font-weight:500;align-self:flex-start;animation:fadeSlideIn .5s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-indicator-bubble{padding:.8rem 1.1rem;background:#ffffff1a;border-radius:18px;align-self:flex-start;width:fit-content;display:flex;gap:4px}.typing-indicator-bubble span{width:6px;height:6px;background:#555;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.typing-indicator-bubble span:nth-child(1){animation-delay:0s}.typing-indicator-bubble span:nth-child(2){animation-delay:.15s}.typing-indicator-bubble span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{opacity:.4}40%{opacity:1}}.chat-input-area{padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.8rem;background:#111111e6}.input-mockup{flex:1;background:#ffffff0d;padding:.85rem 1.1rem;border-radius:99px;color:#666;font-size:.95rem;border:1px solid rgba(255,255,255,.1)}.send-btn{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s}.send-btn:hover{transform:scale(1.05)}@media(max-width:1024px){.business-header h2{font-size:2.75rem}.case-study-features{grid-template-columns:1fr}}@media(max-width:900px){.business-section{padding:4rem 1.5rem}.business-content{grid-template-columns:1fr;gap:2.5rem}.business-header h2{font-size:2.25rem}.business-demo-col{position:static;display:flex;justify-content:center}.cta-group{display:none}.mobile-cta{display:block}.chat-interface{width:100%;max-width:360px;height:auto;min-height:450px;border-radius:24px}}@media(max-width:600px){.business-section{padding:3rem 1rem}.business-header h2{font-size:1.75rem;line-height:1.2}.section-subtitle{font-size:1rem}.integrations-grid{gap:.5rem}.integration-item{padding:.5rem .75rem;font-size:.8rem}.case-study-stats{flex-direction:column;gap:1rem;padding:1rem}.stat-value{font-size:1.75rem}.stat-divider{width:60px;height:1px}.chat-interface{max-width:100%;border-radius:20px}.chat-header,.chat-body{padding:1rem}}.pricing-section{padding:8rem 2rem;background:#000;color:#fff;position:relative;overflow:hidden}.pricing-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 60%);pointer-events:none}.pricing-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h2{font-family:var(--font-header);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;letter-spacing:-.03em;color:#fff;text-align:center}.pricing-header p{color:#ffffff80;font-size:1.15rem;margin-bottom:2rem}.toggle-container{display:inline-flex;background:#ffffff0d;padding:4px;border-radius:99px;border:1px solid rgba(255,255,255,.05)}.toggle-container button{background:transparent;border:none;padding:.6rem 1.5rem;border-radius:99px;font-weight:500;font-size:.95rem;color:#fff9;cursor:pointer;transition:all .3s}.toggle-container button.active{background:#fff;color:#000;box-shadow:0 4px 12px #0003}.legend-container{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff9}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:32px;padding:2.5rem;display:flex;flex-direction:column;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1)}.pricing-card:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translateY(-6px);box-shadow:0 20px 40px -10px #00000080}.pricing-card.highlighted{background:#ffffff0d;border-color:#ffffff26;box-shadow:0 0 60px #6366f11a}.pricing-card.highlighted:hover{border-color:#ffffff40}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.75rem;font-weight:600;padding:.4rem 1rem;border-radius:99px;text-transform:uppercase;letter-spacing:.05em}.card-top{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.06)}.card-top h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#fff}.card-desc{color:#fff6;font-size:.9rem;margin-bottom:1.5rem}.price-row{display:flex;align-items:baseline;gap:4px}.price{font-size:3rem;font-weight:700;color:#fff;line-height:1}.period{font-size:1rem;color:#fff6}.card-features{flex:1;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#ffffffb3}.feature-item.no{color:#ffffff4d}.feature-item.no span{text-decoration:line-through;text-decoration-color:#ffffff26}.status-icon{flex-shrink:0}.status-icon.yes{color:#10b981}.status-icon.no{color:#fff3}.status-icon.limited{color:#f59e0b}.status-icon.extended{color:#3b82f6}.status-icon.unlimited{color:#8b5cf6}.card-cta{width:100%;padding:1rem;border-radius:99px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:none}.card-cta.primary{background:#fff;color:#000}.card-cta.primary:hover{background:#e5e5e5;transform:scale(1.02)}.card-cta.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.15)}.card-cta.secondary:hover{background:#ffffff0d;border-color:#ffffff4d}.business-pricing{max-width:900px;margin:0 auto}.business-table-wrapper{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:24px;overflow:hidden}.business-table{width:100%;border-collapse:collapse}.business-table th{text-align:left;padding:1.5rem 2rem;color:#fff6;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid rgba(255,255,255,.06)}.business-table td{padding:1.5rem 2rem;color:#fffc;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.04)}.business-table tr:last-child td{border-bottom:none}.model-name{font-weight:600;color:#fff;font-family:monospace;background:#ffffff0d;padding:.3rem .8rem;border-radius:6px}.per-unit{color:#ffffff4d;font-size:.85rem}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.06);background:#ffffff05}.table-footer p{color:#fff6;font-size:.9rem}.contact-sales-btn{background:#fff;color:#000;padding:.75rem 2rem;border-radius:99px;font-weight:600;font-size:.9rem;transition:all .2s;text-decoration:none}.contact-sales-btn:hover{transform:scale(1.02);background:#e5e5e5}@media(max-width:900px){.pricing-section{padding:4rem 1.5rem}.pricing-section:before{display:none}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.highlighted{order:1}.legend-container{gap:1rem}.business-table-wrapper{overflow-x:auto}.business-table th,.business-table td{padding:1rem;white-space:nowrap}.table-footer{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:600px){.pricing-section{padding:3rem 1rem}.pricing-header h2{font-size:1.75rem}.pricing-card{padding:1.5rem;border-radius:20px}.price{font-size:2.25rem}}.b2c-disclaimer-wrapper{grid-column:1 / -1;display:flex;justify-content:center;margin-bottom:2.5rem}.b2c-disclaimer{display:flex;align-items:center;gap:1rem;background:#6366f114;border:1px solid rgba(99,102,241,.2);padding:.75rem 1.5rem;border-radius:99px;color:#ffffffe6;font-size:.95rem}.disclaimer-icon{color:#818cf8}.disclaimer-badge{background:#6366f1;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:6px;margin-right:.75rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:600px){.b2c-disclaimer{flex-direction:column;padding:1.25rem;border-radius:20px;text-align:center;gap:.75rem}.disclaimer-badge{display:inline-block;margin-right:0;margin-bottom:.5rem}}.business-page{background:#000;color:#fff;min-height:100vh;overflow-x:hidden}.bp-container{max-width:1100px;margin:0 auto;padding:0 2rem}.bp-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:6rem 2rem 4rem;overflow:hidden}.bp-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;width:100%;position:relative;z-index:10}.bp-hero-text{max-width:520px}.bp-hero-text h1{font-family:var(--font-header);font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:600;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.bp-hero-highlight{display:block;color:#ffffff80}.bp-hero-text p{font-size:1.1rem;color:#ffffff73;line-height:1.7;margin-bottom:2rem}.bp-hero-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.bp-btn-primary{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:#000;padding:.9rem 1.75rem;border-radius:99px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.bp-btn-primary:hover{transform:scale(1.02);gap:.85rem}.bp-btn-lg{padding:1rem 2rem}.bp-hero-note{font-size:.85rem;color:#ffffff4d}.bp-device{display:flex;flex-direction:column;align-items:center}.bp-device-frame{width:260px;height:520px;background:#111;border-radius:40px;padding:8px;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px -15px #00000080;transition:transform .4s ease,box-shadow .4s ease;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg)}.bp-device-frame:hover{transform:perspective(1000px) rotateY(0) rotateX(0) translateY(-8px);box-shadow:0 40px 80px -20px #0009}.bp-device-frame:before{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:60px;height:20px;background:#000;border-radius:10px;z-index:20}.bp-device-screen{background:#0a0a0a;border-radius:34px;height:100%;display:flex;flex-direction:column;overflow:hidden}.bp-status-bar{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.25rem .4rem;font-size:.7rem;font-weight:600;color:#fff}.bp-status-icons{display:flex;gap:4px;align-items:center}.bp-battery{width:20px;height:9px;border:1.5px solid rgba(255,255,255,.5);border-radius:2px;position:relative}.bp-battery:before{content:"";position:absolute;left:2px;top:2px;bottom:2px;width:60%;background:#fff;border-radius:1px}.bp-app-header{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;border-bottom:1px solid rgba(255,255,255,.06)}.bp-app-avatar{width:32px;height:32px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.bp-app-avatar img{width:18px;height:auto}.bp-app-info{display:flex;flex-direction:column}.bp-app-name{font-weight:600;font-size:.85rem}.bp-app-status{font-size:.65rem;color:#fff6;display:flex;align-items:center;gap:.3rem}.bp-online-dot{width:5px;height:5px;background:#22c55e;border-radius:50%}.bp-chat-area{flex:1;padding:.9rem;display:flex;flex-direction:column;justify-content:center;min-height:220px}.bp-chat-thread{display:flex;flex-direction:column;gap:.5rem}.bp-bubble{padding:.65rem .9rem;border-radius:16px;font-size:.8rem;line-height:1.4;max-width:88%}.bp-bubble-user{background:#fff;color:#000;align-self:flex-end;border-bottom-right-radius:4px;min-height:2rem}.bp-cursor{animation:blink .8s infinite;color:#999}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.bp-bubble-bot{background:#ffffff14;color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.bp-actions-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.bp-action-pill{display:inline-flex;align-items:center;gap:.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;padding:.25rem .5rem;border-radius:99px;font-size:.6rem;font-weight:500}.bp-input-bar{padding:.6rem .9rem;display:flex;align-items:center;gap:.5rem;border-top:1px solid rgba(255,255,255,.06)}.bp-input-field{flex:1;padding:.55rem .85rem;background:#ffffff0d;border-radius:99px;font-size:.75rem;color:#ffffff40}.bp-send-circle{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000}.bp-demo-nav{display:flex;gap:.5rem;margin-top:1.25rem}.bp-nav-dot{width:6px;height:6px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .2s ease}.bp-nav-dot.active{background:#fff;transform:scale(1.4)}.bp-industries{padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.bp-industries-label{text-align:center;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#ffffff4d;margin-bottom:1.25rem;font-weight:500}.bp-industries-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem}.bp-industry-chip{display:flex;align-items:center;gap:.4rem;background:transparent;border:1px solid rgba(255,255,255,.1);padding:.5rem .9rem;border-radius:99px;transition:all .2s ease;color:#ffffff80}.bp-industry-chip:hover{border-color:#fff3;color:#fffc}.bp-industry-chip span{font-size:.8rem;font-weight:500}.bp-industry-more{border-style:dashed}.bp-problem{padding:4rem 0}.bp-problem-grid{display:flex;align-items:stretch;justify-content:center;gap:2rem;max-width:900px;margin:0 auto}.bp-problem-card,.bp-solution-card{flex:1;padding:2rem;border-radius:24px;text-align:center}.bp-problem-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06)}.bp-problem-stat{font-family:var(--font-header);font-size:4rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.75rem}.bp-problem-card p{font-size:.95rem;color:#ffffff73;line-height:1.6;margin-bottom:1.5rem}.bp-problem-card strong{color:#ffffffb3}.bp-mini-bars{display:flex;flex-direction:column;gap:.4rem}.bp-mini-bar{height:4px;background:linear-gradient(90deg,#ffffff4d,#ffffff1a);border-radius:2px}.bp-arrow-divider{display:flex;align-items:center;justify-content:center;color:#fff3}.bp-solution-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06)}.bp-solution-icon{width:52px;height:52px;background:#ffffff0d;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1rem}.bp-solution-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.bp-solution-card p{font-size:.95rem;color:#ffffff73;line-height:1.6}.bp-workflow{padding:2rem 0 4rem}.bp-workflow-visual{display:flex;justify-content:center;align-items:center;gap:0}.bp-workflow-step{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:0 1.5rem}.bp-workflow-icon{width:48px;height:48px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff9}.bp-workflow-step span{font-size:.8rem;font-weight:500;color:#ffffff80}.bp-workflow-line{width:40px;height:1px;background:#ffffff26;transform-origin:left}.bp-savings{padding:4rem 0;background:#ffffff03}.bp-savings-header{text-align:center;margin-bottom:2.5rem}.bp-savings-header h2{font-family:var(--font-header);font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.bp-savings-header p{font-size:.9rem;color:#fff6}.bp-chart{max-width:600px;margin:0 auto;padding:2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px}.bp-chart-bars{display:flex;justify-content:space-around;align-items:flex-end;height:220px;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1rem;overflow:visible}.bp-chart-col{display:flex;flex-direction:column;align-items:center;gap:.5rem}.bp-bar-stack{display:flex;align-items:flex-end;gap:4px;height:140px}.bp-bar{width:20px;border-radius:4px 4px 0 0;position:relative;display:flex;justify-content:center}.bp-bar-before{background:#ffffff26}.bp-bar-after{background:#fff}.bp-bar-val{position:absolute;top:-20px;font-size:.65rem;color:#ffffff80;font-weight:500}.bp-chart-day{font-size:.75rem;color:#fff6}.bp-chart-legend{display:flex;justify-content:center;gap:2rem}.bp-chart-legend span{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#ffffff80}.bp-dot{width:10px;height:10px;border-radius:2px}.bp-dot-before{background:#ffffff26}.bp-dot-after{background:#fff}.bp-stats-row{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:3rem}.bp-stat-item{text-align:center}.bp-stat-num{display:block;font-family:var(--font-header);font-size:2.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.bp-stat-text{font-size:.85rem;color:#fff6}.bp-stat-divider{width:1px;height:40px;background:#ffffff1a}.bp-capabilities{padding:4rem 0}.bp-cap-header{text-align:center;margin-bottom:2rem}.bp-cap-header h2{font-family:var(--font-header);font-size:1.75rem;font-weight:600}.bp-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.bp-cap-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:all .2s ease}.bp-cap-card:hover{background:#ffffff0a;border-color:#ffffff1a}.bp-cap-icon{width:40px;height:40px;background:#ffffff0d;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff9;flex-shrink:0}.bp-cap-text h4{font-size:.95rem;font-weight:600;margin-bottom:.2rem}.bp-cap-text p{font-size:.8rem;color:#fff6;line-height:1.4}.bp-cta{padding:4rem 0 6rem}.bp-cta-box{max-width:600px;margin:0 auto;text-align:center;padding:3rem 2.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:28px}.bp-cta-box h2{font-family:var(--font-header);font-size:1.75rem;font-weight:600;margin-bottom:.75rem}.bp-cta-box>p{font-size:1rem;color:#ffffff73;line-height:1.6;margin-bottom:1.75rem}.bp-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.bp-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;color:#ffffff80;padding:.9rem 1.25rem;font-weight:500;text-decoration:none;transition:color .2s ease;font-size:.9rem}.bp-btn-secondary:hover{color:#fff}.bp-cta-trust{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.bp-cta-trust span{font-size:.8rem;color:#ffffff59}@media(max-width:1024px){.bp-hero-inner{grid-template-columns:1fr;text-align:center;gap:3rem}.bp-hero-text{max-width:550px;margin:0 auto}.bp-hero-cta{justify-content:center}.bp-device{order:-1}.bp-cap-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.bp-hero{padding:5rem 1.5rem 3rem;min-height:auto}.bp-container{padding:0 1.5rem}.bp-device-frame{width:240px;height:480px}.bp-problem-grid{flex-direction:column;max-width:400px}.bp-arrow-divider{transform:rotate(90deg);padding:.5rem 0}.bp-workflow-visual{flex-direction:column;gap:1rem}.bp-workflow-line{width:1px;height:20px;transform-origin:top}.bp-workflow-step{padding:0}.bp-stats-row{flex-direction:column;gap:1.5rem}.bp-stat-divider{width:40px;height:1px}.bp-cap-grid{grid-template-columns:1fr}.bp-savings,.bp-capabilities,.bp-cta{padding:3rem 0}}@media(max-width:480px){.bp-hero-text h1{font-size:1.8rem}.bp-problem-stat{font-size:3rem}.bp-chart{padding:1.5rem 1rem}.bp-bar{width:16px}.bp-cta-box{padding:2rem 1.5rem}.bp-cta-buttons{flex-direction:column;align-items:center}.bp-btn-primary.bp-btn-lg{width:100%;max-width:260px;justify-content:center}.bp-cta-trust{flex-direction:column;gap:.5rem}}.demo-page{min-height:100vh;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;position:relative}.demo-nav{padding:2rem;position:absolute;top:0;left:0;z-index:1100}.demo-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s ease}.demo-back-link:hover{color:#fff}.demo-container{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;position:relative;z-index:10}.demo-grid{display:grid;grid-template-columns:1fr 480px;gap:5rem;align-items:start}.demo-left-column{position:sticky;top:4rem;align-self:start;height:fit-content}.demo-header-section{margin-bottom:3rem}.demo-header-section h1{font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.1;color:#fff}.demo-intro{font-size:1.15rem;line-height:1.6;color:#ffffffb3;max-width:90%;font-weight:400}.expectations-section{margin-bottom:3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.expectations-section h3{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:1.5rem;color:#ffffff80}.expectations-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.expectations-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.5;color:#fffc}.bullet-dot{width:6px;height:6px;background:#fff;border-radius:50%;margin-top:10px;flex-shrink:0;opacity:.6}.demo-faq-desktop{margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.faq-section h3{font-size:1.1rem;margin-bottom:1.5rem;color:#ffffffe6}.faq-item{margin-bottom:1.5rem}.faq-item h4{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.faq-item p{font-size:.9rem;color:#fff9;line-height:1.5}.demo-faq-mobile{display:none}.demo-form-wrapper{display:flex;flex-direction:column;gap:1.5rem}.demo-form-card{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:2rem;box-shadow:0 8px 32px #00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.demo-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;font-weight:500;color:#ffffffb3}.optional-text{color:#fff6;font-weight:400;margin-left:.25rem}.form-group input,.form-group select,.form-group textarea{background:#0a0a0a;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:.75rem 1rem;color:#fff;font-size:.95rem;transition:border-color .2s;outline:none;width:100%;font-family:inherit}.form-group textarea{resize:vertical;min-height:80px;line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#fff6}.form-group textarea::placeholder{color:#fff6}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-error-banner{display:flex;align-items:center;gap:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ff6b6b;padding:.875rem 1rem;border-radius:12px;margin-bottom:.5rem;font-size:.9rem}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea,.input-error{border-color:#ef444480!important;background:#ef44440d!important}.field-error{color:#ff6b6b;font-size:.8rem;margin-top:.25rem;display:block}.demo-submit-btn{background:#fff;color:#000;border:none;padding:1rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.demo-submit-btn:hover:not(:disabled){background:#e5e5e5;transform:translateY(-1px)}.demo-submit-btn:disabled{opacity:.7;cursor:not-allowed}.demo-submit-btn.submitting{background:#ffffffe6}.spin-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.assurance-block{margin-top:1rem;padding:0 .5rem}.assurance-block h4{font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:.75rem}.assurance-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.assurance-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#ffffffb3;line-height:1.4}.assurance-list li svg{color:#10b981;flex-shrink:0;margin-top:2px}.compliance-text{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#fff6}.social-proof-strip{margin-top:.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.08);text-align:left}.social-proof-strip p{font-size:.85rem;color:#ffffff80;line-height:1.4;font-style:italic}.demo-success-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.demo-success-content h1{font-size:2rem;margin-bottom:1rem;color:#fff}.demo-success-content p{color:#fff9;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.5}.demo-success-icon{color:#10b981;margin-bottom:1.5rem}.demo-back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:500}@media(max-width:900px){.demo-grid{grid-template-columns:1fr;gap:3rem}.demo-left-column{position:static}.demo-header-section{margin-bottom:2rem}.demo-faq-desktop{display:none}.demo-faq-mobile{display:block;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}}@media(max-width:600px){.demo-container{padding-top:5rem;padding-left:1.5rem;padding-right:1.5rem}.form-row{grid-template-columns:1fr}.demo-header-section h1{font-size:1.75rem}.demo-form-card{padding:1.5rem}}.workspace-page{background:#000;color:#fff;min-height:100vh;overflow-x:hidden}.ws-container{max-width:1100px;margin:0 auto;padding:0 2rem}.ws-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:6rem 2rem 4rem;overflow:hidden}.ws-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;width:100%;position:relative;z-index:10;gap:3rem}.ws-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);padding:.4rem 1rem;border-radius:99px;font-size:.8rem;font-weight:500;color:#ffffffb3;letter-spacing:.03em}.ws-hero-badge svg{color:#fff9}.ws-hero-text h1{font-family:var(--font-header);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.ws-hero-text h1 .ws-gradient-text{background:linear-gradient(135deg,#fff,#a1a1a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ws-hero-text p{font-size:1.15rem;color:#ffffff73;line-height:1.7;max-width:600px;margin:0 auto 2rem}.ws-hero-cta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.ws-btn-primary{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:#000;padding:.9rem 1.75rem;border-radius:99px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 20px #ffffff1a}.ws-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fff3}.ws-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;color:#fff9;padding:.9rem 1.75rem;border-radius:99px;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.ws-btn-secondary:hover{color:#fff;border-color:#ffffff40}.ws-browser-mockup{width:100%;max-width:780px;margin:0 auto;perspective:1200px}.ws-browser-frame{background:#0d0d0d;border-radius:16px;border:1px solid rgba(255,255,255,.08);overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d;transform:perspective(1200px) rotateX(4deg);transition:transform .5s ease,box-shadow .5s ease}.ws-browser-frame:hover{transform:perspective(1200px) rotateX(0) translateY(-8px);box-shadow:0 40px 80px -20px #0009,0 0 0 1px #ffffff14,inset 0 1px #ffffff0d}.ws-browser-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06)}.ws-browser-dots{display:flex;gap:6px}.ws-browser-dot{width:10px;height:10px;border-radius:50%;background:#ffffff26}.ws-browser-url{flex:1;display:flex;align-items:center;justify-content:center;padding:.3rem .75rem;background:#ffffff0a;border-radius:6px;font-size:.7rem;color:#ffffff4d;margin:0 2rem}.ws-browser-content{min-height:340px;position:relative;overflow:hidden}.ws-doc-editor{display:flex;height:340px}.ws-doc-sidebar{width:180px;background:#ffffff05;border-right:1px solid rgba(255,255,255,.06);padding:1rem .75rem;display:flex;flex-direction:column;gap:.35rem}.ws-doc-sidebar-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:8px;font-size:.72rem;color:#fff6;transition:all .2s ease;cursor:default}.ws-doc-sidebar-item.active{background:#ffffff14;color:#ffffffe6}.ws-doc-sidebar-item svg{flex-shrink:0}.ws-doc-main{flex:1;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.ws-doc-toolbar{display:flex;align-items:center;gap:.35rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.ws-doc-toolbar-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#ffffff4d;transition:all .15s ease;cursor:default}.ws-doc-toolbar-btn:hover{background:#ffffff0d;color:#fff9}.ws-doc-toolbar-divider{width:1px;height:16px;background:#ffffff0f;margin:0 .25rem}.ws-doc-title{font-family:var(--font-header);font-size:1.5rem;font-weight:600;color:#fff;line-height:1.3}.ws-doc-line{height:8px;background:#ffffff0f;border-radius:4px}.ws-doc-ai-suggestion{margin-top:.5rem;padding:.65rem .85rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;display:flex;align-items:center;gap:.5rem}.ws-doc-ai-icon{width:22px;height:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ws-doc-ai-icon svg{color:#fff}.ws-doc-ai-text{font-size:.72rem;color:#fff9;line-height:1.4}.ws-products{padding:5rem 0}.ws-products-header{text-align:center;margin-bottom:3.5rem}.ws-products-header h2{font-family:var(--font-header);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;margin-bottom:.75rem}.ws-products-header p{font-size:1rem;color:#fff6;max-width:500px;margin:0 auto}.ws-product-showcase{display:flex;flex-direction:column;gap:6rem}.ws-product-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ws-product-row.reverse{direction:rtl}.ws-product-row.reverse>*{direction:ltr}.ws-product-info{display:flex;flex-direction:column;gap:1.25rem}.ws-product-icon-wrapper{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.ws-product-icon-wrapper.monochrome{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff}.ws-product-info h3{font-family:var(--font-header);font-size:1.6rem;font-weight:600;line-height:1.2}.ws-product-info .ws-product-tagline{font-size:.95rem;color:#ffffff80;line-height:1.65}.ws-product-features{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.ws-product-feature{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:#ffffff8c}.ws-product-feature svg{flex-shrink:0;color:#fff6}.ws-product-visual{position:relative}.ws-visual-card{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px;overflow:hidden;box-shadow:0 20px 50px -15px #0006;transition:all .4s ease}.ws-visual-card:hover{border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 30px 60px -15px #00000080}.ws-docs-visual{padding:1.25rem}.ws-docs-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.ws-docs-tab{padding:.35rem .75rem;border-radius:6px;font-size:.7rem;font-weight:500;color:#ffffff59}.ws-docs-tab.active{background:#ffffff0d;color:#fff}.ws-docs-body{display:flex;flex-direction:column;gap:.5rem}.ws-docs-doc-title{font-family:var(--font-header);font-size:1.1rem;font-weight:600;color:#fff}.ws-docs-doc-subtitle{font-size:.68rem;color:#ffffff4d;margin-bottom:.5rem}.ws-docs-paragraph{display:flex;flex-direction:column;gap:.35rem}.ws-docs-text-line{height:7px;background:#ffffff0d;border-radius:4px}.ws-docs-metrics{display:flex;gap:.75rem;margin:.75rem 0}.ws-docs-metric{flex:1;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.5rem .6rem;display:flex;flex-direction:column;align-items:center;gap:.15rem}.ws-docs-metric-val{font-size:.85rem;font-weight:700;color:#fff}.ws-docs-metric-label{font-size:.55rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.05em}.ws-docs-ai-block{margin-top:.5rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;flex-direction:column;gap:.4rem}.ws-docs-ai-header{display:flex;align-items:center;gap:.4rem;font-size:.68rem;font-weight:600;color:#fffc}.ws-docs-ai-header svg{color:#fff9}.ws-docs-ai-content{font-size:.7rem;color:#ffffff73;line-height:1.5}.ws-docs-ai-actions{display:flex;gap:.4rem;margin-top:.25rem}.ws-docs-ai-btn{padding:.25rem .6rem;border-radius:6px;font-size:.6rem;font-weight:500;color:#fff6;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .15s ease}.ws-docs-ai-btn.active{background:#fff;color:#000;border-color:transparent}.ws-docs-ai-btn:hover:not(.active){border-color:#fff3;color:#ffffffb3}.ws-slides-visual{padding:1.25rem}.ws-slides-main-preview{aspect-ratio:16 / 9;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;position:relative}.ws-slide-full{position:absolute;inset:0;padding:1.5rem;display:flex;flex-direction:column}.ws-slide-full.title-slide{justify-content:center;align-items:center;text-align:center;gap:.5rem}.ws-slide-full-badge{font-size:.55rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.ws-slide-full-h1{font-family:var(--font-header);font-size:1.2rem;font-weight:700;color:#fff}.ws-slide-full-sub{font-size:.7rem;color:#ffffff59}.ws-slide-full-accent-line{width:40px;height:2px;background:#fff3;margin-top:.75rem;border-radius:1px}.ws-slide-full.chart-slide{gap:.75rem}.ws-slide-full-h2{font-family:var(--font-header);font-size:.85rem;font-weight:600;color:#ffffffe6}.ws-slide-chart-area{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.ws-slide-chart-bars{display:flex;align-items:flex-end;gap:10%;height:100%;padding:0 10%}.ws-slide-chart-bar{flex:1;background:#ffffff26;border-radius:3px 3px 0 0;transition:background .2s ease}.ws-slide-chart-bar:nth-child(2n){background:#ffffff40}.ws-slide-chart-labels{display:flex;gap:10%;padding:.4rem 10% 0;border-top:1px solid rgba(255,255,255,.06)}.ws-slide-chart-labels span{flex:1;text-align:center;font-size:.5rem;color:#ffffff4d}.ws-slide-full.content-slide{gap:.75rem}.ws-slide-bullet-list{display:flex;flex-direction:column;gap:.45rem;flex:1;justify-content:center}.ws-slide-bullet{display:flex;align-items:center;gap:.5rem;font-size:.65rem;color:#fff9}.ws-slide-bullet svg{flex-shrink:0;color:#ffffff4d}.ws-slide-full.metrics-slide{gap:.75rem}.ws-slide-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;flex:1;align-content:center}.ws-slide-metric-box{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.2rem}.ws-slide-metric-val{font-size:1rem;font-weight:700;color:#fff}.ws-slide-metric-lbl{font-size:.5rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.05em}.ws-slides-thumbstrip{display:flex;gap:.5rem;margin-top:.75rem;align-items:center}.ws-slides-thumb{width:36px;height:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ws-slides-thumb.active{border-color:#ffffff4d;background:#ffffff14}.ws-slides-thumb:hover:not(.active){border-color:#ffffff26}.ws-slides-thumb-num{font-size:.5rem;color:#fff6;font-weight:500}.ws-slides-thumb-more{font-size:.55rem;color:#ffffff40;margin-left:.25rem}.ws-slides-bottom{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;padding:.5rem .25rem;border-top:1px solid rgba(255,255,255,.05)}.ws-slides-ai-tag{display:flex;align-items:center;gap:.35rem;font-size:.68rem;color:#ffffffb3;font-weight:500}.ws-slides-count{font-size:.65rem;color:#ffffff4d}.ws-pages-visual{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.ws-pages-prompt-bar{display:flex;align-items:center;gap:.6rem;padding:.65rem .85rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px}.ws-pages-prompt-icon{flex-shrink:0;color:#ffffff80}.ws-pages-prompt-text{flex:1;font-size:.72rem;color:#fff9;line-height:1.4}.ws-pages-prompt-send{flex-shrink:0;width:28px;height:28px;background:#fff;color:#000;border-radius:8px;display:flex;align-items:center;justify-content:center}.ws-pages-gen-status{overflow:hidden}.ws-pages-gen-steps{display:flex;flex-direction:column;gap:.25rem;padding:.25rem 0}.ws-pages-gen-step{display:flex;align-items:center;gap:.4rem;font-size:.65rem;color:#fff6}.ws-pages-gen-step.done svg{color:#fff9}.ws-pages-gen-step.done{color:#ffffff8c}.ws-pages-website{border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;background:#0a0a0a}.ws-pages-site-bar{display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.04)}.ws-pages-site-dots{display:flex;gap:4px}.ws-pages-site-dots span{width:6px;height:6px;border-radius:50%;background:#ffffff1f}.ws-pages-site-url{flex:1;text-align:center;font-size:.6rem;color:#ffffff4d;font-family:Fira Code,SF Mono,monospace}.ws-pages-live-badge{padding:.15rem .45rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:99px;font-size:.5rem;font-weight:600;color:#fff;letter-spacing:.05em}.ws-pages-site-content{padding:0;min-height:180px}.ws-site-nav{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.04)}.ws-site-logo{font-size:.7rem;font-weight:700;color:#fff}.ws-site-nav-links{display:flex;align-items:center;gap:.6rem;font-size:.55rem;color:#fff6}.ws-site-cart-icon{color:#ffffff80}.ws-site-hero{padding:1rem .75rem .75rem;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent)}.ws-site-hero-text{font-family:var(--font-header);font-size:.85rem;font-weight:700;color:#fff;margin-bottom:.15rem}.ws-site-hero-sub{font-size:.55rem;color:#ffffff4d}.ws-site-products{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem .75rem .75rem}.ws-site-product-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:.3rem;transition:all .2s ease}.ws-site-product-card:hover{border-color:#ffffff1f}.ws-site-product-img{aspect-ratio:1;background:#ffffff0a;border-radius:6px}.ws-site-product-name{font-size:.55rem;font-weight:600;color:#ffffffb3}.ws-site-product-price{font-size:.5rem;color:#fff6}.ws-stats{padding:3rem 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.ws-stats-row{display:flex;justify-content:center;align-items:center;gap:4rem}.ws-stat-item{text-align:center}.ws-stat-num{display:block;font-family:var(--font-header);font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.25rem;color:#fff}.ws-stat-text{font-size:.85rem;color:#fff6}.ws-stat-divider{width:1px;height:40px;background:#ffffff14}.ws-cta{padding:5rem 0 7rem}.ws-cta-box{max-width:650px;margin:0 auto;text-align:center;padding:3.5rem 3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:28px;position:relative;overflow:hidden}.ws-cta-box:before{content:"";position:absolute;top:-100px;right:-100px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,255,255,.03),transparent 70%);pointer-events:none}.ws-cta-box:after{content:"";position:absolute;bottom:-100px;left:-100px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,255,255,.02),transparent 70%);pointer-events:none}.ws-cta-box h2{font-family:var(--font-header);font-size:1.75rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:1}.ws-cta-box>p{font-size:1rem;color:#ffffff73;line-height:1.6;margin-bottom:1.75rem;position:relative;z-index:1}.ws-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}@media(max-width:1024px){.ws-product-row{grid-template-columns:1fr;gap:2.5rem}.ws-product-row.reverse{direction:ltr}.ws-product-info{text-align:center;align-items:center}}@media(max-width:768px){.ws-hero{padding:5rem 1.5rem 3rem;min-height:auto}.ws-container{padding:0 1.5rem}.ws-doc-sidebar{display:none}.ws-stats-row{flex-direction:column;gap:1.5rem}.ws-stat-divider{width:40px;height:1px}.ws-products,.ws-cta{padding:3rem 0}.ws-product-showcase{gap:4rem}.ws-slide-full-h1{font-size:.9rem}.ws-slide-full-h2{font-size:.75rem}.ws-slide-bullet{font-size:.55rem}}@media(max-width:480px){.ws-hero-text h1{font-size:1.8rem}.ws-hero-cta{flex-direction:column}.ws-btn-primary,.ws-btn-secondary{width:100%;max-width:260px;justify-content:center}.ws-browser-frame{transform:none}.ws-browser-frame:hover{transform:translateY(-4px)}.ws-cta-box{padding:2rem 1.5rem}.ws-cta-buttons{flex-direction:column;align-items:center}.ws-site-products{grid-template-columns:repeat(2,1fr)}.ws-docs-metrics{flex-direction:column}.ws-slide-metrics-grid{grid-template-columns:1fr 1fr}}@keyframes ws-blink{0%,50%{opacity:1}51%,to{opacity:0}}.ws-typing-cursor{animation:ws-blink .8s infinite;color:#fff}@keyframes ws-pulse-glow{0%,to{box-shadow:0 0 4px #ffffff1a}50%{box-shadow:0 0 12px #fff3}}.ws-ai-pulse{animation:ws-pulse-glow 2s ease-in-out infinite}.app{width:100%;min-height:100vh;overflow-x:hidden;background:#000}html{scroll-behavior:smooth;scroll-padding-top:80px}h1,h2,h3,h4,h5,h6{font-family:var(--font-header);letter-spacing:-.02em}button,.btn{border-radius:var(--radius-full)}
