:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html{height:100%}body{color:#000;background-color:#fff;min-width:320px;min-height:100vh;margin:0}#root{width:100%;height:100%}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--banner-height:38px}body{color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;font-family:Instrument Sans,Public Sans,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:relative;overflow-x:hidden}p{letter-spacing:-.01em;font-size:1.125rem;line-height:1.7}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;font-family:Instrument Sans,Public Sans,sans-serif}body:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#0000 0%,#00000008 100%);width:100%;height:100%;position:fixed;top:0;left:0}.nav-header{top:var(--banner-height);-webkit-backdrop-filter:blur(24px)saturate(200%);z-index:1000;background:#fafafad9;border-bottom:1px solid #0000000f;width:100%;height:60px;padding:0;position:fixed;left:0;box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000f}.nav-container{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1rem;display:flex}@media (width>=769px){.nav-container{padding:0 2rem}}.nav-logo{align-items:center;gap:.75rem;margin:0;padding:0;display:flex}.nav-logo-img{height:35px;display:block}.nav-logo-text{color:#000;font-size:1.5rem;font-weight:300}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-item{cursor:pointer;color:#000000b3;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.nav-item a{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.nav-item:hover{color:#000;background-color:#0000000d}.nav-item.active{color:#fff;background-color:#0a0a0a;border-radius:6px}.nav-arrow{color:#00000080;font-size:.7rem;transition:transform .2s}.nav-item:hover .nav-arrow{transform:rotate(180deg)}.nav-dropdown{position:relative}.nav-dropdown-menu{z-index:1001;margin-top:0;padding-top:8px;position:absolute;top:100%;left:0}.nav-dropdown-menu:before{content:"";height:8px;position:absolute;top:0;left:0;right:0}.nav-dropdown-menu>*{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#fffffff2;border:1px solid #0000001a;border-radius:8px;min-width:150px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.nav-dropdown-item{white-space:nowrap;color:#000000b3;padding:.75rem 1rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.nav-dropdown-item:hover{color:#000;background-color:#0000000d}.nav-cta{align-items:center;display:flex}.mobile-menu-btn{color:#000;cursor:pointer;z-index:1002;background:0 0;border:none;border-radius:4px;padding:.5rem;transition:background-color .2s;display:none;position:relative}.mobile-menu-btn:hover{background-color:#0000000d}.mobile-menu-btn svg{width:24px;height:24px;animation:.3s ease-out slideInFromTop}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-overlay{top:calc(var(--banner-height) + 60px);width:100%;height:calc(100dvh - var(--banner-height) - 60px);z-index:1002;-webkit-overflow-scrolling:touch;background-color:#fff;display:block;position:fixed;left:0;overflow-y:auto}.mobile-menu{background:#fff;flex-direction:column;gap:.5rem;max-height:100%;padding:1rem;animation:.4s ease-out .1s both fadeInUp;display:flex;overflow-y:auto}.mobile-menu-section{flex-direction:column;gap:.5rem;display:flex}.mobile-menu-section-title{color:#000000e6;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.mobile-menu-subitem{padding-left:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-item{color:#000c;touch-action:manipulation;background-color:#0000000d;border:1px solid #0000;border-radius:8px;align-items:center;min-height:38px;margin-bottom:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-item:hover,.mobile-menu-item.active{color:#000;background-color:#0000001a;border-color:#0003;transform:translate(8px)}.mobile-menu-item:focus{outline-offset:2px;background-color:#0000001a;outline:2px solid #80b4c7}.mobile-demo-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s}@media (hover:hover){.mobile-demo-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #80b4c766}}.mobile-demo-button:focus,.mobile-demo-button:focus-visible{outline:none}.mobile-demo-button-outline{color:#000;cursor:pointer;text-align:center;background:0 0;border:2px solid #00000026;border-radius:8px;margin-top:.5rem;padding:.625rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}@media (hover:hover){.mobile-demo-button-outline:hover{color:#80b4c7;background:#80b4c70d;border-color:#80b4c7}}.mobile-demo-button-outline:focus,.mobile-demo-button-outline:focus-visible{outline:none}.demo-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border:none;border-radius:6px;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}@media (hover:hover){.demo-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #80b4c766}}.demo-button:focus,.demo-button:focus-visible{outline:none}.demo-button-outline{color:#000;cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:6px;padding:8px 18px;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .2s;display:inline-block}@media (hover:hover){.demo-button-outline:hover{color:#80b4c7;background:#80b4c70d;border-color:#80b4c7}}.demo-button-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5ba8c0 0%,#4a9db5 100%);border:1px solid #0000;border-radius:8px;padding:7px 20px;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 1px 4px #4a9db533}@media (hover:hover){.demo-button-primary:hover{background:linear-gradient(135deg,#4a9db5 0%,#3d8fa8 100%);transform:translateY(-1px);box-shadow:0 6px 20px #4a9db54d}}.demo-button-primary:focus,.demo-button-primary:focus-visible{outline:none}.mobile-demo-button-primary{color:#fff;cursor:pointer;text-align:center;background-color:#80b4c7;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.625rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}@media (hover:hover){.mobile-demo-button-primary:hover{background-color:#6fa3b5;transform:translateY(-1px)}}.mobile-demo-button-primary:focus,.mobile-demo-button-primary:focus-visible{outline:none}.announcement-banner{z-index:1001;background:linear-gradient(90deg,#3d8fa8 0%,#4a9db5 40%,#5ba8c0 100%);width:100%;padding:10px 0;position:fixed;top:0;left:0}.banner-content{color:#fff;justify-content:center;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:0 2rem;font-size:.9rem;font-weight:600;display:flex}.banner-link{color:#fff;white-space:nowrap;text-decoration:underline;transition:opacity .2s}.banner-link:hover{opacity:.8}@media (width<=768px){.banner-content{text-align:center;flex-wrap:wrap;gap:4px 8px;padding:0 1rem;font-size:.85rem}.banner-link{white-space:normal;word-break:break-word;overflow-wrap:break-word}}.demo-button-outline:focus,.demo-button-outline:focus-visible{outline:none}.nav-cta{align-items:center;gap:12px;display:flex}.tunnel-container{z-index:1;pointer-events:none;opacity:.2;width:100%;height:100%;position:fixed;top:0;left:0}#tunnel-canvas{pointer-events:auto;width:100%;height:100%;display:block}.matte-glass-overlay{pointer-events:none;z-index:2;opacity:.5;background:radial-gradient(#ffffff03 0%,#ffffff01 50%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.matte-glass-overlay:before{content:"";-webkit-backdrop-filter:blur(1px);width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask:radial-gradient(#0000004d 0%,#0000001a 70%,#0000 100%);mask:radial-gradient(#0000004d 0%,#0000001a 70%,#0000 100%)}.content{z-index:3;pointer-events:auto;min-height:100vh;position:relative}.hero{justify-content:center;align-items:center;padding-top:170px;display:flex}.hero-wrapper{width:100%;max-width:100%;overflow:hidden}.hero-content{box-sizing:border-box;align-items:center;gap:3rem;width:100%;max-width:1350px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:0 3rem;display:flex}@media (width>=769px){.hero-content{padding:0 3rem}}.hero-left{text-align:left;flex:1;min-width:0}.hero-middle{display:none}.hero-right{flex:1;justify-content:center;min-width:0;padding-top:1rem;padding-bottom:2rem;display:flex}.hero h1{letter-spacing:-.04em;color:#0a0a0a;overflow-wrap:break-word;margin-bottom:2rem;font-size:4.25rem;font-weight:700;line-height:1.05}.hero h1 .hero-highlight{background:linear-gradient(135deg,#2a5a7a 0%,#4a9db5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:#0a0a0a8c;letter-spacing:-.01em;margin-bottom:3rem;font-size:1.75rem;font-weight:400;line-height:1.5}.hero-cta{gap:1rem;margin-bottom:1.5rem;display:flex}.hero-cta .cta-primary,.hero-cta .cta-secondary{padding:1rem 2.25rem;font-size:1.15rem}.hero-trusted-by{text-align:center;z-index:4;width:100%;margin-top:2rem;padding:0;position:relative}.hero-trusted-by .trusted-text{text-align:center;color:#0a0a0a73;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.hero-trusted-by .company-logos-grid{box-sizing:border-box;grid-template-columns:repeat(5,1fr);place-items:center;gap:1.75rem 2.5rem;max-width:1000px;margin:0 auto;padding:0 1rem;display:grid}.hero-trusted-by .logo-item{flex-shrink:0;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.hero-trusted-by .logo-item img{object-fit:contain;filter:grayscale()brightness(.5);max-width:160px;transition:filter .3s}.hero-trusted-by .logo-item:hover img{filter:grayscale()brightness(.3)}.customer-quotes-section{z-index:4;cursor:default;width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding:2rem 0 2.5rem;position:relative;overflow:hidden}.customer-quotes-fade{z-index:2;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.customer-quotes-fade-left{background:linear-gradient(90deg,#fafafa 0%,#0000 100%);left:0}.customer-quotes-fade-right{background:linear-gradient(270deg,#fafafa 0%,#0000 100%);right:0}.customer-quotes-track{will-change:transform;gap:24px;width:max-content;display:flex}.quote-card{background:#fff;border:1px solid #0000000f;border-radius:16px;flex-direction:column;width:400px;min-width:400px;padding:16px 24px;transition:border-color .3s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000000a}.quote-card:hover{border-color:#0000001f;box-shadow:0 6px 24px #00000012}.quote-card-body{flex:1}.quote-mark{color:#80b4c759;-webkit-user-select:none;user-select:none;margin-bottom:2px;font-family:Georgia,Times New Roman,serif;font-size:1.6rem;line-height:1;display:block}.quote-text{color:#0a0a0a99;margin:0;font-size:.95rem!important;line-height:1.7!important}.quote-card-footer{border-top:1px solid #0000000d;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:12px;display:flex}.quote-attribution{align-items:center;gap:12px;min-width:0;display:flex}.quote-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.quote-author-info{flex-direction:column;gap:2px;min-width:0;display:flex}.quote-author{color:#0a0a0a;letter-spacing:-.01em;font-size:.88rem;font-weight:600}.quote-role{color:#0a0a0a66;letter-spacing:.01em;font-size:.78rem}.quote-company-logo{object-fit:contain;opacity:.85;flex-shrink:0}.quote-arrow{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#0a0a0a80;background:#ffffffe6;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.quote-arrow:hover{color:#0a0a0acc;background:#fff;border-color:#0003;box-shadow:0 2px 12px #00000014}.quote-arrow-left{left:12px}.quote-arrow-right{right:12px}.hero-video{z-index:4;width:100%;max-width:1100px;margin:2rem auto 0;position:relative}.hero-video .demo-video-player{border-radius:12px;width:100%;box-shadow:0 8px 32px #0000004d}.hero-scene{z-index:4;width:100%;max-width:520px}@keyframes heroCardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-scene-card{background:#fffffffa;border:1px solid #00000014;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 6px 20px #0000000f,0 20px 60px #0000000f}.scene-window-header{background:#00000005;border-bottom:1px solid #0000000f;align-items:center;gap:10px;padding:10px 16px;display:flex}.scene-dots{gap:5px;display:flex}.scene-dots span{background:#00000026;border-radius:50%;width:9px;height:9px}.scene-window-title{color:#00000080;font-size:.78rem;font-weight:500}.scene-ide-body{flex-direction:column;gap:10px;padding:16px;display:flex}.scene-item{opacity:0;flex-direction:column;gap:10px;animation:.8s ease-out forwards messageSlideIn;display:flex;transform:translateY(10px)scale(.98)}.scene-item[data-delay="0"]{animation-delay:.3s}.scene-item[data-delay="1"]{animation-delay:.9s}.scene-item[data-delay="2"]{animation-delay:1.5s}.scene-item[data-delay="3"]{animation-delay:2.1s}.scene-hook-scan{color:#00000080;background:#1a7f370d;border:1px solid #1a7f3726;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.72rem;display:flex}.scene-hook-scan>img{flex-shrink:0}.scene-hook-text{color:#000000b3;font-weight:600}.scene-hook-status{color:#1a7f37;margin-left:auto;font-weight:500}.scene-user-msg{color:#000000bf;background:#0000000a;border-radius:10px;padding:10px 14px;font-size:.82rem;line-height:1.4}.scene-tool-call{color:#00000073;align-items:center;gap:6px;font-size:.72rem;font-weight:500;display:flex}.scene-tool-call svg{color:#80b4c7b3}.scene-context{background:#80b4c70f;border:1px solid #80b4c72e;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.scene-context-title{color:#3a7d94;margin-bottom:2px;font-size:.72rem;font-weight:600}.scene-context-summary{color:#0000007a;font-size:.68rem;line-height:1.4}.scene-code{border:1px solid #00000014;border-radius:8px;overflow:hidden}.scene-code-header{color:#0000007a;background:#00000008;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:6px 12px;font-size:.68rem;font-weight:500;display:flex}.scene-code-additions{color:#1a7f37;font-weight:600}.scene-code-body{color:#000000a6;white-space:nowrap;padding:10px 12px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.7rem;line-height:1.65;overflow:hidden}.sc-comment{color:#00000059}.sc-kw{color:#cf222e}.sc-fn{color:#8250df}.sc-str{color:#0a3069}.single-testimonial{text-align:center;max-width:1400px;margin:0 auto}.single-testimonial .testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000008;border:1px solid #0000001a;border-radius:12px;width:100%;max-width:none;padding:1.5rem 6rem}.single-testimonial .testimonial-content p{color:#000000e6;margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.6}.single-testimonial .testimonial-footer{justify-content:center;align-items:center;gap:1.5rem;display:flex}.testimonial-logo{filter:brightness(.5);height:40px}.single-testimonial .testimonial-author strong{color:#80b4c7;font-size:1rem}.single-testimonial .testimonial-author span{color:#0009;font-size:.9rem}.trusted-by-section{border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:4rem 0}.trusted-text{text-align:center;color:#333;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:1.2rem}.company-logos-grid{flex-wrap:nowrap;justify-content:center;align-items:center;gap:2rem;display:flex;row-gap:0!important}.company-logos-grid .logo-item{justify-content:center;align-items:center;height:60px;transition:opacity .3s;display:flex}.company-logos-grid .logo-item img{object-fit:contain;filter:grayscale()brightness(.5);max-width:180px;max-height:60px;transition:filter .3s}.company-logos-grid .logo-item:hover img{filter:grayscale()brightness(.3)}.demo-section{z-index:4;padding:4rem 0;position:relative}.demo-section h2{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.section-subtitle{color:#666;text-align:center;margin-bottom:3rem;font-size:1.2rem}.section-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media (width>=769px){.section-content{padding:0 2rem}}.problem-section{z-index:4;padding:4rem 0 2rem;position:relative}.problem-section:first-of-type,section:first-of-type:not(.hero):not(.compact-top){padding-top:11rem!important}.paradigm-shift-section:first-of-type:not(.hero){padding-top:2rem!important}.problem-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.about-content-wrapper{flex-direction:row-reverse;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;display:flex}.about-text{flex:60%}.about-video{flex:40%;min-width:300px}.problem-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.problem-card{text-align:center;background:#00000005;border:1px solid #00000014;border-radius:12px;padding:2rem;transition:all .3s}.problem-card:hover{background:#0000000a;border-color:#80b4c74d;transform:translateY(-4px)}.problem-icon{background:#80b4c71a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.problem-icon svg{color:#80b4c7}.problem-card h3{color:#000;margin-bottom:1rem;font-size:1.3rem;font-weight:500}.problem-card p{color:#333;margin:0;font-size:1rem;line-height:1.6}.use-cases-section{z-index:4;padding:4rem 0;position:relative}.use-cases-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.use-cases-container{max-width:1000px;margin:0 auto}.use-cases-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.features-section{z-index:4;padding:4rem 0;position:relative}.features-section h2{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:300}.testimonials-section{z-index:4;padding:4rem 0;position:relative;overflow:hidden}.testimonials-section .section-content{max-width:1400px}.testimonials-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.testimonials-container{position:relative}.testimonials-track{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.testimonial-card{-webkit-backdrop-filter:blur(10px)saturate(180%);background:#00000005;border:1px solid #0000001a;border-radius:12px;flex-direction:column;flex:0 0 350px;justify-content:space-between;max-width:350px;padding:2rem;transition:all .3s;display:flex;box-shadow:0 8px 32px #0000001a,0 2px 8px #80b4c71a}.testimonial-card:hover{border-color:#0003;transform:translateY(-4px);box-shadow:0 12px 40px #00000026,0 4px 12px #80b4c726}.testimonial-content p{color:#000;margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.6}.testimonial-footer{justify-content:space-between;align-items:center;display:flex}.testimonial-author{flex-direction:column;gap:.25rem;display:flex}.testimonial-author strong{color:#000;letter-spacing:.03em;font-size:1.25rem;font-weight:600}.testimonial-author span{color:#666;font-size:.9rem}.company-logo{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.leadership-headshot{border:3px solid #80b4c74d;border-radius:50%;flex-shrink:0;width:200px;height:200px;margin:0 auto 1.5rem;transition:border-color .3s;position:relative;overflow:hidden}.leadership-headshot:hover{border-color:#80b4c799}.leadership-headshot img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.testimonials-section .testimonial-content{text-align:center}.testimonials-section .testimonial-author{text-align:center;align-items:center}.testimonials-section .testimonial-card{justify-content:flex-start}.testimonials-section .testimonial-content p{color:#333;font-style:normal}.testimonials-section .testimonial-author span{color:#000;margin-bottom:1rem;font-size:1.1rem}.testimonials-section .testimonial-author{margin-bottom:1rem}.testimonial-card-link{color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.testimonial-card-link:hover{color:inherit;text-decoration:none}.investors-featured{flex-direction:column;align-items:center;gap:1.5rem;margin:3rem 0;display:flex}.investor-logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.investor-logo{text-align:center}.investor-logo img{object-fit:contain;max-width:300px;max-height:100px}.investor-headshots{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;display:flex}.investor-card{text-align:center;flex-direction:column;align-items:center;width:220px;display:flex}.investor-card .leadership-headshot{margin-bottom:1rem}.investor-card .testimonial-author{text-align:center}.investor-card .testimonial-author strong{font-size:1rem}.investor-card .testimonial-author span{font-size:.85rem}@media (width<=1024px){.nav-container{padding:0 1rem}.hero-content{gap:3rem}}@media (width<=1200px) and (width>=769px){.hero h1{font-size:2.8rem}.hero p{font-size:1.15rem}.hero-content{text-align:center;flex-direction:column;gap:2rem}}@media (width<=600px) and (width>=481px){.hero h1{font-size:2.3rem}.hero p{font-size:1.1rem}.nav-header{height:58px}}@media (width>=901px){.mobile-menu-btn{display:none!important}}@media (width<=900px){.nav-menu{display:none}.mobile-menu-btn{justify-content:center;align-items:center;display:flex!important}.nav-cta{display:none}}@media (width<=768px){html,body{width:100%;max-width:100vw;overflow-x:hidden}.content{max-width:100vw;overflow-x:hidden}*{word-wrap:break-word;overflow-wrap:break-word;max-width:100vw}h1,h2,h3,h4,h5,h6{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.no-break{-webkit-hyphens:none;hyphens:none;display:block}p,li,span{word-wrap:break-word;overflow-wrap:break-word}.nav-menu{display:none}.nav-header{top:var(--banner-height);height:55px}.mobile-menu-btn{z-index:1002;justify-content:center;align-items:center;display:flex!important}.mobile-menu-overlay,.mobile-menu-overlay *{max-width:none}.mobile-menu-overlay{top:calc(var(--banner-height) + 55px);height:calc(100dvh - var(--banner-height) - 55px)}.nav-cta{display:none}.nav-container{justify-content:space-between;padding:0 1rem;position:relative}.nav-logo-text{font-size:1.2rem}.hero{padding-top:calc(var(--banner-height) + 80px);min-height:auto;padding-bottom:2rem;overflow-x:hidden}.hero-wrapper{max-width:100%;overflow-x:hidden}.hero-content{text-align:center;box-sizing:border-box;flex-direction:column;gap:2rem;width:calc(100vw - 2rem);max-width:100vw;margin-bottom:2rem;padding:0 1rem;overflow-x:hidden}.hero-left{box-sizing:border-box;order:1;width:100%;max-width:100%;padding:0 .5rem}.hero-right{order:2;width:90vw}.hero h1{word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-size:2rem;line-height:1.2}.hero p{max-width:100%;margin-bottom:1.5rem;font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-bottom:2rem}.hero-cta .cta-primary,.hero-cta .cta-secondary{text-align:center;justify-content:center;align-items:center;display:flex;width:100%!important;max-width:320px!important;padding:12px 24px!important;font-size:1rem!important}.about-content-wrapper{flex-direction:column;gap:24px}.about-text,.about-video{flex:100%;width:100%;min-width:0}.no-mobile-break{white-space:nowrap}.hero-video{width:100%}.hero-trusted-by{box-sizing:border-box;width:100%;max-width:100vw;padding:1.5rem 1rem;overflow:hidden}.hero-trusted-by .trusted-text{letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem}.hero-trusted-by .company-logos-grid{justify-items:center;grid-template-columns:repeat(2,1fr)!important;gap:1.75rem 1.5rem!important;display:grid!important}.company-logos-grid,.hero-trusted-by .company-logos-grid{box-sizing:border-box;place-items:center;width:100%;flex-wrap:wrap!important;grid-template-columns:repeat(2,1fr)!important;gap:.75rem .5rem!important;max-width:100%!important;padding:0!important;display:grid!important}.hero-trusted-by .logo-item,.company-logos-grid .logo-item{height:20px}.hero-trusted-by .logo-item img,.company-logos-grid .logo-item img{max-width:100px!important;height:100%!important}.customer-quotes-section{padding:1.5rem 0 2rem}.customer-quotes-fade{width:40px}.quote-card{width:280px;min-width:280px;padding:20px 20px 18px}.quote-text{font-size:.85rem!important}.quote-arrow{width:32px;height:32px}.quote-arrow-left{left:4px}.quote-arrow-right{right:4px}.hero-video{margin:1rem auto 0}.demo-video-player{border-radius:8px}.hero-scene{max-width:100%}.single-testimonial .testimonial-card{padding:1.5rem 2rem}.single-testimonial .testimonial-content p{font-size:1.1rem}.testimonial-footer{text-align:center;flex-direction:column;gap:1rem}.section-content{padding:0 1rem}.problem-section,.use-cases-section,.features-section,.testimonials-section,.metrics-section,.security-trust-section,.pricing-section,.cta-section{padding:3rem 0}.problem-section h2,.use-cases-section h2,.features-section h2,.testimonials-section h2,.metrics-section h2,.security-trust-section h2,.pricing-section h2,.cta-section h2{margin-bottom:2rem;font-size:2rem}.cta-section p{font-size:1.1rem}.problem-grid,.metrics-grid,.trust-grid,.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.testimonials-track{flex-direction:column;align-items:center}.testimonial-card{flex:none;width:100%;max-width:100%}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-primary,.cta-secondary{width:100%;max-width:280px;padding:10px 16px;font-size:.85rem}.footer-content{text-align:center;flex-direction:column;gap:1rem}.footer-links{flex-direction:column;gap:1rem}.investor-headshots,.investors-featured{gap:2rem}}.metrics-section{z-index:4;padding:4rem 0;position:relative}.metrics-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.metric-card{text-align:center;background:#00000005;border:1px solid #00000014;border-radius:12px;padding:2rem;transition:all .3s}.metric-card:hover{background:#0000000a;border-color:#80b4c74d;transform:translateY(-4px)}.metric-icon{background:#80b4c71a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.metric-icon svg{color:#80b4c7}.metric-card h3{color:#000;margin-bottom:1rem;font-size:1.3rem;font-weight:500}.metric-card p{color:#333;font-size:1rem;line-height:1.6}.security-trust-section{z-index:4;padding:6rem 0;position:relative}.security-trust-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.trust-item{text-align:center;padding:2rem}.trust-badge{color:#80b4c7;background:#80b4c71a;border:2px solid #80b4c74d;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;font-size:1.2rem;font-weight:600;display:inline-flex}.trust-item h3{color:#000;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.trust-item p{color:#666;font-size:.95rem}.pricing-section{z-index:4;padding:6rem 0;position:relative}.pricing-section h2{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{text-align:center;background:#00000005;border:1px solid #00000014;border-radius:12px;padding:2rem;transition:all .3s;position:relative}.pricing-card.featured{background:#80b4c70d;border-color:#80b4c780}.featured-badge{color:#000;background:#80b4c7;border-radius:20px;padding:.25rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.price{color:#80b4c7;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.price span{color:#666;font-size:1rem;font-weight:400}.pricing-card p{color:#666;margin-bottom:2rem}.pricing-card ul{text-align:left;margin-bottom:2rem;padding:0;list-style:none}.pricing-card li{color:#333;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.faq-section{z-index:4;background:#fffffff2;padding:4rem 0;position:relative}.faq-section h2{text-align:center;color:#000;margin-bottom:2rem;font-size:2rem;font-weight:500}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fffc;border:1px solid #0000001a;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.faq-item h3{color:#000;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.faq-item p{color:#333;margin:0;font-size:.95rem;line-height:1.6}.cta-section{z-index:4;text-align:center;background:linear-gradient(135deg,#80b4c726 0%,#5b9bd526 100%);padding:4rem 0;position:relative}.cta-section h2{margin-bottom:1rem;font-size:2.5rem;font-weight:300}.cta-section p{color:#333;margin-bottom:2rem;font-size:1.2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-primary{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#5ba8c0 0%,#4a9db5 50%,#3d8fa8 100%);border:none;border-radius:10px;padding:1rem 2.25rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #4a9db540,0 1px 2px #0000000f}@media (hover:hover){.cta-primary:hover{background:linear-gradient(135deg,#4a9db5 0%,#3d8fa8 50%,#357f96 100%);transform:translateY(-2px);box-shadow:0 8px 28px #4a9db559,0 2px 4px #00000014}}.cta-primary:focus,.cta-primary:focus-visible{outline:none}.cta-secondary{color:#0a0a0a;cursor:pointer;letter-spacing:-.01em;background-color:#0000;border:1.5px solid #00000026;border-radius:10px;padding:1rem 2.25rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (hover:hover){.cta-secondary:hover{color:#3d8fa8;background-color:#4a9db50f;border-color:#4a9db566;transform:translateY(-2px);box-shadow:0 4px 16px #4a9db51f}}.cta-secondary:focus,.cta-secondary:focus-visible{outline:none}.footer{z-index:4;background:#fafafaf2;border-top:1px solid #0000000f;padding:3rem 0;position:relative}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.footer-content p{text-transform:uppercase;opacity:.5;margin:0;font-size:1.2rem}.footer-links{gap:3rem;display:flex}@media (width<=768px){.footer-links{gap:0}}.modal-overlay{z-index:1002;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@media (width>=769px){.modal-overlay{padding:2rem}}.modal-content{background:#fffffffa;border:2px solid #80b4c74d;border-radius:12px;width:100%;max-width:900px;max-height:90vh;position:relative;overflow:hidden auto;box-shadow:0 8px 32px #80b4c726}.modal-header{background:#80b4c7;border-bottom:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h2{color:#fff;margin:0;font-size:1.5rem;font-weight:500}.modal-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;transition:all .2s}.modal-close:hover{color:#fff;background:#fff3}.modal-close svg{width:20px;height:20px}.modal-body{background:#fff;border-radius:0 0 12px 12px;height:600px;padding:1.5rem}.waitlist-form{max-width:400px;margin:0 auto}.form-content h3{color:#000;text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.form-content p{color:#666;text-align:center;margin-bottom:2rem;line-height:1.6}.waitlist-form .cta-primary{width:100%;margin-top:1rem}.waitlist-form .cta-primary:disabled{opacity:.6;cursor:not-allowed;background-color:#666}.success-message{text-align:center;padding:2rem}.success-icon{background:linear-gradient(135deg,#80b4c733 0%,#5b9bd533 100%);border:3px solid #80b4c7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;display:inline-flex}.success-icon svg{color:#80b4c7}.success-message h3{color:#5b9bd5;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.success-message p{color:#666;margin:0}.blog-meta{flex-direction:column;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.blog-date{color:#80b4c7;font-weight:500}.blog-authors{color:#666}.blog-back{color:#80b4c7;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.blog-back:hover{color:#000}.feature-card{color:inherit;text-decoration:none;transition:transform .2s}.code-display{color:#000;font-family:Fira Code,Monaco,Menlo,monospace;font-size:14px;line-height:1.5}.preloaded-code{opacity:.9;white-space:pre-wrap;margin:0}.streaming-code{white-space:pre-wrap;margin:0;display:inline}.cursor-blink{color:#80b4c7;font-weight:700;animation:1s infinite blink}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.rewritten-text{color:#80b4c7;background:#80b4c71a;animation:.3s ease-in-out highlight}@keyframes highlight{0%{background:#80b4c74d}to{background:#80b4c71a}}.action-indicator{color:#80b4c7;border-top:1px solid #80b4c733;margin-top:.5rem;padding-top:.5rem;font-size:.8rem;font-style:italic}.rewriting{animation:2s ease-in-out rewriteFlash;position:relative}.rewrite-animation{color:#80b4c7;position:relative}.rewrite-animation:before{content:"";background:linear-gradient(90deg,#0000,#80b4c74d,#0000);animation:1s ease-in-out rewriteSweep;position:absolute;inset:0}@keyframes rewriteFlash{0%,to{background:0 0}50%{background:#80b4c71a}}@keyframes rewriteSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.rewrite-indicator{border-top:1px solid #80b4c733;margin-top:.5rem;padding-top:.5rem}.rewrite-indicator span{color:#80b4c7;margin-bottom:.5rem;font-size:.8rem;display:block}.progress-bar{background:#80b4c733;border-radius:2px;height:4px;overflow:hidden}.progress-fill{background:#80b4c7;border-radius:2px;height:100%;transition:width .1s}.feature-card:hover{transform:translateY(-2px)}.form-group label .required{color:#000;margin-left:2px}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#80b4c7;outline:none;box-shadow:0 0 0 3px #80b4c71a}.form-group input::placeholder,.form-group textarea::placeholder{color:#00000080}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.demo-section .waitlist-form .form-group label{color:#000}.demo-section .waitlist-form .form-group input,.demo-section .waitlist-form .form-group textarea{color:#000;background:#fff;border:2px solid #d0d0d0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:all .2s}.demo-section .waitlist-form .form-group input:focus,.demo-section .waitlist-form .form-group textarea:focus{background:#fff;border-color:#80b4c7;outline:none;box-shadow:0 0 0 3px #80b4c726}.demo-section .waitlist-form .form-group input::placeholder,.demo-section .waitlist-form .form-group textarea::placeholder{color:#999}.demo-section .waitlist-form .form-group input:disabled,.demo-section .waitlist-form .form-group textarea:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}.blog-posts{flex-direction:column;gap:2rem;max-width:800px;margin:-2rem auto 0;display:flex}.blog-posts-grid{flex-direction:column;gap:2rem;max-width:800px;margin:2rem auto 0;display:flex}.blog-post-card{color:inherit;background:#00000005;border:1px solid #0000001a;border-radius:8px;padding:2rem;text-decoration:none;transition:all .2s;display:block}.blog-post-card:hover{background:#0000000a;border-color:#80b4c74d;transform:translateY(-2px)}.blog-post-card h3{color:#000;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;margin-bottom:1rem;font-size:1.5rem}.blog-post-card p{color:#333;margin-bottom:1.5rem;line-height:1.6}.blog-post-header{background:#ffffffe6;padding:8rem 2rem 2rem}.blog-post-title{color:#000;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;margin-bottom:2rem;font-size:3rem;font-weight:300;line-height:1.2}.mobile-title-break{display:none}.blog-post-meta{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.blog-post-date{color:#80b4c7;font-size:1.2rem;font-weight:500}.blog-post-authors{color:#000;font-size:1.1rem;font-weight:400}.blog-post-content{padding:2rem}.blog-post-content .section-content{max-width:1400px;margin:0 auto}.blog-post-content .section-content.has-toc{align-items:flex-start;gap:3rem;display:flex}.blog-toc{background:#f9f9f9;border-left:3px solid #80b4c7;border-radius:8px;flex-shrink:0;width:250px;max-height:calc(100vh - 120px);padding:1.5rem;position:sticky;top:100px;overflow-y:auto}.blog-toc-title{color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.blog-toc-list{margin:0;padding:0;list-style:none}.blog-toc-item{margin-bottom:.5rem}.blog-toc-level-3{margin-left:1rem}.blog-toc-level-4{margin-left:2rem}.blog-toc-link{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:all .2s;display:block}.blog-toc-link:hover{color:#80b4c7;background:#80b4c71a}.blog-toc-item.active .blog-toc-link{color:#4a9db5;background:#80b4c726;border-left:2px solid #80b4c7;padding-left:calc(.75rem - 2px);font-weight:500}.blog-post-body{flex:1;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.blog-post-body h2{color:#000;margin:3rem 0 1.5rem;font-size:2rem;font-weight:300}.blog-post-body p{color:#333;margin-bottom:1.5rem}.blog-post-body strong{color:#000}.blog-post-body ul{padding-left:2rem}.updates-header{text-align:center;padding:4rem 0 2rem}.updates-header:first-of-type{padding-top:11rem!important}.updates-header h2{color:#000;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.updates-subtitle{color:#666;max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6}.updates-tabs{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.updates-tab{color:#666;cursor:pointer;letter-spacing:.02em;background:0 0;border:2px solid #0000001a;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.updates-tab:hover{color:#80b4c7;background:#80b4c70d;border-color:#80b4c766}.updates-tab.active{color:#fff;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border-color:#0000;box-shadow:0 4px 12px #80b4c74d}@media (width<=768px){.updates-header{padding:3rem 0 1.5rem}.updates-header:first-of-type{padding-top:9rem!important}.updates-header h2{margin-bottom:.75rem;font-size:2rem}.updates-subtitle{margin-bottom:1.5rem;font-size:1rem}.updates-tabs{gap:.75rem}.updates-tab{padding:.625rem 1.5rem;font-size:.95rem}}.updates-features-section{padding-top:2rem!important}@keyframes flutterUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transition:none;transform:translateY(30px)}.animate-on-scroll.animate-in{animation:.6s ease-out forwards flutterUp}.animate-on-scroll:first-child{animation-delay:0s}.animate-on-scroll:nth-child(2){animation-delay:.1s}.animate-on-scroll:nth-child(3){animation-delay:.2s}.animate-on-scroll:nth-child(4){animation-delay:.3s}.animate-on-scroll:nth-child(5){animation-delay:.4s}.animate-on-scroll:nth-child(6){animation-delay:.5s}.updates-content{max-width:1400px;margin:0 auto;padding:0 2rem}.updates-content.single-column{justify-content:center;display:flex}.centered-column{width:100%;max-width:650px}.linkedin-posts-column.centered-column{max-width:550px}.blog-posts-column.centered-column{max-width:800px}@media (width<=1024px){.updates-features-section{padding-top:1.5rem!important}.updates-content{padding:0 1rem}.centered-column{max-width:100%}}.news-feed-column{width:100%;padding-right:1rem}.news-feed{flex-direction:column;gap:2rem;padding-left:2.5rem;display:flex;position:relative}.news-feed:before{content:"";background:linear-gradient(#80b4c74d 0%,#80b4c71a 100%);width:2px;position:absolute;top:1rem;bottom:1rem;left:.75rem}.news-item{width:100%;animation:.4s ease-out fadeInUp;position:relative}.timeline-marker{z-index:1;background:#fff;border:3px solid #80b4c7;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;top:.5rem;left:-2rem;box-shadow:0 2px 8px #80b4c74d}.news-item:hover .timeline-marker{border-color:#4a9db5;transform:scale(1.3);box-shadow:0 4px 12px #80b4c780}.news-item-header{margin-bottom:1.25rem}.news-date-badge{color:#80b4c7;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.813rem;font-weight:600;display:inline-block}.news-item-title{color:#000;letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:500;line-height:1.3}.news-link{color:inherit;border-radius:12px;padding:0;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.news-link:has(.news-content){-webkit-backdrop-filter:blur(10px)saturate(180%);backdrop-filter:blur(10px)saturate(180%);background:#00000005;border:1px solid #0000001a;box-shadow:0 8px 32px #0000001a,0 2px 8px #80b4c71a}.news-link:has(.news-content):hover{background:#fffc;border-color:#80b4c780;transform:translateY(-4px);box-shadow:0 12px 40px #00000026,0 4px 12px #80b4c726}.news-link:hover{transform:translateY(-2px)}.news-thumbnail{aspect-ratio:16/9;object-fit:cover;border-radius:0;width:100%;height:auto;margin-bottom:0}.news-content{background:#ffffff80;padding:2rem}.news-content h4{color:#000;letter-spacing:-.01em;margin-bottom:1rem;font-size:1.4rem;font-weight:500;line-height:1.4}.news-description{color:#666;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.news-meta{border-top:1px solid #00000014;align-items:center;gap:1.25rem;padding-top:1rem;font-size:.875rem;display:flex}.news-type{color:#80b4c7;text-transform:uppercase;letter-spacing:.1em;background:#80b4c71a;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.news-date{color:#999;font-size:.875rem}.news-item .news-embed{border-radius:12px;width:100%;overflow:hidden}.news-embed iframe,.news-embed>div{border-radius:12px;width:100%}.linkedin-posts-column{width:100%;padding-right:1rem}.posts-feed{flex-direction:column;gap:1.5rem;display:flex}.post-embed-container{background:#00000003;border:1px solid #00000014;border-radius:8px;width:100%;transition:all .3s;animation:.4s ease-out fadeInUp;overflow:hidden;box-shadow:0 2px 8px #0000000f}.post-embed-container:hover{border-color:#80b4c733;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.linkedin-embed{background:#fff;border-radius:0;width:100%;overflow:visible}.linkedin-embed iframe{border-radius:0;width:100%;display:block}.linkedin-post-card{background:#fff;border:1px solid #00000014;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000f}.linkedin-post-card:hover{border-color:#80b4c733;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.linkedin-post-header{background:#fff;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.linkedin-post-header a{text-decoration:none}.linkedin-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px;transition:opacity .2s}.linkedin-avatar:hover{opacity:.8}.linkedin-author-info{flex:1;min-width:0}.linkedin-author-name{color:#000000e6;margin:0 0 2px;font-size:14px;font-weight:600;line-height:1.3;transition:color .2s}.linkedin-author-name:hover{color:#0073b1}.linkedin-author-title{color:#0009;margin:0 0 4px;font-size:12px;line-height:1.3}.linkedin-post-date{color:#0009;font-size:12px}.linkedin-post-content{color:#000000e6;word-wrap:break-word;padding:0 20px 16px;font-size:14px;line-height:1.5}.linkedin-link{color:#0073b1;cursor:pointer;text-decoration:none}.linkedin-link:hover{text-decoration:underline}.linkedin-hashtag{color:#0073b1;font-weight:500}.linkedin-see-more{color:#0009;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:14px;font-weight:600;transition:color .2s;display:inline}.linkedin-see-more.expanded{margin-left:8px}.linkedin-see-more:hover{color:#000000e6}.linkedin-post-video{width:100%;height:0;margin:0 0 12px;padding-bottom:56.25%;position:relative;overflow:hidden}.linkedin-post-video iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.linkedin-post-images{margin:0 0 12px}.linkedin-post-images img{object-fit:cover;width:100%;height:auto;display:block}.linkedin-post-images-grid{gap:2px;display:grid}.linkedin-post-images-grid.grid-2{grid-template-columns:1fr 1fr}.linkedin-post-images-grid.grid-2 img{height:300px}.linkedin-post-images-grid.grid-3{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.linkedin-post-images-grid.grid-3 img:first-child{grid-column:1/-1;height:300px}.linkedin-post-images-grid.grid-3 img:not(:first-child){height:200px}.linkedin-post-images-grid.grid-4{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.linkedin-post-images-grid.grid-4 img{height:250px}.linkedin-post-metrics{color:#0009;border-top:1px solid #00000014;gap:16px;padding:8px 20px;font-size:12px;display:flex}.linkedin-metric{align-items:center;gap:4px;display:flex}.linkedin-post-footer{background:#00000005;border-top:1px solid #00000014;padding:12px 20px}.linkedin-view-original{color:#0073b1;align-items:center;gap:6px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.linkedin-view-original:hover{color:#004471}@media (width<=768px){.linkedin-post-header{padding:12px 16px}.linkedin-post-content{padding:0 16px 12px;font-size:13px}.linkedin-avatar{width:40px;height:40px}.linkedin-post-metrics{padding:8px 16px}.linkedin-post-footer{padding:12px 16px}.linkedin-post-images-grid.grid-2 img,.linkedin-post-images-grid.grid-3 img:first-child,.linkedin-post-images-grid.grid-3 img:not(:first-child),.linkedin-post-images-grid.grid-4 img{height:auto;min-height:150px}}.demo-video{max-width:600px;margin:0 auto}.demo-video-player{aspect-ratio:16/9;object-fit:contain;background:#0003;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:100%;height:auto;box-shadow:0 8px 32px #0000004d}.demo-video-player:focus{border-color:#80b4c7;outline:none}@media (width<=480px){.nav-header{top:var(--banner-height);height:55px}.nav-container{padding:0 .75rem}.mobile-menu-btn{z-index:1002;justify-content:center;align-items:center;display:flex!important}.nav-logo-text{font-size:1.1rem}.hero{padding-top:calc(var(--banner-height) + 75px)}.hero h1{word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-size:2rem}.hero p{font-size:.95rem}.hero-cta .cta-primary,.hero-cta .cta-secondary{text-align:center;justify-content:center;align-items:center;display:flex;width:100%!important;max-width:300px!important;padding:12px 20px!important;font-size:.95rem!important}.section-content h2{font-size:1.75rem}.single-testimonial .testimonial-card{padding:1rem 1.5rem}.single-testimonial .testimonial-content p{font-size:1rem}.form-row{grid-template-columns:1fr}.blog-posts,.blog-posts-grid{gap:1.5rem}.blog-post-card{padding:1.5rem}.blog-post-card h3{font-size:1.25rem}.blog-post-header{padding:2rem 1rem 1rem}.blog-post-title{word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;font-size:2rem}.mobile-title-break{display:block}.blog-post-date{font-size:1.1rem}.blog-post-authors{font-size:1rem}.blog-post-content{padding:1rem}.blog-post-content .section-content.has-toc{flex-direction:column;gap:1.5rem}.blog-toc{order:-1;width:100%;max-height:none;margin-bottom:2rem;position:static}.blog-post-body{font-size:1rem;line-height:1.6}.blog-post-content .section-content.has-toc .blog-post-body{max-width:100%}.blog-post-body h2{margin:2rem 0 1rem;font-size:1.5rem}.demo-video{max-width:100%;padding:0 .5rem}.demo-video-player{border-radius:8px}.news-description{margin-bottom:1.25rem;font-size:1rem}.news-meta{font-size:.85rem}.linkedin-posts-column.centered-column,.blog-posts-column.centered-column{max-width:100%}.news-feed{gap:1.5rem;padding-left:1.75rem}.news-feed:before{left:.4rem}.timeline-marker{border-width:2px;width:10px;height:10px;left:-1.35rem}.news-item-title{font-size:1.2rem}.news-date-badge{font-size:.7rem}.news-content{padding:1.25rem}.news-content h4{font-size:1.15rem}.news-description{font-size:.95rem}.posts-feed{gap:1.25rem}.linkedin-posts-column.centered-column,.blog-posts-column.centered-column{max-width:100%}}.blog-post-body .youtube-embed{max-width:800px;height:0;margin:40px auto;padding-bottom:56.25%;position:relative;overflow:hidden}.blog-post-body .youtube-embed iframe{border:none;border-radius:12px;width:100%;height:100%;position:absolute;top:0;left:0}.blog-post-body img{border-radius:12px;width:100%;max-width:800px;height:auto;margin:40px auto;display:block}.blog-post-body a{color:#80b4c7;text-decoration:underline}.blog-post-body a:hover{color:#9cc5d7}.blog-post-body a.cta-primary{color:#fff;text-decoration:none}.blog-post-body a.cta-primary:hover{color:#fff}.blog-post-body blockquote{color:#333;background-color:#f5f5f5;border-left:4px solid #80b4c7;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.blog-post-body blockquote p{margin:.5rem 0}.blog-post-body table{border-collapse:collapse;border-radius:8px;width:100%;margin:2rem 0;font-size:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.blog-post-body thead{color:#fff;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%)}.blog-post-body th{text-align:left;border:1px solid #fff3;padding:1rem;font-weight:600}.blog-post-body td{color:#333;border:1px solid #e0e0e0;padding:.875rem 1rem}.blog-post-body tbody tr{background:#fff;transition:background-color .2s}.blog-post-body tbody tr:nth-child(2n){background:#f9f9f9}.blog-post-body tbody tr:hover{background:#f0f7f9}.blog-post-body pre{background:#f6f8fa;border:1px solid #d0d7de;border-radius:8px;margin:2rem 0;padding:1.5rem;line-height:1.6;overflow-x:auto;box-shadow:0 2px 8px #00000014}.blog-post-body pre code{color:#24292f;border-radius:0;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:.9rem;display:block;background:0 0!important;border:none!important;padding:0!important}.blog-post-body code{color:#e83e8c;background:#f4f4f4;border:1px solid #e0e0e0;border-radius:4px;padding:.2rem .4rem;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:.9em}.blog-post-body p code,.blog-post-body li code,.blog-post-body td code{color:#e83e8c;background:#f4f4f4}.collapsible-code-wrapper{margin:2rem 0;position:relative}.collapsible-code-wrapper pre{border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0;transition:max-height .3s}.collapsible-code-wrapper pre.collapsed{position:relative}.collapsible-code-wrapper pre.expanded{max-height:none!important}.code-fade-overlay{pointer-events:none;background:linear-gradient(#0000,#f6f8fa);border-radius:0 0 8px 8px;height:100px;position:absolute;bottom:50px;left:0;right:0}.code-expand-button{cursor:pointer;color:#80b4c7;text-align:center;background:#f6f8fa;border:1px solid #d0d7de;border-top:none;border-radius:0 0 8px 8px;width:100%;padding:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.code-expand-button:hover{color:#80b4c7;background:#80b4c726}.code-expand-button:active{color:#80b4c7;background:#80b4c733}.blog-post-body ul,.blog-post-body ol{margin:1.5rem 0;padding-left:2rem;line-height:1.6}.blog-post-body ul li,.blog-post-body ol li{color:#333;margin-bottom:.375rem}.blog-post-body ul li:last-child,.blog-post-body ol li:last-child{margin-bottom:0}.blog-post-body ul ul,.blog-post-body ol ol,.blog-post-body ul ol,.blog-post-body ol ul{margin-top:.5rem;margin-bottom:.5rem}.blog-post-body h3{color:#000;margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:400}.blog-post-body h4{color:#000;margin:2rem 0 .75rem;font-size:1.25rem;font-weight:500}.blog-post-body .math-formula{text-align:center;color:#000;letter-spacing:.02em;background:#f9f9f9;border-left:4px solid #80b4c7;border-radius:8px;margin:2rem 0;padding:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-style:italic}.blog-post-body .comparison-table table{background:#fff}.blog-post-body .comparison-table th:first-child{text-align:left}.blog-post-body .comparison-results{background:#f9f9f9;border-left:4px solid #80b4c7;border-radius:8px;margin:2rem 0;padding:1.5rem}.blog-post-body .metrics-table{margin:2rem 0}.blog-post-body .metrics-table table{background:#fff}.blog-post-body .metrics-table th{text-align:center}.blog-post-body .metrics-table td{text-align:center;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-weight:600}.blackhat-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.blackhat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;transition:transform .3s,border-color .3s;overflow:hidden}.blackhat-card:hover{border-color:#80b4c74d;transform:translateY(-4px)}.blackhat-image-container{justify-content:center;width:100%;padding:1rem 0;display:flex}.blackhat-image-container img{object-fit:contain;border-radius:8px;max-width:80%;height:auto;box-shadow:0 4px 12px #0003}.blackhat-card-content{padding:2rem}.blackhat-card h2{color:#80b4c7;margin-bottom:1rem;font-size:1.5rem}.blackhat-details{background:#80b4c71a;border-left:3px solid #80b4c7;border-radius:8px;margin:1rem 0;padding:1rem}.blackhat-details p{margin:.5rem 0;font-size:.95rem}.blackhat-description{color:#fffc;margin:1rem 0;line-height:1.6}.blackhat-cta-button{color:#000;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border-radius:8px;margin-top:1rem;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}@media (hover:hover){.blackhat-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}}.blackhat-form{margin-top:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:#80b4c7;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:12px;font-size:.95rem;transition:border-color .3s,background .3s}.form-group input:focus,.form-group textarea:focus{background:#ffffff14;border-color:#80b4c7;outline:none}.form-group textarea{resize:vertical;min-height:100px}.blackhat-submit-button{color:#000;cursor:pointer;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border:none;border-radius:8px;width:100%;padding:12px 32px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s}.blackhat-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}.blackhat-submit-button:disabled{opacity:.6;cursor:not-allowed}.form-success{text-align:center;background:#80b4c71a;border:1px solid #80b4c74d;border-radius:8px;margin-top:1.5rem;padding:2rem}.form-success h3{color:#80b4c7;margin-bottom:.5rem}.form-success p{color:#fffc}@media (width<=768px){.blackhat-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.blackhat-card-content{padding:1.5rem}}.reinvent-cal-container{background:#fffffffa;border:1px solid #80b4c74d;border-radius:12px;max-width:900px;min-height:700px;margin:0 auto;padding:2rem;box-shadow:0 8px 32px #0000001a}@media (width<=768px){.reinvent-cal-container{min-height:600px;padding:1rem}}.careers-list{flex-direction:column;margin-top:2rem;display:flex}.career-item{color:inherit;border-bottom:1px solid #0000001a;flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 0;text-decoration:none;transition:background .2s;display:flex}.career-item:hover{background:#00000005}.career-item h3{color:#80b4c7;margin-bottom:.25rem;font-size:1.15rem}.career-item h3 a{color:inherit;text-decoration:none}.career-item h3 a:hover{text-decoration:underline}.career-location{color:#0009;margin-bottom:0;font-size:.95rem}.career-description{color:#000c;margin-bottom:1rem;font-size:1.05rem;line-height:1.5}.career-tags{flex-wrap:wrap;gap:.5rem;display:flex}.career-tags span{color:#80b4c7;background:#80b4c733;border-radius:16px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.careers-contact{text-align:center;margin-top:2rem}.careers-cta-button{color:#000;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border-radius:8px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}@media (hover:hover){.careers-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}}.careers-loading,.careers-error,.careers-empty{text-align:center;color:#0009;padding:3rem 1rem}.careers-error p{color:#ff6b6b;margin-bottom:2rem}.career-actions{flex-shrink:0;align-items:center;display:flex}.career-apply-button{color:#fff;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border:none;border-radius:20px;padding:12px 24px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}@media (hover:hover){.career-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}}.security-transition-section{background:linear-gradient(#fff 0%,#f8fafb 100%);min-height:100vh;padding:120px 0;position:relative;overflow:hidden}.security-transition-section:before{content:"";background:linear-gradient(90deg,#0000,#80b4c74d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.transition-container{max-width:1400px;margin:0 auto;padding:0 40px}.transition-text-content{text-align:center;margin-bottom:80px;transition:all .6s cubic-bezier(.4,0,.2,1)}.transition-title{color:#000;letter-spacing:-.02em;margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.1}.transition-subtitle{color:#0009;max-width:800px;margin:0 auto;font-size:1.4rem;line-height:1.6}.transition-visual-container{perspective:1000px;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.transition-state{will-change:transform, opacity;border-radius:24px;width:100%;max-width:900px;padding:60px;transition:all .8s cubic-bezier(.4,0,.2,1);position:absolute;box-shadow:0 20px 60px #00000014}.transition-label{text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:32px;font-size:.9rem;font-weight:600}.old-way{background:0 0;border:none}.old-way .transition-label{color:#d32f2f}.alert-chaos{background:#ffffff80;border-radius:16px;height:350px;margin-bottom:32px;position:relative;overflow:hidden}.security-alert{color:#d32f2f;background:#fff;border:2px solid #d32f2f;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;font-size:.85rem;font-weight:500;animation:3s ease-in-out infinite alert-float;display:flex;position:absolute;box-shadow:0 4px 12px #d32f2f26}.security-alert svg{flex-shrink:0}@keyframes alert-float{0%,to{transform:translateY(0)rotate(-2deg)}25%{transform:translateY(-10px)rotate(1deg)}50%{transform:translateY(5px)rotate(-1deg)}75%{transform:translateY(-5px)rotate(2deg)}}.chaos-stats,.order-stats{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.chaos-stat,.order-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:12px;flex-direction:column;align-items:center;gap:8px;min-width:140px;padding:20px 32px;display:flex}.chaos-stat .stat-number{color:#d32f2f;font-size:2rem;font-weight:700}.chaos-stat .stat-label{color:#0009;text-align:center;font-size:.85rem}.new-way{background:linear-gradient(135deg,#f0f9fb 0%,#e8f5f7 100%);border:2px solid #80b4c74d}.new-way .transition-label{color:#4a9db5}.guardrail-order{background:#fff9;border-radius:16px;justify-content:center;align-items:center;min-height:350px;margin-bottom:32px;padding:40px;display:flex}.code-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.flow-step{opacity:0;background:#fff;border:2px solid #80b4c733;border-radius:16px;flex-direction:column;align-items:center;gap:16px;min-width:160px;padding:24px;animation:.6s ease-out forwards step-appear;display:flex;transform:translateY(20px)}@keyframes step-appear{to{opacity:1;transform:translateY(0)}}.flow-step.guardrail-step{background:linear-gradient(135deg,#fff 0%,#f0f9fb 100%);border-color:#80b4c7;box-shadow:0 8px 24px #80b4c726}.flow-icon{color:#4a9db5;background:#80b4c71a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.flow-icon.shield-icon{color:#fff;background:linear-gradient(135deg,#80b4c7 0%,#4a9db5 100%);box-shadow:0 4px 12px #80b4c74d}.flow-icon.success-icon{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#2e7d32 100%)}.flow-step span{color:#000;text-align:center;font-size:.95rem;font-weight:500}.flow-arrow{color:#80b4c780;font-size:2rem;font-weight:300}.order-stat .stat-number{color:#4a9db5;font-size:2rem;font-weight:700}.order-stat .stat-label{color:#0009;text-align:center;font-size:.85rem}.transition-bottom-text{text-align:center;max-width:800px;margin-top:80px;margin-left:auto;margin-right:auto;transition:all .6s cubic-bezier(.4,0,.2,1)}.transition-bottom-text h3{color:#000;letter-spacing:-.02em;margin-bottom:20px;font-size:2.5rem;font-weight:700}.transition-bottom-text p{color:#0009;font-size:1.2rem;line-height:1.7}@media (width<=1024px){.transition-title{font-size:2.8rem}.transition-subtitle{font-size:1.2rem}.transition-state{padding:40px}.flow-step{min-width:140px}}@media (width<=768px){.security-transition-section{padding:80px 0}.transition-container{padding:0 20px}.transition-title{font-size:2.2rem}.transition-subtitle{font-size:1.1rem}.transition-state{padding:30px 20px}.alert-chaos{height:300px}.security-alert{padding:8px 12px;font-size:.75rem}.flow-step{min-width:120px;padding:16px}.flow-arrow{font-size:1.5rem}.transition-bottom-text h3{font-size:1.8rem}.transition-bottom-text p{font-size:1rem}}.site-footer{z-index:5;background:#ffffffe6;border-top:1px solid #0000001a;margin-top:6rem;position:relative}.footer-content{gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-section h4{color:#80b4c7;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-log{display:inline-block}.footer-logo-img{height:32px;margin-bottom:1rem}.footer-description{color:#0009;font-size:.9rem;line-height:1.6}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#0009;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#80b4c7}.footer-bottom{border-top:1px solid #0000001a;padding:1.5rem 0}.footer-bottom-content{flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.footer-bottom p{color:#00000080;margin:0;font-size:.85rem}.footer-social{gap:1rem;display:flex}.footer-social a{color:#00000080;transition:color .2s,transform .2s}.footer-social a:hover{color:#80b4c7;transform:translateY(-1px)}.footer-right{align-items:center;gap:1.5rem;display:flex}.footer-mailing-list{align-items:center;gap:.5rem;display:flex}.footer-email-input{border:1px solid #0003;border-radius:6px;outline:none;min-width:200px;padding:.5rem 1rem;font-size:.85rem;transition:border-color .2s}.footer-email-input:focus{border-color:#80b4c7}.footer-email-input::placeholder{color:#0006}.footer-subscribe-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#80b4c7;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:background-color .2s,transform .2s}.footer-subscribe-btn:hover:not(:disabled){background-color:#6a9fb5;transform:translateY(-1px)}.footer-subscribe-btn:disabled,.footer-email-input:disabled{opacity:.6;cursor:not-allowed}.footer-subscribe-message{width:100%;margin-top:.5rem;font-size:.75rem;display:block}.footer-subscribe-message.success{color:#4caf50}.footer-subscribe-message.error{color:#f44336}.mailing-list-subscribe{text-align:center;background:#fffffff2;border:1px solid #0000001a;border-radius:12px;max-width:600px;margin:2rem auto;padding:2rem}.mailing-list-subscribe h3{color:#000;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.mailing-list-subscribe p{color:#666;margin:0 0 1.5rem;font-size:1rem}.mailing-list-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.mailing-list-input{border:1px solid #0003;border-radius:8px;outline:none;flex:1;min-width:300px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.mailing-list-input:focus{border-color:#80b4c7}.mailing-list-input:disabled{opacity:.6;cursor:not-allowed}.mailing-list-button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#80b4c7;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .2s}.mailing-list-button:hover:not(:disabled){background-color:#6a9fb5;transform:translateY(-2px)}.mailing-list-button:disabled{opacity:.6;cursor:not-allowed}.mailing-list-message{margin-top:1rem;font-size:.9rem}.mailing-list-message.success{color:#4caf50}.mailing-list-message.error{color:#f44336}@media (width<=768px){.mailing-list-subscribe{padding:1.5rem}.mailing-list-form{flex-direction:column;width:100%}.mailing-list-input{width:100%;min-width:unset}.mailing-list-button{width:100%}.footer-content{grid-template-columns:1fr;gap:2rem;padding:3rem 2rem 2rem}.footer-bottom-content{text-align:center;flex-direction:column;gap:1rem}.footer-right{flex-direction:column;gap:1rem}.footer-mailing-list{flex-direction:column;width:100%}.footer-email-input{width:100%;min-width:unset}.footer-subscribe-btn{width:100%}.career-item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 0}}.demo-section-privacy h3{margin-top:1em}.demo-section-privacy ul{margin-top:1em;margin-bottom:1em;margin-left:1em}.demo-section-privacy a{color:#80b4c7}.home-product-features{max-width:1200px;margin:0 auto;padding:80px 20px 40px}.product-feature-block{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:100px;display:grid}.product-feature-block.reverse{direction:rtl}.product-feature-block.reverse>*{direction:ltr}.product-feature-content h3{letter-spacing:-.035em;color:#0a0a0a;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;margin:1rem 0;font-size:2.75rem;font-weight:700;line-height:1.15}.product-feature-content p{color:#0a0a0a99;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.feature-badge{color:#3d8fa8;text-transform:uppercase;letter-spacing:.08em;background:#4a9db514;border:1px solid #4a9db526;border-radius:100px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{color:#0a0a0ab3;align-items:flex-start;gap:12px;margin-bottom:1.1rem;font-size:1rem;line-height:1.6;display:flex}.feature-list li svg{flex-shrink:0;margin-top:2px}.chat-mockup,.dashboard-mockup{background:#fffffffa;border:1px solid #00000014;border-radius:16px;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000f,0 16px 48px #00000014}.chat-mockup:hover,.dashboard-mockup:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0000000a,0 8px 20px #00000014,0 24px 64px #0000001a}.mockup-header{background:#00000005;border-bottom:1px solid #0000000f;align-items:center;gap:12px;padding:14px 18px;display:flex}.mockup-dots{gap:6px;display:flex}.mockup-dots span{background:#0003;border-radius:50%;width:10px;height:10px;transition:background-color .2s}.mockup-header:hover .mockup-dots span:first-child{background:#ff5f57}.mockup-header:hover .mockup-dots span:nth-child(2){background:#ffbd2e}.mockup-header:hover .mockup-dots span:nth-child(3){background:#28ca42}.mockup-title{color:#0009;font-size:.875rem;font-weight:500}.workflow-content{padding:32px 24px}.workflow-step{background:#80b4c70d;border:1px solid #80b4c733;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex}.step-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.step-icon.ai-icon,.step-icon.mcp-icon,.step-icon.pr-icon{color:#fff;background:linear-gradient(135deg,#80b4c7 0%,#6a9db5 100%)}.step-content{flex:1}.step-label{color:#000;margin-bottom:4px;font-weight:600}.step-description{color:#0009;font-size:.875rem}.step-status{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.step-status.checking,.step-status.success{color:#80b4c7;background:#80b4c733}.workflow-arrow{text-align:center;color:#0000004d;padding:8px 0;font-size:1.5rem}.dashboard-content{padding:24px}.dashboard-stat-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.stat-card{text-align:center;background:#80b4c70d;border:1px solid #80b4c733;border-radius:8px;padding:20px}.stat-icon{color:#fff;background:linear-gradient(135deg,#80b4c7 0%,#6a9db5 100%);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 12px;display:flex}.stat-value{color:#000;margin-bottom:4px;font-size:2rem;font-weight:700}.stat-label{color:#0009;font-size:.875rem}.dashboard-chart{background:#80b4c70d;border:1px solid #80b4c733;border-radius:8px;padding:20px}.chart-header{margin-bottom:20px}.chart-title{color:#000;font-size:.95rem;font-weight:600}.chart-bars{align-items:flex-end;gap:12px;height:120px;display:flex}.chart-bars .bar{opacity:0;min-height:20px;height:var(--bar-height);background:linear-gradient(#80b4c7 0%,#6a9db5 100%);border-radius:4px 4px 0 0;flex:1}.chart-bars.animate .bar{animation:.6s ease-out forwards barGrow}.chart-bars.animate .bar[data-delay="0"]{animation-delay:.1s}.chart-bars.animate .bar[data-delay="1"]{animation-delay:.2s}.chart-bars.animate .bar[data-delay="2"]{animation-delay:.3s}.chart-bars.animate .bar[data-delay="3"]{animation-delay:.4s}.chart-bars.animate .bar[data-delay="4"]{animation-delay:.5s}.chart-bars.animate .bar[data-delay="5"]{animation-delay:.6s}.chart-bars.animate .bar[data-delay="6"]{animation-delay:.7s}@keyframes barGrow{0%{opacity:0;transform-origin:bottom;transform:scaleY(0)}50%{opacity:1;transform-origin:bottom;transform:scaleY(1.1)}70%{transform-origin:bottom;transform:scaleY(.95)}to{opacity:1;transform-origin:bottom;transform:scaleY(1)}}.chart-bars .bar:hover{opacity:.8}.chat-content{background:#fff;flex-direction:column;gap:0;min-height:400px;padding:0;display:flex}.chat-content.with-padding{gap:16px;padding:16px}.pr-content{background:#fff;flex-direction:column;gap:0;min-height:400px;padding:0;display:flex}.pr-code-diff,.pr-comment-section{opacity:0;transform:translateY(20px)}.pr-code-diff.animate-in,.pr-comment-section.animate-in{animation:.8s ease-out forwards messageSlideIn}.pr-code-diff[data-delay="0"]{animation-delay:0s}.pr-comment-section[data-delay="1"]{animation-delay:.6s}.chat-message{opacity:0;flex-direction:column;gap:6px;display:flex;transform:translateY(20px)}.chat-message.animate-in{animation:.8s ease-out forwards messageSlideIn}.chat-message[data-delay="0"]{animation-delay:0s}.chat-message[data-delay="1"]{animation-delay:.6s}.chat-message[data-delay="2"]{animation-delay:1.2s}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)scale(.98)}50%{opacity:.5}to{opacity:1;transform:translateY(0)scale(1)}}.chat-label{color:#00000080;align-items:center;gap:6px;padding-left:4px;font-size:.75rem;display:flex}.chat-bubble{border-radius:12px;max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.5}.user-message .chat-bubble{color:#000;background:#80b4c726;border:1px solid #80b4c74d;align-self:flex-end;margin-left:auto}.assistant-bubble{color:#000;background:#fff;border:1px solid #0000001a;align-self:flex-start}.context-bubble{background:#80b4c714;border:1px solid #80b4c733}.context-compact{align-items:flex-start;gap:12px;display:flex}.context-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.context-text-compact{flex-direction:column;flex:1;gap:4px;display:flex}.context-title{color:#000;font-size:.9rem;font-weight:600}.context-summary{color:#000000a6;font-size:.85rem;line-height:1.5}.code-bubble{padding:0;overflow:hidden}.code-block-header{background:#00000008;border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.code-file{color:#000000b3;font-family:Monaco,Courier New,monospace;font-size:.85rem}.code-additions{color:#80b4c7;font-size:.8rem;font-weight:600}.code-preview{background:#00000005;padding:16px;font-family:Monaco,Courier New,monospace;font-size:.85rem}.code-line{color:#000;line-height:1.6}.code-indent{padding-left:24px}.code-comment{color:#6a9955}.code-keyword{color:#00f;font-weight:600}.code-string{color:#a31515}.code-function{color:#795e26}.pr-code-diff{background:#fff;border-bottom:1px solid #0000001a}.diff-file-header{background:#f6f8fa;border-bottom:1px solid #d0d7de;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.diff-file-name{color:#24292f;font-size:.875rem;font-weight:600}.diff-code-block{background:#fff;font-family:Monaco,Courier New,monospace;font-size:.75rem}.diff-line{align-items:center;min-height:20px;display:flex}.diff-line.added{background:#dafbe1}.diff-line-number{text-align:right;color:#57606a;-webkit-user-select:none;user-select:none;background:#f6f8fa;border-right:1px solid #d0d7de;width:40px;padding:0 8px;display:inline-block}.diff-symbol{text-align:center;color:#1a7f37;-webkit-user-select:none;user-select:none;width:20px;font-weight:700;display:inline-block}.diff-code{color:#24292f;white-space:pre;flex:1;padding:0 8px}.pr-comment-section{background:#fff;padding:16px}.pr-comment{border:1px solid #d0d7de;border-radius:6px;overflow:hidden}.comment-header{background:#f6f8fa;border-bottom:1px solid #d0d7de;align-items:center;gap:8px;padding:12px 16px;display:flex}.comment-avatar{border-radius:4px;width:24px;height:24px}.comment-meta{align-items:center;gap:6px;font-size:.875rem;display:flex}.comment-author{color:#24292f;font-weight:600}.comment-badge{color:#0969da;background:#ddf4ff;border:1px solid #54aeff;border-radius:12px;padding:2px 6px;font-size:.75rem}.comment-time{color:#57606a}.comment-body{background:#fff;padding:16px}.comment-body p{color:#24292f;margin:0 0 16px;font-size:.875rem;line-height:1.6}.comment-body code{background:#afb8c133;border-radius:3px;padding:2px 6px;font-family:Monaco,Courier New,monospace;font-size:.85em}.comment-code-block{background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;padding:12px;font-family:Monaco,Courier New,monospace;font-size:.75rem;overflow-x:auto}.pr-code-line{color:#24292f;white-space:pre;line-height:1.5}@media (width<=968px){.product-feature-block{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.product-feature-block.reverse{direction:ltr}.dashboard-stat-row{grid-template-columns:1fr}.workflow-step{text-align:center;flex-direction:column}.step-status{margin-top:8px}}.product-section{background:#fff;padding:80px 20px}.product-features{flex-direction:column;gap:30px;max-width:900px;margin:0 auto;display:flex}.product-feature-card{background:#80b4c70d;border:1px solid #80b4c733;border-radius:12px;gap:20px;padding:30px;transition:all .3s;display:flex}.product-feature-card:hover{background:#80b4c714;border-color:#80b4c74d;transform:translateY(-2px);box-shadow:0 8px 20px #80b4c726}.feature-number{color:#fff;background:linear-gradient(135deg,#80b4c7 0%,#4a9db5 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:600;display:flex}.feature-content h3{color:#000;margin:0 0 12px;font-size:1.25rem}.feature-content p{color:#000000b3;margin:0;line-height:1.6}.integrations-section{background:#80b4c708;padding:60px 20px}.backing-section{background:#fff;padding:60px 20px}@media (width<=768px){.product-feature-card{flex-direction:column;padding:20px}.feature-number{align-self:flex-start}}.pricing-cards-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.pricing-card{background:#fffffff2;border:1px solid #0000001a;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.pricing-card:hover{border-color:#80b4c780;transform:translateY(-4px)}.pricing-card-header{text-align:center;background:0 0;border-bottom:1px solid #0000001a;padding:2rem 1.5rem}.pricing-card-header h3{color:#000;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.plan-price{justify-content:center;align-items:center;gap:.25rem;min-height:3rem;margin:1.5rem 0;display:flex}.price-currency{color:#80b4c7;align-self:flex-start;margin-top:.25rem;font-size:1.5rem;font-weight:600}.price-amount{color:#80b4c7;font-size:2.25rem;font-weight:700;line-height:1}.price-amount:only-child{font-size:1.5rem;font-weight:600}.price-period{color:#666;align-self:flex-end;margin-bottom:.5rem;font-size:1rem}.price-note{color:#666;margin-bottom:1rem;font-size:.875rem}.plan-cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:#80b4c7;border:2px solid #80b4c7;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:50px;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}@media (hover:hover){.plan-cta-button:hover{background:#80b4c7;border-color:#80b4c7;transform:translateY(-2px);box-shadow:0 4px 12px #80b4c74d}}.plan-cta-button:focus,.plan-cta-button:focus-visible{outline:none}.plan-cta-button.primary{color:#fff;background:#80b4c7}@media (hover:hover){.plan-cta-button.primary:hover{background:#6a9db5;transform:translateY(-2px);box-shadow:0 4px 12px #80b4c74d}}.pricing-card-features{flex-grow:1;padding:1.5rem}.pricing-card-features ul{margin:0;padding:0;list-style:none}.pricing-card-features li{align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.95rem;display:flex}.feature-included svg{flex-shrink:0;margin-top:.1rem}.feature-included span:last-child{color:#000}.feature-excluded{color:#999}.feature-excluded span:first-child{text-align:center;flex-shrink:0;width:20px}.feature-info{color:#666}.feature-info span:first-child{color:#80b4c7;font-weight:500}.feature-label{color:#666;min-width:100px;font-weight:500}.feature-limit{color:#000;font-weight:600}@media (width<=1024px){.pricing-cards-container{grid-template-columns:1fr;max-width:600px}}@media (width<=768px){.pricing-card-header{padding:1.5rem 1rem}.pricing-card-header h3{font-size:1.25rem}.price-amount{font-size:2rem}.pricing-card-features{padding:1rem}}.paradigm-shift-section{background:0 0;padding:20px 0 40px;position:relative;overflow:hidden}.paradigm-shift-content{max-width:1400px;margin:0 auto;padding:0 2rem}.paradigm-shift-header{text-align:center;margin-bottom:40px}.shift-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#4a9db5;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;transition:opacity .6s}.paradigm-shift-header h2{letter-spacing:-.035em;color:#0a0a0a;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.15;transition:opacity .6s}.highlight-text{background:linear-gradient(135deg,#4a9db5 0%,#3d8fa8 50%,#2d7a91 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shift-description{color:#0a0a0a80;max-width:720px;margin:0 auto;font-size:1.2rem;line-height:1.7;transition:opacity .6s}.paradigm-shift-visual{margin:60px 0;position:relative}.shift-timeline{max-width:600px;height:4px;margin-bottom:60px;margin-left:auto;margin-right:auto;position:relative}.timeline-line{background:#0000001a;border-radius:2px;height:100%;position:absolute;top:0;left:0;right:0}.timeline-progress{background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border-radius:2px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;box-shadow:0 0 20px #80b4c766}.shift-comparison{grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;display:grid}.shift-comparison.single-column{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto}.shift-column{background:0 0;border:none;border-radius:20px;padding:32px;position:relative}.shift-column-header{text-align:center;margin-bottom:40px;transition:all .6s cubic-bezier(.4,0,.2,1)}.shift-label{text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.old-label{color:#d32f2f;background:#d32f2f1a;border:1px solid #d32f2f33}.new-label{color:#4a9db5;background:#80b4c726;border:1px solid #80b4c74d}.shift-column-header h3{color:#000;margin-bottom:.75rem;font-size:2rem;font-weight:700}.shift-column-header p{color:#666;font-size:1.125rem;line-height:1.6}.shift-visual-container{transition:all .6s cubic-bezier(.4,0,.2,1)}.code-window{background:#fff;border:1px solid #0000000f;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000f,0 16px 48px #00000014}.code-window-header{background:#00000005;border-bottom:1px solid #00000014;align-items:center;gap:12px;padding:12px 16px;display:flex}.window-dots{gap:6px;display:flex}.window-dots span{background:#0003;border-radius:50%;width:10px;height:10px;transition:background-color .2s}.code-window:hover .window-dots span:first-child{background:#ff5f57}.code-window:hover .window-dots span:nth-child(2){background:#ffbd2e}.code-window:hover .window-dots span:nth-child(3){background:#28ca42}.window-title{color:#0009;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.875rem;font-weight:500}.code-window-body{height:350px;min-height:350px;padding:20px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.9rem;line-height:1.6;position:relative}.guardrail-badge{color:#4a9db5;background:#80b4c71a;border:1px solid #80b4c74d;border-radius:6px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.guardrail-badge svg{stroke:#4a9db5}.code-window-body .code-line{align-items:center;gap:16px;padding:6px 0;transition:all .3s;display:flex;position:relative}.line-number{color:#0000004d;text-align:right;-webkit-user-select:none;user-select:none;min-width:30px}.code-text{color:#000;flex:1}.error-indicator{background:#d32f2f;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-error;box-shadow:0 0 12px #d32f2f80}@keyframes pulse-error{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.check-indicator{color:#28ca42;opacity:0;font-size:1.1rem;font-weight:700;animation:.4s forwards fade-in-check}.code-window-body .code-line.safe .check-indicator{animation-delay:.3s}@keyframes fade-in-check{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.alert-stack{pointer-events:none;z-index:10;grid-template-rows:repeat(2,auto);grid-template-columns:repeat(6,1fr);gap:16px 12px;width:90%;max-width:700px;padding:20px;display:grid;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.alert-stack>.security-alert:first-child{grid-area:1/1/auto/3}.alert-stack>.security-alert:nth-child(2){grid-area:1/3/auto/5}.alert-stack>.security-alert:nth-child(3){grid-area:1/5/auto/7}.alert-stack>.security-alert:nth-child(4){grid-area:2/2/auto/4;justify-self:center}.alert-stack>.security-alert:nth-child(5){grid-area:2/4/auto/6;justify-self:center}.security-alert{pointer-events:auto;box-sizing:border-box;background:#fffffffa;border:1px solid #d32f2f4d;border-radius:8px;align-items:center;gap:10px;min-width:0;max-width:250px;padding:10px 12px;animation:.4s ease-out backwards slide-in-alert;display:flex;position:relative;box-shadow:0 4px 12px #d32f2f26}.security-alert[data-delay="0"]{animation-delay:.2s;top:50px;left:20px}.security-alert[data-delay="1"]{animation-delay:.4s;top:50px;left:50%;transform:translate(-50%)}.security-alert[data-delay="2"]{animation-delay:.6s;top:50px;right:20px}.security-alert[data-delay="3"]{animation-delay:.8s;top:95px;left:37%;transform:translate(-50%)}.security-alert[data-delay="4"]{animation-delay:1s;top:95px;left:63%;transform:translate(-50%)}@keyframes slide-in-alert{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.security-alert[data-delay="1"],.security-alert[data-delay="3"],.security-alert[data-delay="4"]{animation:.4s ease-out backwards slide-in-alert-center}@keyframes slide-in-alert-center{0%{opacity:0;transform:translate(-50%,-10px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.alert-icon{font-size:1.2rem;line-height:1}.alert-content{flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.alert-title{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:600}.alert-severity{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.7rem;font-weight:700}.alert-severity.critical{color:#d32f2f;background:#d32f2f26}.alert-severity.high{color:#ff9800;background:#ff980026}.alert-severity.medium{color:#fbc02d;background:#fbc02d26}.alert-severity.info{color:#2196f3;background:#2196f326}.success-banner{color:#28ca42;background:linear-gradient(135deg,#28ca421a 0%,#28ca420d 100%);border-top:1px solid #28ca4233;align-items:center;gap:12px;padding:16px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;display:flex}.success-banner svg{stroke:#28ca42;flex-shrink:0}.prompt-line{background:#80b4c714;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:8px;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.prompt-icon{flex-shrink:0;font-size:1.2rem}.prompt-text{color:#000000d9;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0;font-size:.95rem;line-height:1.5}.typing-cursor{vertical-align:text-bottom;background-color:#000000b3;width:2px;height:1em;margin-left:2px;animation:1s infinite blink;display:inline-block}.generating-line{align-items:center;gap:12px;margin-bottom:16px;padding:12px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.generating-icon{flex-shrink:0;font-size:1.2rem;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.generating-text{color:#0009;font-size:.9rem;font-style:italic}.paradigm-shift-footer{transition:opacity .8s}.shift-stat-row{border-top:1px solid #00000014;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1000px;margin:0 auto;padding:60px 0;display:grid}.shift-stat{text-align:center}.stat-number-large{background:linear-gradient(135deg,#80b4c7 0%,#4a9db5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:3.5rem;font-weight:800;line-height:1.2}.stat-label-large{color:#666;font-size:1.125rem;font-weight:500;line-height:1.5}@media (width<=1024px){.paradigm-shift-section{padding:30px 0}.paradigm-shift-header h2{font-size:2.5rem}.shift-comparison{gap:40px}.stat-number-large{font-size:2.5rem}}@media (width<=768px){.paradigm-shift-section{padding:20px 0}.paradigm-shift-header h2{font-size:2rem}.shift-description{font-size:1.125rem}.shift-comparison{grid-template-columns:1fr;gap:60px}.shift-timeline{margin-bottom:40px}.shift-column-header h3{font-size:1.5rem}.code-window{border-radius:8px;min-height:0;overflow:hidden}.code-window-body{min-height:0;padding:12px;font-size:.75rem;line-height:1.5;overflow-x:auto}.code-window-body .code-line{white-space:nowrap;gap:8px;padding:4px 0}.code-text{text-overflow:ellipsis;max-width:100%;display:inline-block;overflow:hidden}.prompt-line,.generating-line{white-space:normal;word-break:break-word}.prompt-text{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.line-number{flex-shrink:0;min-width:24px;font-size:.7rem}.shift-column{padding:20px;overflow:hidden}.shift-column-header{margin-bottom:24px}.alert-stack{flex-direction:column;gap:8px;max-width:100%;min-height:auto;margin-top:4px;padding:12px;display:flex;position:relative}.security-alert{width:100%;max-width:100%;margin:0;animation:.4s ease-out backwards slide-in-mobile;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.security-alert[data-delay="0"]{animation-delay:.2s}.security-alert[data-delay="1"]{animation-delay:.4s}.security-alert[data-delay="2"]{animation-delay:.6s}.security-alert[data-delay="3"]{animation-delay:.8s}.security-alert[data-delay="4"]{animation-delay:1s}@keyframes slide-in-mobile{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shift-stat-row{grid-template-columns:1fr;gap:40px;padding:40px 0}.stat-number-large{font-size:2rem}.stat-label-large{font-size:1rem}}@media (width<=480px){.paradigm-shift-header h2{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.75rem}.shift-description{font-size:1rem}.paradigm-shift-content{padding:0 .5rem}.home-product-features{max-width:100vw;padding:60px 1rem 40px;overflow-x:hidden}.section-header-content{max-width:100%;padding:0 1rem}.section-content{max-width:100%;padding:0 1rem;overflow-x:hidden}.product-feature-content h3{word-break:break-word;max-width:100%;padding:0;font-size:1.1rem;font-weight:700;line-height:1.2}.product-feature-content p{max-width:100%;padding:0}.product-feature-visual{max-width:100%;overflow:hidden}.code-window{overflow:hidden}.code-window-body{-webkit-overflow-scrolling:touch;padding:10px;font-size:.7rem;overflow-x:auto}.code-window-body .code-line{white-space:nowrap;gap:6px;min-width:0;padding:3px 0}.code-window-body .code-text{display:inline-block}.prompt-line{word-break:break-word;white-space:normal!important}.prompt-text{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal!important}.security-alert{padding:8px 10px;font-size:.75rem}.alert-title{font-size:.75rem}.alert-icon{font-size:.9rem}.shift-column{padding:16px}.shift-column-header{margin-bottom:20px}.shift-column-header h3{font-size:1.3rem}.shift-column-header p{font-size:.95rem}.chat-mockup,.dashboard-mockup{font-size:.85rem;overflow:hidden}.chat-bubble{word-wrap:break-word;overflow-wrap:break-word;padding:10px 12px;font-size:.8rem}.code-preview{font-size:.7rem;overflow-x:auto}.code-preview .code-line{white-space:nowrap}.chat-content,.dashboard-content{overflow:hidden}.product-feature-content h3{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.5rem;font-weight:700;line-height:1.2}.product-feature-content p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;max-width:100%;font-size:.95rem}.product-feature-block{gap:30px;margin-bottom:40px}.how-it-works-header h2{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.5rem;font-weight:700;line-height:1.2}.shift-description{word-wrap:break-word;overflow-wrap:break-word}.cta-primary,.cta-secondary{white-space:nowrap;min-height:44px;padding:12px 20px;font-size:.9rem}.feature-list{max-width:100%;padding-right:.5rem;overflow-x:hidden}.feature-list li{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;margin-bottom:12px;font-size:.9rem}.feature-list li span{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:calc(100% - 30px);display:inline-block}.stat-card{padding:16px 12px}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}}.product-hero{background:linear-gradient(#fff 0%,#f8f9fa 100%);padding:120px 0 80px;position:relative}.product-hero h1{letter-spacing:-.02em;background:linear-gradient(135deg,#000 0%,#333 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:4rem;font-weight:700;line-height:1.1}.product-hero-description{color:#666;max-width:800px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.375rem;line-height:1.6}.product-hero-cta{justify-content:center;align-items:center;gap:16px;display:flex}.product-features-grid{background:#fff;padding:80px 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.feature-grid-card{background:#fff;border:1px solid #00000014;border-radius:16px;padding:40px 32px;transition:all .3s}.feature-grid-card:hover{border-color:#80b4c74d;transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.feature-grid-icon{color:#80b4c7;background:#80b4c71a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.feature-grid-card h3{color:#000;margin-bottom:16px;font-size:1.5rem;font-weight:700}.feature-grid-card p{color:#666;font-size:1rem;line-height:1.6}.product-feature-detail{background:#fff;padding:100px 0}.product-feature-detail:nth-child(2n){background:#f8f9fa}.product-feature-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:grid}.product-feature-reverse .product-feature-layout{direction:rtl}.product-feature-reverse .product-feature-text,.product-feature-reverse .product-feature-visual{direction:ltr}.product-feature-text h2{letter-spacing:-.02em;color:#000;margin-bottom:20px;font-size:2.5rem;font-weight:700;line-height:1.2}.product-feature-text p{color:#666;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.feature-checklist{margin:0;padding:0;list-style:none}.feature-checklist li{color:#333;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:1rem;display:flex}.feature-checklist li svg{flex-shrink:0;margin-top:2px}.product-feature-visual{position:relative}.product-integrations{background:#fff;padding:100px 0}.product-integrations h2{text-align:center;color:#000;margin-bottom:16px;font-size:2.5rem;font-weight:700}.integrations-description{text-align:center;color:#666;max-width:700px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:1.125rem}.integrations-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.integration-card{text-align:center;background:#fff;border:1px solid #00000014;border-radius:12px;padding:40px 24px;transition:all .3s}.integration-card:hover{border-color:#80b4c74d;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.integration-icon{color:#80b4c7;background:#80b4c71a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex}.integration-name{color:#000;font-size:1rem;font-weight:600}.product-leadership{background:#f8f9fa;padding:100px 0}.product-leadership h2{text-align:center;color:#000;margin-bottom:16px;font-size:2.5rem;font-weight:700}.section-description{text-align:center;color:#666;max-width:700px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:1.125rem}.leadership-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.leadership-card{color:inherit;background:#fff;border:1px solid #00000014;border-radius:16px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.leadership-card:hover{border-color:#80b4c74d;transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.leadership-headshot{aspect-ratio:1;border-radius:50%;width:200px;height:200px;margin:0 auto 1.5rem;position:relative;overflow:hidden}.leadership-headshot img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.leadership-info{padding:24px}.leadership-name{color:#000;margin-bottom:4px;font-size:1.25rem;font-weight:700}.leadership-title{color:#80b4c7;margin-bottom:16px;font-size:.95rem;font-weight:600}.leadership-bio{color:#666;font-size:.95rem;line-height:1.6}.product-backing{background:#fff;padding:80px 0}.product-backing h2{text-align:center;color:#000;margin-bottom:16px;font-size:2.5rem;font-weight:700}@media (width<=1024px){.product-hero h1{font-size:3rem}.features-grid{grid-template-columns:1fr;gap:24px}.product-feature-layout{grid-template-columns:1fr;gap:60px}.product-feature-reverse .product-feature-layout{direction:ltr}.integrations-grid{grid-template-columns:repeat(2,1fr)}.leadership-grid{grid-template-columns:1fr;gap:24px}}@media (width<=768px){.product-hero{padding:80px 0 60px}.product-hero h1{font-size:2.25rem}.product-hero-description{font-size:1.125rem}.product-hero-cta{flex-direction:column;width:100%}.product-hero-cta a{text-align:center;width:100%}.product-features-grid,.product-feature-detail{padding:60px 0}.product-feature-text h2{font-size:1.875rem}.product-integrations{padding:60px 0}.integrations-grid{grid-template-columns:1fr}.product-leadership{padding:60px 0}.product-leadership h2,.product-integrations h2,.product-backing h2{font-size:1.875rem}}.product-hero{background:linear-gradient(#f8f9fa 0%,#fff 100%);padding:140px 0 100px}.product-hero-content{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.product-hero-badge{color:#80b4c7;letter-spacing:1px;text-transform:uppercase;background:#fff;border:1.5px solid #80b4c766;border-radius:50px;margin-bottom:28px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block}.product-hero h1{letter-spacing:-.03em;color:#000;margin-bottom:28px;font-size:3.5rem;font-weight:800;line-height:1.1}.product-hero-description{color:#555;margin-bottom:44px;font-size:1.25rem;line-height:1.7}.product-hero-cta{justify-content:center;gap:16px;display:flex}.product-how-it-works{background:#fff;padding:100px 0}.how-it-works-header{text-align:center;margin-bottom:80px}.how-it-works-header h2{letter-spacing:-.035em;color:#0a0a0a;margin-bottom:16px;font-size:3rem;font-weight:700;line-height:1.15}.section-subtitle{color:#666;font-size:1.125rem}.how-it-works-steps{flex-direction:column;gap:60px;max-width:900px;margin:0 auto;display:flex}.step-card{grid-template-columns:100px 1fr;align-items:start;gap:40px;display:grid}.step-number{color:#80b4c7;opacity:.3;letter-spacing:-.03em;font-size:4rem;font-weight:900;line-height:1}.step-content h3{color:#000;margin-bottom:16px;font-size:1.75rem;font-weight:700}.step-content p{color:#555;margin-bottom:24px;font-size:1.0625rem;line-height:1.7}.step-features{margin:0;padding:0;list-style:none}.step-features li{color:#666;border-bottom:1px solid #0000000f;padding:12px 0 12px 32px;font-size:.9375rem;position:relative}.step-features li:last-child{border-bottom:none}.step-features li:before{content:"→";color:#80b4c7;font-weight:700;position:absolute;left:0}.product-capabilities{background:#f8f9fa;padding:100px 0}.product-capabilities h2{text-align:center;color:#000;letter-spacing:-.02em;margin-bottom:16px;font-size:2.75rem;font-weight:800}.product-capabilities .section-subtitle{text-align:center;margin-bottom:80px}.capabilities-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.capability-card{background:#fff;border:1px solid #0000000f;border-radius:12px;padding:36px 28px;transition:all .3s}.capability-card:hover{border-color:#80b4c740;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.capability-icon{color:#80b4c7;background:#80b4c714;border-radius:10px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.capability-card h3{color:#000;margin-bottom:12px;font-size:1.125rem;font-weight:700}.capability-card p{color:#666;font-size:.9375rem;line-height:1.6}.product-use-cases{background:#fff;padding:100px 0}.product-use-cases h2{text-align:center;color:#000;letter-spacing:-.02em;margin-bottom:80px;font-size:2.75rem;font-weight:800}.use-cases-layout{grid-template-columns:repeat(2,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}.use-case-card{background:#f8f9fa;border:1px solid #0000000f;border-radius:16px;padding:48px 40px;transition:all .3s}.use-case-card:hover{border-color:#80b4c740;transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.use-case-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.use-case-icon{color:#80b4c7;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.use-case-header h3{color:#000;margin:0;font-size:1.75rem;font-weight:700}.use-case-description{color:#555;margin-bottom:28px;font-size:1.0625rem;line-height:1.7}.use-case-benefits{margin:0;padding:0;list-style:none}.use-case-benefits li{color:#666;border-top:1px solid #0000000f;padding:14px 0 14px 28px;font-size:.9375rem;line-height:1.6;position:relative}.use-case-benefits li:first-child{border-top:none;padding-top:0}.use-case-benefits li:before{content:"✓";color:#80b4c7;font-size:1.1rem;font-weight:700;position:absolute;left:0}.product-integrations-simple{background:#f8f9fa;padding:100px 0}.product-integrations-simple h2{text-align:center;color:#000;letter-spacing:-.02em;margin-bottom:16px;font-size:2.75rem;font-weight:800}.product-integrations-simple .section-subtitle{text-align:center;margin-bottom:60px}.integration-logos{flex-wrap:wrap;justify-content:center;gap:60px;max-width:1000px;margin:0 auto 40px;display:flex;margin-top:0!important}.integration-logo-item{flex-direction:column;align-items:center;gap:16px;display:flex}.integration-logo-placeholder{color:#80b4c7;background:#fff;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex}.integration-logo-item:hover .integration-logo-placeholder{border-color:#80b4c74d;transform:translateY(-4px);box-shadow:0 8px 20px #80b4c733}.integration-logo-item span{color:#333;font-size:.9375rem;font-weight:600}.integration-note{text-align:center}.integration-note p{color:#888;font-size:.9375rem}.pp-hero{background:linear-gradient(#fff 0%,#f8fbfc 100%);padding:140px 0 80px}.pp-hero-inner{text-align:center;max-width:820px;margin:0 auto;padding:0 2rem}.pp-hero h1{letter-spacing:-.035em;color:#0a0a0a;margin-bottom:24px;font-size:4rem;font-weight:700;line-height:1.08}.pp-hero h1 em{color:#5ba8c0;font-style:normal}.pp-hero-desc{color:#0a0a0a8c;max-width:680px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.65}.pp-hero-actions{justify-content:center;align-items:center;gap:14px;margin-bottom:8px;display:flex}.pp-hero-note{color:#aaa;margin-top:16px;font-size:.85rem}.pp-section-inner{max-width:1100px;margin:0 auto;padding:0 2rem}.pp-flow-section{background:#f6fafb;padding:100px 0}.pp-flow-section h2,.pp-caps-section h2,.pp-split-section h2{text-align:center;letter-spacing:-.03em;color:#0a0a0a;margin-bottom:12px;font-size:2.75rem;font-weight:700}.pp-section-sub{text-align:center;color:#0a0a0a80;max-width:600px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:1.125rem}.pp-flow{flex-direction:column;gap:0;display:flex}.pp-flow-step{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.pp-flow-step-reverse{direction:rtl}.pp-flow-step-reverse>*{direction:ltr}.pp-flow-connector{justify-content:center;padding:8px 0;display:flex}.pp-flow-text{padding:20px 0}.pp-flow-num{color:#80b4c7;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:.8rem;font-weight:700}.pp-flow-text h3{letter-spacing:-.02em;color:#0a0a0a;margin-bottom:14px;font-size:1.75rem;font-weight:700}.pp-flow-text p{color:#0a0a0a99;font-size:1.05rem;line-height:1.7}.pp-flow-mockup{background:#fff;border:1px solid #00000014;border-radius:12px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000f,0 16px 48px #0000000f}.pp-flow-mockup:hover{transform:translateY(-3px);box-shadow:0 1px 2px #0000000a,0 8px 24px #00000014,0 24px 64px #00000014}.pp-mock-bar{background:#f8f9fa;border-bottom:1px solid #0000000f;align-items:center;gap:6px;padding:10px 14px;display:flex}.pp-mock-dot{background:#0000001a;border-radius:50%;width:8px;height:8px}.pp-mock-title{color:#999;margin-left:auto;font-size:.7rem;font-weight:500}.pp-mock-body{padding:16px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.78rem;line-height:1.6}.pp-mock-line{border-radius:6px;margin-bottom:6px;padding:4px 8px}.pp-mock-line:last-child{margin-bottom:0}.pp-mock-line-user{color:#333;background:#0a0a0a0a}.pp-mock-line-corridor{color:#5ba8c0;background:#80b4c714;align-items:center;gap:8px;font-family:inherit;font-size:.75rem;font-weight:600;display:flex}.pp-mock-line-code{color:#555}.pp-mock-line-blocked{color:#c0392b;background:#e74c3c0f;align-items:center;gap:8px;font-family:inherit;font-size:.72rem;display:flex}.pp-mock-kw{color:#8250df;font-weight:600}.pp-mock-cm{color:#6a737d}.pp-mock-diff{background:#2ea0430f;border-radius:6px;margin-bottom:8px;padding:4px 8px}.pp-mock-diff-add{color:#1a7f37;font-size:.75rem}.pp-mock-comment{color:#444;background:#80b4c70f;border-left:3px solid #80b4c7;border-radius:6px;align-items:flex-start;gap:8px;padding:8px;font-family:inherit;font-size:.72rem;line-height:1.5;display:flex}.pp-mock-dash{gap:12px;font-family:inherit;display:flex}.pp-mock-stat{text-align:center;background:#80b4c70a;border-radius:8px;flex:1;padding:12px 8px}.pp-mock-stat-num{color:#0a0a0a;letter-spacing:-.02em;font-family:inherit;font-size:1.4rem;font-weight:700;display:block}.pp-mock-stat-label{color:#999;margin-top:2px;font-family:inherit;font-size:.65rem;display:block}.pp-mock-terminal{background:#1e1e2e;border-radius:0 0 12px 12px;padding:14px 16px;font-size:.75rem}.pp-mock-term-line{color:#cdd6f4;margin-bottom:4px}.pp-mock-term-corridor{color:#80b4c7}.pp-mock-term-pass{color:#a6e3a1}.pp-mock-chat{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.pp-mock-chat-msg{border-radius:8px;padding:8px 12px;font-size:.75rem;line-height:1.5}.pp-mock-chat-user{color:#333;background:#f0f0f0;align-self:flex-end;max-width:85%}.pp-mock-chat-assistant{background:#f8fafb;border:1px solid #80b4c733;align-self:flex-start;max-width:90%}.pp-mock-chat-label{color:#0a0a0a;align-items:center;gap:6px;margin-bottom:4px;font-size:.7rem;font-weight:600;display:flex}.pp-mock-chat-context{color:#0a0a0a8c;font-size:.7rem}.pp-mock-log{padding:8px 12px;font-family:inherit;font-size:.72rem}.pp-mock-log-row{border-bottom:1px solid #0000000a;align-items:baseline;gap:10px;padding:6px 0;display:flex}.pp-mock-log-row:last-child{border-bottom:none}.pp-mock-log-time{color:#bbb;flex-shrink:0;width:44px;font-size:.68rem}.pp-mock-log-user{color:#555;flex-shrink:0;width:60px;font-weight:600}.pp-mock-log-action{color:#777}.pp-mock-log-blocked{color:#c0392b;font-weight:500}.pp-pipeline{justify-content:center;align-items:center;gap:0;margin-bottom:64px;padding:0 2rem;display:flex}.pp-pipeline-node{flex-direction:column;align-items:center;gap:10px;display:flex}.pp-pipeline-node span{color:#555;font-size:.85rem;font-weight:600}.pp-pipeline-line{opacity:.3;background:repeating-linear-gradient(90deg,#80b4c7 0 6px,#0000 6px 12px);width:80px;height:2px}.pp-caps-section{background:#fff;padding:100px 0}.pp-caps-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px;display:grid}.pp-caps-grid-3{grid-template-columns:repeat(3,1fr)}.pp-caps-item{border:1px solid #0000000f;border-radius:16px;padding:32px;transition:transform .3s,box-shadow .3s}.pp-caps-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.pp-caps-item h3{color:#0a0a0a;margin-bottom:8px;font-size:1.15rem;font-weight:700}.pp-caps-item p{color:#0a0a0a8c;font-size:.95rem;line-height:1.6}.pp-split-section{background:#fff;padding:100px 0}.pp-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.pp-split-text h2{text-align:left;margin-bottom:20px;font-size:2.25rem}.pp-split-text p{color:#0a0a0a99;margin-bottom:16px;font-size:1.05rem;line-height:1.7}.pp-split-text p:last-child{margin-bottom:0}.pp-tool-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:320px;margin:0 auto;display:grid}.pp-tool-card{color:#333;background:#fff;border:1px solid #00000014;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 2px 8px #0000000a}.pp-tool-icon{flex-shrink:0}.pp-tool-icon img{border-radius:6px;width:32px;height:32px}.pp-tool-arrow{justify-content:center;padding:12px 0;display:flex}.pp-tool-question{text-align:center;color:#c0392b;opacity:.7;border:1.5px dashed #c0392b40;border-radius:10px;max-width:280px;margin:0 auto;padding:12px 20px;font-size:1rem;font-weight:600}.pp-pillars{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:8px;display:grid}.pp-pillar{flex-direction:column;display:flex}.pp-pillar-visual{margin-bottom:24px}.pp-pillar h3{color:#0a0a0a;margin-bottom:10px;font-size:1.2rem;font-weight:700}.pp-pillar p{color:#0a0a0a8c;font-size:.95rem;line-height:1.6}.pp-integrations-section{padding:40px 0 0}@media (width<=900px){.pp-hero h1{font-size:2.75rem}.pp-hero-desc{font-size:1.1rem}.pp-flow-step,.pp-flow-step-reverse{direction:ltr;grid-template-columns:1fr}.pp-flow-step-reverse>*{direction:ltr}.pp-split{grid-template-columns:1fr;gap:40px}.pp-split-text h2{text-align:center}.pp-split-visual{order:-1}.pp-pillars{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.pp-caps-grid,.pp-caps-grid-3{grid-template-columns:1fr}.pp-flow-section h2,.pp-caps-section h2,.pp-split-section h2{font-size:2.25rem}.pp-pipeline{flex-wrap:wrap;gap:12px}.pp-pipeline-line{width:40px}}@media (width<=480px){.pp-hero{padding:110px 0 60px}.pp-hero h1{font-size:2.2rem}.pp-hero-actions{flex-direction:column;width:100%}.pp-hero-actions .cta-primary,.pp-hero-actions .cta-secondary{text-align:center;width:100%}.pp-flow-section,.pp-caps-section,.pp-split-section{padding:60px 0}.pp-tool-grid{grid-template-columns:1fr}}.product-cta{background:linear-gradient(135deg,#80b4c7 0%,#6a9fb5 100%);padding:120px 0;position:relative;overflow:hidden}.product-cta:before{content:"";opacity:.5;background:url("data:image/svg+xml,<svg width=\"60\" height=\"60\" xmlns=\"http://www.w3.org/2000/svg\"><defs><pattern id=\"grid\" width=\"60\" height=\"60\" patternUnits=\"userSpaceOnUse\"><path d=\"M 60 0 L 0 0 0 60\" fill=\"none\" stroke=\"rgba(255,255,255,0.03)\" stroke-width=\"1\"/></pattern></defs><rect width=\"60\" height=\"60\" fill=\"url(%23grid)\"/></svg>");position:absolute;inset:0}.product-cta-content{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.product-cta h2{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-size:3rem;font-weight:800}.product-cta p{color:#fffffff2;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.product-cta-buttons{justify-content:center;gap:16px;margin-bottom:24px;display:flex}.product-cta .cta-primary{color:#80b4c7;background:#fff;border-color:#fff}.product-cta .cta-primary:hover{background:#f8f9fa;box-shadow:0 8px 24px #00000026}@media (hover:hover){.product-cta .cta-primary:hover{transform:translateY(-2px)}}.product-cta .cta-secondary{color:#fff;background:#ffffff1a;border:2px solid #ffffff4d}@media (hover:hover){.product-cta .cta-secondary:hover{background:#ffffff26;border-color:#ffffff80}}.cta-note{color:#fffc;font-size:.875rem}@media (width<=1024px){.product-hero h1{font-size:2.75rem}.capabilities-grid{grid-template-columns:repeat(2,1fr)}.use-cases-layout{grid-template-columns:1fr}.integration-logos{gap:40px}}@media (width<=768px){.product-hero{padding:100px 0 80px}.product-hero h1{font-size:2.25rem}.product-hero-cta{flex-direction:column}.product-hero-cta a,.product-hero-cta button{width:100%}.how-it-works-header h2,.product-capabilities h2,.product-use-cases h2,.product-integrations-simple h2{font-size:2rem;font-weight:700;line-height:1.2}.step-card{grid-template-columns:60px 1fr;gap:24px}.step-number{font-size:2.5rem}.capabilities-grid{grid-template-columns:1fr}.integration-logos{gap:32px}.integration-logo-placeholder{width:64px;height:64px}.product-cta{padding:80px 0}.product-cta h2{font-size:2rem}.product-cta-buttons{flex-direction:column}.product-cta-buttons a,.product-cta-buttons button{width:100%}}.billing-toggle-container{justify-content:center;align-items:center;gap:16px;margin-bottom:3rem;display:flex}.billing-label{color:#888;align-items:center;gap:8px;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.billing-label.active{color:#000}.billing-save-badge{color:#4caf50;letter-spacing:.3px;background:#4caf501a;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.billing-toggle{cursor:pointer;background:#0000001a;border:none;border-radius:14px;width:56px;height:28px;padding:0;transition:background-color .3s;position:relative}.billing-toggle:hover{background:#80b4c733}.toggle-slider{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.toggle-slider.annual{transform:translate(28px)}.price-note{color:#666;min-height:20px;margin-top:8px;font-size:.8rem}.plan-header{flex-direction:column;justify-content:space-between;min-height:260px;display:flex}@media (width<=768px){.billing-toggle-container{margin-bottom:2rem}.billing-label{font-size:.9rem}.billing-save-badge{margin-top:4px;display:block}}.careers-hero{align-items:center;gap:3rem;display:flex}.careers-text{flex:1}.careers-image{flex:0 0 45%;max-width:500px}.careers-image img{border-radius:12px;width:100%;height:auto;box-shadow:0 8px 32px #00000026}.team-carousel-section{background:#ffffff05;padding:3rem 0;overflow:hidden}.carousel-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.carousel-track{gap:2rem;width:fit-content;animation:60s linear infinite scroll;display:flex}.carousel-track:hover{animation-play-state:paused}.carousel-image{object-fit:cover;opacity:.5;filter:brightness(.7);will-change:transform, opacity, filter;width:400px;height:300px;transform-style:preserve-3d;backface-visibility:hidden;border-radius:12px;flex-shrink:0;transition:all .5s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.carousel-container:before{content:"";pointer-events:none;z-index:1;width:450px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-4000px - 18rem))}}@media (width<=768px){.careers-hero{flex-direction:column}.careers-image{flex:1;max-width:100%}.carousel-image{width:300px;height:225px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-3000px - 18rem))}}.carousel-container:before{width:350px}}.how-it-works-section{z-index:4;background:#ffffff05;padding:6rem 0;position:relative}.how-it-works-section h2{text-align:center;color:#000;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.section-subtitle{text-align:center;color:#000000b3;margin-bottom:4rem;font-size:1.2rem}.how-it-works-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem;display:grid}.how-it-works-item{text-align:center;-webkit-backdrop-filter:blur(10px)saturate(180%);background:#00000005;border:1px solid #0000001a;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #0000000d}.how-it-works-item:hover{border-color:#80b4c74d;transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.how-it-works-icon{color:#80b4c7;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.how-it-works-item h3{color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.how-it-works-item p{color:#000c;font-size:1.05rem;line-height:1.6}.feature-grid-section{z-index:4;background:linear-gradient(135deg,#80b4c70d 0%,#5b9bd50d 100%);padding:6rem 0;position:relative}.feature-grid-section h2{text-align:center;color:#000;margin-bottom:4rem;font-size:2.5rem;font-weight:300}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-tile{-webkit-backdrop-filter:blur(10px)saturate(180%);background:#fffc;border:1px solid #0000001a;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000d}.feature-tile-icon{color:#80b4c7;margin-bottom:1.5rem}.feature-tile h3{color:#000;margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.feature-tile p{color:#000c;font-size:1rem;line-height:1.6}.personas-section{z-index:4;background:linear-gradient(#fafafa00 0%,#4a9db50f 50%,#fafafa00 100%);padding:8rem 0 6rem;position:relative}.personas-section h2{text-align:center;letter-spacing:-.035em;color:#0a0a0a;margin-bottom:4rem;padding-top:0;font-size:3rem;font-weight:700;line-height:1.15}.personas-grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.persona-column{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #0000000f;border-radius:20px;padding:2.5rem;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000005,0 8px 32px #0000000a}.persona-column:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000008,0 12px 40px #4a9db51a}.persona-column h3{letter-spacing:-.02em;color:#3d8fa8;margin-bottom:2rem;font-size:1.6rem;font-weight:700}.persona-list{margin:0;padding:0;list-style:none}.persona-list li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.persona-list li svg{flex-shrink:0;margin-top:.25rem}.persona-list li span{color:#0a0a0aa6;font-size:1.05rem;line-height:1.65}.persona-list li strong{color:#0a0a0a;font-weight:600}.feature-grid-compact{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.feature-tile-compact{-webkit-backdrop-filter:blur(12px)saturate(180%);text-align:center;background:#fffc;border:1px solid #0000000f;border-radius:16px;padding:1.5rem 1.75rem;transition:box-shadow .3s,transform .3s;box-shadow:0 1px 3px #00000005,0 4px 20px #0000000a}.feature-tile-compact:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000008,0 8px 28px #4a9db51a}.feature-tile-compact .feature-tile-icon{color:#80b4c7;justify-content:center;margin:0 auto 1rem;display:flex}.feature-tile-compact h3{color:#000;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.feature-tile-compact p{color:#000c;margin:0;font-size:.95rem;line-height:1.5}.integrations-section{z-index:4;text-align:center;background:0 0;padding:2rem 0 1rem;position:relative}.integrations-section h2{color:#000;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.integration-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:900px;margin:3rem auto;padding:2rem 3rem;display:flex}.integration-logo{flex:none;justify-content:center;align-items:center;height:60px;transition:all .3s;display:flex}.integration-logo:hover{transform:scale(1.05)}.integration-logo img{object-fit:contain;width:auto;max-width:150px;height:auto;max-height:60px}.integration-logo-text{color:#000000b3;background:#fffc;border:2px solid #0000001a;border-radius:8px;min-width:180px;padding:1rem 2rem;font-size:1.5rem;font-weight:600}.integration-logo-text:hover{color:#000;background:#fff;border-color:#80b4c766}.integrations-note{color:#0009;margin-top:2rem;font-size:1rem}.pricing-teaser-section{z-index:4;text-align:center;background:#ffffff05;padding:5rem 0;position:relative}.pricing-teaser-section h2{color:#000;margin-bottom:2rem;font-size:2.5rem;font-weight:300}.pricing-teaser-cta{margin-top:2rem}.final-cta-section{z-index:4;text-align:center;background:linear-gradient(#fafafa00 0%,#4a9db514 100%);padding:6rem 0 2rem;position:relative}.final-cta-section h2{letter-spacing:-.035em;color:#0a0a0a;margin-bottom:2.5rem;font-size:3rem;font-weight:700;line-height:1.15}@media (width<=968px){.how-it-works-grid,.feature-grid,.feature-grid-compact{grid-template-columns:repeat(2,1fr);gap:2rem}.personas-grid{grid-template-columns:1fr;gap:3rem}.integration-logos{gap:2rem;padding:1.5rem 2rem}.integration-logo{height:50px}.integration-logo img{max-width:120px;max-height:50px}}@media (width<=768px){.how-it-works-section,.feature-grid-section,.personas-section,.integrations-section,.pricing-teaser-section{padding:4rem 0}.final-cta-section{padding:4rem 0 1rem}.how-it-works-section h2,.personas-section h2,.integrations-section h2,.pricing-teaser-section h2,.final-cta-section h2{word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;font-size:2rem;font-weight:700;line-height:1.2}.how-it-works-header{padding:0 1.5rem}.section-subtitle{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:3rem;font-size:1rem}.home-product-features{max-width:100vw;padding:60px 1rem 40px;overflow-x:hidden}.product-feature-content{width:100%;max-width:100%;padding:0 .5rem;overflow-x:hidden}.product-feature-block{max-width:100%;padding:0;overflow-x:hidden}.product-feature-visual{max-width:100%;overflow:hidden}.product-feature-content h3{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:none;hyphens:none;white-space:normal;max-width:100%;font-size:1.15rem;font-weight:700;line-height:1.2}.how-it-works-grid,.feature-grid,.feature-grid-compact{grid-template-columns:1fr;gap:1.5rem}.integration-logos{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.integration-logo{height:45px}.integration-logo img{max-width:100px;max-height:45px}.persona-column h3{font-size:1.5rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-primary,.cta-secondary{width:100%;max-width:300px}}.setup-extension{justify-content:center;align-items:center;min-height:100vh;padding:160px 2rem 100px;display:flex}.setup-container{text-align:center;width:100%;max-width:1200px;margin:0 auto}.setup-title{color:#000;margin-bottom:1rem;font-size:3rem;font-weight:500}.setup-subtitle{color:#666;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.setup-options{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.setup-option-card{cursor:pointer;text-align:center;background:#fff;border:2px solid #0000001a;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.setup-option-card:hover{border-color:#80b4c7;transform:translateY(-4px);box-shadow:0 8px 24px #80b4c733}.setup-option-icon{justify-content:center;align-items:center;width:80px;height:80px;display:flex}.setup-option-title{color:#000;margin:0;font-size:1.75rem;font-weight:500}.setup-extension-detail{justify-content:center;align-items:center;min-height:100vh;padding:140px 2rem 60px;display:flex}.setup-detail-container{width:100%;max-width:800px;margin:0 auto}.setup-back-button{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0;font-size:.9rem;transition:color .2s;display:inline-flex}@media (hover:hover){.setup-back-button:hover{color:#80b4c7}}.setup-detail-header{text-align:center;margin-bottom:2rem}.setup-detail-title{color:#000;margin-bottom:1rem;font-size:2rem;font-weight:500}.setup-icon{justify-content:center;align-items:center;margin:0 auto;display:flex}.setup-icon img,.setup-icon svg{width:64px;height:64px}.setup-steps{flex-direction:column;gap:1.25rem;display:flex}.setup-step{background:#f0f0f099;border:1px solid #0000001a;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.setup-step-number{color:#80b4c7;background:#80b4c726;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:600;display:flex}.setup-step-content{text-align:left;flex:1}.setup-step-title{color:#000;margin:0 0 .75rem;font-size:1rem;font-weight:400}.setup-step-description{color:#000;margin:0;font-size:1rem;font-weight:400}.setup-install-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}@media (hover:hover){.setup-install-button:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}}@media (width<=768px){.setup-title{font-size:2rem}.setup-subtitle{margin-bottom:3rem;font-size:1.125rem}.setup-options{grid-template-columns:1fr;gap:1.5rem}.setup-option-card{padding:2rem 1.5rem}.setup-detail-title{font-size:1.5rem}.setup-detail-header{margin-bottom:1.5rem}.setup-icon img,.setup-icon svg{width:48px;height:48px}.setup-step{flex-direction:column;gap:1rem;padding:1.25rem}.setup-step-number{width:36px;height:36px;font-size:1rem}.setup-steps{gap:1rem}.setup-extension{padding:140px 1rem 80px}.setup-extension-detail{padding:120px 1rem 40px}.setup-back-button{margin-bottom:1rem;font-size:.85rem}}.demo-modal-container{background:#fff;border-radius:16px;width:100%;max-width:1000px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.demo-modal-scroll-wrapper{z-index:1;max-height:90vh;position:relative;overflow-y:auto}.demo-modal-close{cursor:pointer;z-index:20;color:#666;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.demo-modal-close:hover{color:#000;background:#fff;box-shadow:0 2px 8px #0000001a}.demo-modal-grid-bg{pointer-events:none;background:radial-gradient(circle,#d0d0d0 1px,#0000 1px) 12px 12px/24px 24px;position:absolute;inset:0;overflow:hidden}.demo-modal-content{z-index:1;grid-template-columns:1fr 1fr;min-height:500px;display:grid;position:relative}.demo-modal-left{-webkit-backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #0000000f;border-radius:12px;flex-direction:column;justify-content:center;margin:32px 0 32px 32px;padding:48px 40px;display:flex}.demo-modal-left h1{color:#000;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.demo-modal-subtitle{color:#444;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.demo-modal-features{flex-direction:column;gap:1rem;display:flex}.demo-modal-feature{color:#333;align-items:center;gap:12px;font-size:.95rem;display:flex}.demo-modal-feature svg{color:#80b4c7;flex-shrink:0}.demo-modal-right{justify-content:center;align-items:center;padding:32px;display:flex}.demo-modal-form-card{background:#fff;border:1px solid #0000000f;border-radius:12px;width:100%;max-width:380px;padding:28px;box-shadow:0 4px 20px #00000014}.demo-modal-form-card h2{color:#000;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.demo-modal-form .form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.demo-modal-form .form-group{margin-bottom:12px}.demo-modal-form .form-group input,.demo-modal-form .form-group textarea{color:#000;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:8px;width:100%;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:all .2s}.demo-modal-form .form-group input:focus,.demo-modal-form .form-group textarea:focus{background:#fff;border-color:#80b4c7;outline:none;box-shadow:0 0 0 3px #80b4c726}.demo-modal-form .form-group input::placeholder,.demo-modal-form .form-group textarea::placeholder{color:#888}.demo-modal-form .form-group textarea{resize:vertical;min-height:60px}.demo-modal-submit{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;width:100%;margin-top:4px;padding:14px 20px;font-size:.95rem;font-weight:500;transition:all .2s}.demo-modal-submit:hover:not(:disabled){background:#333}.demo-modal-submit:disabled{opacity:.5;cursor:not-allowed}.demo-modal-form-card .success-message{text-align:center;padding:2rem 0}.demo-modal-form-card .success-message .success-icon{margin-bottom:1rem}.demo-modal-form-card .success-message .success-icon svg{color:#80b4c7}.demo-modal-form-card .success-message h3{color:#000;margin-bottom:.5rem;font-size:1.25rem}.demo-modal-form-card .success-message p{color:#666;font-size:.9rem}@media (width<=900px){.demo-modal-container{max-width:95vw;max-height:95dvh}.demo-modal-scroll-wrapper{max-height:95dvh}.demo-modal-content{grid-template-columns:1fr;min-height:auto;padding-top:24px}.demo-modal-left{display:none}.demo-modal-right{padding:0 24px 24px}.demo-modal-form-card{max-width:100%}}@media (width<=600px){.demo-modal-container{border-radius:12px}.demo-modal-left{margin:20px 20px 0;padding:28px 20px 20px}.demo-modal-left h1{font-size:1.5rem}.demo-modal-feature{font-size:.85rem}.demo-modal-right{padding:0 20px 28px}.demo-modal-form-card{padding:20px}.demo-modal-form-card h2{font-size:1.25rem}.demo-modal-form .form-row{grid-template-columns:1fr}.demo-modal-form .form-group input,.demo-modal-form .form-group textarea{padding:11px 12px;font-size:.85rem}.demo-modal-close{width:32px;height:32px;top:12px;right:12px}}.demo-section-privacy p{margin-bottom:1em}.demo-page-hero{z-index:4;padding:6rem 0 3rem;position:relative}.demo-page-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.demo-page-hero-left h1{letter-spacing:-.035em;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.demo-page-hero-left p{color:#0a0a0a8c;margin-bottom:2rem;font-size:1.2rem;line-height:1.65}.demo-page-badge{opacity:.9;max-width:280px;height:auto;margin:1.5rem auto 0;transition:opacity .3s;display:block}.demo-page-badge:hover{opacity:1}.demo-page-form-card{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#fffc;border:1px solid #0000000f;border-radius:20px;padding:2.5rem;box-shadow:0 1px 3px #00000005,0 8px 32px #0000000f}.demo-page-form-card h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.demo-page-form-subtitle{color:#0009;margin-bottom:1.5rem;font-size:.95rem}.demo-page-form .form-group{margin-bottom:1rem}.demo-page-form .form-group label{color:#000;margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.demo-page-form .form-group input,.demo-page-form .form-group textarea{color:#000;background:#ffffffe6;border:1.5px solid #0000001a;border-radius:10px;width:100%;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.demo-page-form .form-group input:focus,.demo-page-form .form-group textarea:focus{border-color:#4a9db5;outline:none;box-shadow:0 0 0 3px #4a9db51f}.demo-page-form .form-group textarea{resize:vertical;min-height:70px}.demo-page-submit-button{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#5ba8c0 0%,#4a9db5 50%,#3d8fa8 100%);border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.9rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #4a9db540}.demo-page-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#4a9db5 0%,#3d8fa8 50%,#357f96 100%);transform:translateY(-2px);box-shadow:0 8px 28px #4a9db559}.demo-page-submit-button:disabled{opacity:.6;cursor:not-allowed}.demo-page-form-card .form-success{text-align:center;padding:2rem 1rem}.demo-page-form-card .form-success .success-icon{margin-bottom:1rem}.demo-page-form-card .form-success h3{color:#80b4c7;margin-bottom:.5rem;font-size:1.5rem}.demo-page-form-card .form-success p{color:#000000b3}.demo-page-features{z-index:4;padding:4rem 0;position:relative}.demo-page-features-title{text-align:center;letter-spacing:-.03em;color:#0a0a0a;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.demo-page-feature-block{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid}.demo-page-feature-block.reverse{direction:rtl}.demo-page-feature-block.reverse>*{direction:ltr}.demo-page-feature-content h3{letter-spacing:-.02em;color:#0a0a0a;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.demo-page-feature-content p{color:#0a0a0a99;margin-bottom:1.5rem;line-height:1.7}.demo-page-feature-visual{border-radius:16px;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 2px #0000000a,0 8px 24px #4a9db51f,0 24px 64px #4a9db514}.demo-page-feature-visual:hover{transform:translateY(-2px);box-shadow:0 0 40px #80b4c766,0 0 80px #5b9bd533}@media (width<=900px){.demo-page-hero-grid{grid-template-columns:1fr;gap:2.5rem}.demo-page-hero-left h1{font-size:2.2rem}.demo-page-hero-left p{font-size:1.05rem}.demo-page-feature-block,.demo-page-feature-block.reverse{direction:ltr;grid-template-columns:1fr}.demo-page-features-title{font-size:1.8rem}}@media (width<=600px){.demo-page-hero{padding:4rem 0 2rem}.demo-page-hero-left h1{font-size:1.8rem}.demo-page-form-card{padding:1.5rem}.demo-page-form .form-row{grid-template-columns:1fr}.demo-page-feature-block{margin-bottom:3rem}}.latio-hero{z-index:4;padding:6rem 0 3rem;position:relative}.latio-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.latio-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#4a9db5;margin-bottom:1rem;font-size:.85rem;font-weight:600}.latio-hero-left h1{margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.latio-hero-left p{color:#000000b3;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.latio-badges{justify-content:center;align-items:center;gap:1.5rem;display:flex}.latio-badge-img{opacity:.9;max-width:240px;height:auto;transition:opacity .3s}.latio-badge-img:hover{opacity:1}.latio-form-card{-webkit-backdrop-filter:blur(10px)saturate(180%);backdrop-filter:blur(10px)saturate(180%);background:#ffffffb3;border:1px solid #0000001a;border-radius:16px;padding:2.5rem}.latio-form-card h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.latio-form-subtitle{color:#0009;margin-bottom:1.5rem;font-size:.95rem}.latio-form .form-group{margin-bottom:1rem}.latio-form .form-group label{color:#000;margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.latio-form .form-group input{color:#000;background:#fff;border:2px solid #0000001a;border-radius:8px;width:100%;padding:.7rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.latio-form .form-group input:focus{border-color:#80b4c7;outline:none;box-shadow:0 0 0 3px #80b4c71a}.latio-submit-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#80b4c7 0%,#4a9db5 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.latio-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}.latio-submit-button:disabled{opacity:.6;cursor:not-allowed}.latio-form-card .form-success{text-align:center;padding:2rem 1rem}.latio-form-card .form-success .success-icon{margin-bottom:1rem}.latio-form-card .form-success h3{color:#80b4c7;margin-bottom:.5rem;font-size:1.5rem}.latio-form-card .form-success p{color:#000000b3}.latio-download-link{color:#4a9db5;font-weight:600;text-decoration:underline}.latio-quote-section{z-index:4;padding:4rem 0;position:relative}.latio-quote{text-align:center;background:#80b4c70f;border:1px solid #80b4c726;border-radius:16px;max-width:800px;margin:0 auto;padding:2.5rem}.latio-quote p{color:#000;margin-bottom:1rem;font-size:1.4rem;font-style:italic;font-weight:500;line-height:1.6}.latio-quote cite{color:#00000080;font-size:.95rem;font-style:normal}.latio-benefits{z-index:4;padding:3rem 0 4rem;position:relative}.latio-section-title{text-align:center;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.latio-section-subtitle{text-align:center;color:#0009;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.latio-benefits-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.latio-benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #00000014;border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s}.latio-benefit-card:hover{border-color:#80b4c74d;transform:translateY(-4px)}.latio-benefit-icon{margin-bottom:1rem}.latio-benefit-card h3{margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.latio-benefit-card p{color:#0009;font-size:.95rem;line-height:1.6}.latio-highlights{z-index:4;padding:4rem 0;position:relative}.latio-highlights-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.latio-highlight-item{text-align:center;padding:1.5rem}.latio-highlight-number{color:#4a9db5;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.latio-highlight-label{color:#0009;font-size:.95rem;font-weight:500}.latio-topics-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.latio-topic{color:#000000b3;background:#fff9;border:1px solid #00000014;border-radius:10px;padding:1.25rem 1.5rem;font-size:.95rem;line-height:1.5}.latio-topic strong{color:#000}@media (width<=900px){.latio-hero-grid{grid-template-columns:1fr;gap:2.5rem}.latio-hero-left h1{font-size:2.2rem}.latio-benefits-grid{grid-template-columns:1fr}.latio-highlights-grid{grid-template-columns:repeat(2,1fr)}.latio-topics-grid{grid-template-columns:1fr}.latio-section-title{font-size:1.8rem}}@media (width<=600px){.latio-hero{padding:4rem 0 2rem}.latio-hero-left h1{font-size:1.8rem}.latio-form-card{padding:1.5rem}.latio-form .form-row{grid-template-columns:1fr}.latio-badges{justify-content:center}.latio-quote p{font-size:1.15rem}.latio-highlight-number{font-size:2.5rem}}.learn-header{text-align:center;background:linear-gradient(#fffffff2 0%,#0000 100%);padding:180px 2rem 60px}.learn-header h1{color:#000;margin-bottom:1rem;font-size:3rem;font-weight:300}.learn-subtitle{color:#333;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.learn-section{padding:40px 2rem 80px}.learn-category{margin-bottom:3rem}.learn-category-title{color:#000;border-bottom:2px solid #80b4c74d;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:500}.learn-entries-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.learn-entry-card{color:inherit;background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block}.learn-entry-card:hover{background:#fffffff2;border-color:#80b4c780;transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.learn-entry-card h3{color:#000;margin-bottom:.5rem;font-size:1.1rem;font-weight:500;line-height:1.3}.learn-entry-card p{color:#555;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.learn-keywords{flex-wrap:wrap;gap:.5rem;display:flex}.learn-keyword{color:#3a6b7a;background:#80b4c726;border-radius:4px;padding:.2rem .5rem;font-size:.75rem}.learn-empty{text-align:center;color:#666;padding:60px 20px}.learn-entry-header{padding:160px 2rem 40px}.learn-category-badge{color:#3a6b7a;background:#80b4c726;border-radius:4px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.85rem;display:inline-block}.learn-entry-description{color:#333;max-width:700px;margin-top:1rem;font-size:1.2rem}.learn-keywords-header{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.learn-entry-content{padding:40px 2rem 60px}.learn-related{border-top:1px solid #0000001a;margin-top:3rem;padding-top:2rem}.learn-related h3{color:#000;margin-bottom:1rem;font-size:1.25rem;font-weight:500}.learn-related-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.learn-related-card{background:#fff9;border:1px solid #0000001a;border-radius:6px;padding:1rem;text-decoration:none;transition:all .2s;display:block}.learn-related-card:hover{background:#ffffffe6;border-color:#80b4c766}.learn-related-card h4{color:#000;margin-bottom:.3rem;font-size:1rem;font-weight:500}.learn-related-card p{color:#666;margin:0;font-size:.85rem;line-height:1.4}@media (width<=768px){.learn-header{padding:140px 1rem 40px}.learn-header h1{font-size:2rem}.learn-subtitle{font-size:1rem}.learn-section{padding:20px 1rem 60px}.learn-entries-grid{grid-template-columns:1fr}.learn-entry-header{padding:120px 1rem 30px}.learn-entry-description{font-size:1rem}.learn-entry-content{padding:30px 1rem 40px}.learn-related-grid{grid-template-columns:1fr}}
