@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&family=Space+Mono:wght@400;700&family=Instrument+Serif&display=swap";
.s5-page{--bg:#050505;--bg-panel:#0a0a0a;--bg-card:#0e0e0e;--bg-hover:#141414;--grid:#1e1e1e;--grid-strong:#333;--text:#e8e8e8;--text-mid:#999;--text-dim:#555;--red:#ff3d00;--yellow:#ffd600;--green:#00e676;--blue:#2979ff;--purple:#d500f9;--spectrum:linear-gradient(90deg,#2979ff,#d500f9,#ff3d00,#ffd600,#00e676);background:var(--bg);color:var(--text);min-height:100vh;font-family:Space Grotesk,system-ui,sans-serif}.s5-mono{letter-spacing:.06em;text-transform:uppercase;font-family:Space Mono,monospace;font-size:.72rem}.s5-nav{z-index:100;border-bottom:1px solid var(--grid);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050505eb;align-items:stretch;height:56px;display:flex;position:sticky;top:0}.s5-nav-brand{border-right:1px solid var(--grid);letter-spacing:.08em;align-items:center;gap:10px;padding:0 28px;font-family:Space Mono,monospace;font-size:.85rem;font-weight:700;display:flex}.s5-nav-brand .logo-mark{background:var(--spectrum);clip-path:polygon(0% 0%,60% 0%,100% 50%,60% 100%,0% 100%);width:24px;height:24px}.s5-nav-links{flex:1;display:flex}.s5-nav-link{border-right:1px solid var(--grid);letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);align-items:center;padding:0 24px;font-family:Space Mono,monospace;font-size:.7rem;text-decoration:none;transition:color .2s,background .2s;display:flex;position:relative}.s5-nav-link:hover{color:var(--text);background:var(--bg-panel)}.s5-nav-link:after{content:"";background:var(--spectrum);width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.s5-nav-link:hover:after{transform:scaleX(1)}.s5-nav-cta{border-left:1px solid var(--grid);color:#000;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(90deg,#2979ff,#d500f9,#ff3d00,#ffd600,#00e676,#2979ff) 0 0/200% 100%;align-items:center;margin-left:auto;padding:0 28px;font-family:Space Mono,monospace;font-size:.7rem;font-weight:700;text-decoration:none;transition:filter .3s;animation:3s linear infinite spectrum-sweep;display:flex}.s5-nav-cta:hover{filter:brightness(1.25)}@keyframes spectrum-sweep{0%{background-position:0%}to{background-position:200%}}.s5-hero{border-bottom:1px solid var(--grid);grid-template-columns:1fr 1fr;min-height:85vh;display:grid}.s5-hero-content{border-right:1px solid var(--grid);flex-direction:column;justify-content:center;padding:80px 64px;display:flex}.s5-hero-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;margin-bottom:32px;font-family:Space Mono,monospace;font-size:.7rem;display:flex}.s5-hero-tag:before{content:"";background:var(--green);width:8px;height:8px;animation:2s infinite s5-pulse}@keyframes s5-pulse{0%,to{opacity:1}50%{opacity:.3}}.s5-hero h1{letter-spacing:-.03em;margin-bottom:32px;font-family:Instrument Serif,Georgia,serif;font-size:4.5rem;font-weight:400;line-height:1.05}.s5-hero h1 .spectrum{background:var(--spectrum);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.s5-hero-desc{color:var(--text-mid);max-width:440px;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.s5-hero-cta{border:2px solid var(--text);height:52px;color:var(--text);letter-spacing:.05em;text-transform:uppercase;background:0 0;align-items:center;gap:12px;padding:0 28px;font-family:Space Mono,monospace;font-size:.8rem;text-decoration:none;transition:border-color .3s,background .3s,color .3s;display:inline-flex}.s5-hero-cta:hover{color:#000;background:linear-gradient(90deg,#2979ff,#d500f9,#ff3d00,#ffd600,#00e676,#2979ff) 0 0/200% 100%;border-color:#0000;animation:3s linear infinite spectrum-sweep}.s5-hero-code{color:var(--text-dim);border-left:2px solid var(--green);margin-top:32px;padding-left:16px;font-family:Space Mono,monospace;font-size:.72rem;line-height:1.8}.s5-hero-visual{background:radial-gradient(circle at 35% 50%,#111 0%,var(--bg)70%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.s5-hero-visual:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#1e1e1e66 1px,#0000 1px),linear-gradient(90deg,#1e1e1e66 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.s5-prism-svg{z-index:2;width:88%;height:80%;position:relative}.s5-svg-beam{stroke-dasharray:230;stroke-dashoffset:230px;animation:.8s ease-out .2s forwards s5-draw-beam}@keyframes s5-draw-beam{to{stroke-dashoffset:0}}.s5-svg-prism{opacity:0;animation:.3s ease-out .8s forwards s5-prism-in}@keyframes s5-prism-in{0%{opacity:0}to{opacity:1}}.s5-svg-ray{stroke-dasharray:400;stroke-dashoffset:400px;animation:1s ease-out forwards s5-draw-ray}@keyframes s5-draw-ray{to{stroke-dashoffset:0}}.s5-ray-1{animation-delay:.9s}.s5-ray-2{animation-delay:1s}.s5-ray-3{animation-delay:1.1s}.s5-ray-4{animation-delay:1.2s}.s5-ray-5{animation-delay:1.3s}.s5-svg-node{opacity:0;animation:.3s ease-out forwards s5-svg-pop}.s5-node-1{animation-delay:1.7s}.s5-node-2{animation-delay:1.8s}.s5-node-3{animation-delay:1.9s}.s5-node-4{animation-delay:2s}.s5-node-5{animation-delay:2.1s}@keyframes s5-svg-pop{0%{opacity:0}to{opacity:1}}.s5-svg-label{letter-spacing:.8px;opacity:0;font-family:Space Mono,monospace;font-size:10px;animation:.3s ease-out forwards s5-svg-pop}.s5-label-1{animation-delay:1.8s}.s5-label-2{animation-delay:1.9s}.s5-label-3{animation-delay:2s}.s5-label-4{animation-delay:2.1s}.s5-label-5{animation-delay:2.2s}.s5-stats{border-bottom:1px solid var(--grid);grid-template-columns:repeat(4,1fr);display:grid}.s5-stat{border-right:1px solid var(--grid);flex-direction:column;gap:8px;padding:40px 32px;display:flex}.s5-stat:last-child{border-right:none}.s5-stat-value{letter-spacing:-.03em;background:var(--spectrum);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.2rem;font-weight:300}.s5-stat-note{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-family:Space Mono,monospace;font-size:.65rem}.s5-pipeline{border-bottom:1px solid var(--grid);align-items:center;height:64px;margin-bottom:24px;display:flex;overflow:hidden}.s5-pipe-step{border-right:1px solid var(--grid);letter-spacing:.06em;text-transform:uppercase;height:100%;color:var(--text-dim);flex:1;justify-content:center;align-items:center;gap:10px;font-family:Space Mono,monospace;font-size:.68rem;transition:color .3s,background .3s;display:flex;position:relative}.s5-pipe-step:last-child{border-right:none}.s5-pipe-step:hover{color:var(--text);background:var(--bg-panel)}.s5-pipe-idx{border:1px solid var(--grid-strong);width:20px;height:20px;color:var(--text-dim);flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;display:flex}.s5-pipe-step:first-child .s5-pipe-idx{border-color:var(--blue);color:var(--blue)}.s5-pipe-step:nth-child(2) .s5-pipe-idx{border-color:var(--purple);color:var(--purple)}.s5-pipe-step:nth-child(3) .s5-pipe-idx{border-color:var(--red);color:var(--red)}.s5-pipe-step:nth-child(4) .s5-pipe-idx{border-color:var(--yellow);color:var(--yellow)}.s5-pipe-step:nth-child(5) .s5-pipe-idx{border-color:var(--green);color:var(--green)}.s5-pipe-step.active{color:var(--text);background:var(--bg-hover)}.s5-pipe-step.active:after{content:"";width:100%;height:2px;position:absolute;bottom:0;left:0}.s5-pipe-step:first-child.active:after{background:var(--blue)}.s5-pipe-step:nth-child(2).active:after{background:var(--purple)}.s5-pipe-step:nth-child(3).active:after{background:var(--red)}.s5-pipe-step:nth-child(4).active:after{background:var(--yellow)}.s5-pipe-step:nth-child(5).active:after{background:var(--green)}.s5-pipe-step{cursor:pointer}.s5-pipe-arrow{border-right:1px solid var(--grid-strong);border-bottom:1px solid var(--grid-strong);z-index:2;width:8px;height:8px;position:absolute;top:50%;right:-5px;transform:translateY(-50%)rotate(-45deg)}.s5-bento{border-bottom:1px solid var(--grid);grid-template-columns:repeat(4,1fr);display:grid}.s5-bento-card{border-right:1px solid var(--grid);border-bottom:1px solid var(--grid);flex-direction:column;min-height:280px;padding:36px;transition:background .3s;display:flex;position:relative;overflow:hidden}.s5-bento-card:hover{background:var(--bg-panel)}.s5-bento-card:hover .s5-chat-thread,.s5-bento-card:hover .s5-tier-stack,.s5-bento-card:hover .s5-doc-stack,.s5-bento-card:hover .s5-geo-circle,.s5-bento-card:hover .s5-wave-svg,.s5-bento-card:hover .s5-wave-bars,.s5-bento-card:hover .s5-gauge,.s5-bento-card:hover .s5-code-block{opacity:1}.s5-bento-card.s5-highlighted{background:var(--bg-hover)}.s5-bento-card.s5-highlighted-1{box-shadow:inset 0 2px 0 0 var(--blue)}.s5-bento-card.s5-highlighted-2{box-shadow:inset 0 2px 0 0 var(--purple)}.s5-bento-card.s5-highlighted-3{box-shadow:inset 0 2px 0 0 var(--red)}.s5-bento-card.s5-highlighted-4{box-shadow:inset 0 2px 0 0 var(--yellow)}.s5-bento-card.s5-highlighted-5{box-shadow:inset 0 2px 0 0 var(--green)}.s5-bento-card.s5-dimmed{opacity:.35}.s5-bento-card{transition:background .3s,opacity .3s,box-shadow .3s}.s5-bento-card.span-2{grid-column:span 2}.s5-bento-card.span-4{grid-column:span 4}.s5-bento-idx{color:var(--text-dim);border:1px solid var(--grid);justify-content:center;align-items:center;width:24px;height:24px;font-family:Space Mono,monospace;font-size:.6rem;display:flex;position:absolute;top:16px;right:16px}.s5-bento-card h3{text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-family:Space Mono,monospace;font-size:.82rem;font-weight:400}.s5-bento-card[data-color=red] h3{color:var(--red)}.s5-bento-card[data-color=yellow] h3{color:var(--yellow)}.s5-bento-card[data-color=green] h3{color:var(--green)}.s5-bento-card[data-color=blue] h3{color:var(--blue)}.s5-bento-card[data-color=purple] h3{color:var(--purple)}.s5-bento-desc{color:var(--text-mid);max-width:400px;font-size:.95rem;line-height:1.65}.s5-geo-grid{background-image:linear-gradient(#2979ff1a 1px,#0000 1px),linear-gradient(90deg,#2979ff1a 1px,#0000 1px);background-size:18px 18px;border:1px solid #2979ff26;width:140px;height:90px;transition:border-color .3s,background-image .3s;position:absolute;bottom:28px;right:28px}.s5-geo-grid.s5-anim-active{background-image:linear-gradient(#2979ff4d 1px,#0000 1px),linear-gradient(90deg,#2979ff4d 1px,#0000 1px);border-color:#2979ff80;animation:1.5s ease-in-out infinite s5-grid-scan}@keyframes s5-grid-scan{0%,to{background-position:0 0}50%{background-position:9px 9px}}.s5-geo-circle{opacity:.35;border:1px solid #d500f933;border-radius:50%;width:120px;height:120px;transition:border-color .3s,transform .3s,opacity .3s;position:absolute;bottom:28px;right:28px}.s5-geo-circle:after{content:"";border:1px solid var(--purple);border-radius:50%;transition:transform .3s;position:absolute;inset:20%}.s5-geo-circle.s5-anim-active,.s5-bento-card:hover .s5-geo-circle{opacity:1;border-color:#d500f980;animation:1.2s ease-in-out infinite s5-circle-pulse}.s5-geo-circle.s5-anim-active:after,.s5-bento-card:hover .s5-geo-circle:after{animation:3s linear infinite s5-circle-spin}@keyframes s5-circle-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.06)}}@keyframes s5-circle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.s5-wave-bars{opacity:.35;align-items:flex-end;gap:5px;width:140px;height:50px;transition:opacity .3s;display:flex;position:absolute;bottom:28px;right:28px}.s5-wave-bar{background:linear-gradient(to top,var(--yellow),transparent);width:4px;animation:1s ease-in-out infinite s5-eq}@keyframes s5-eq{0%,to{height:20%}50%{height:100%}}.s5-bento-card.s5-highlighted .s5-wave-bars{opacity:1}.s5-wave-svg{opacity:.35;transition:opacity .3s}.s5-wave-svg .s5-wave-path{stroke-dasharray:200;stroke-dashoffset:0}.s5-wave-svg.s5-anim-active,.s5-bento-card:hover .s5-wave-svg{opacity:1}.s5-wave-svg.s5-anim-active .s5-wave-path,.s5-bento-card:hover .s5-wave-svg .s5-wave-path{animation:2s linear infinite s5-wave-flow}@keyframes s5-wave-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-200px}}.s5-code-block{color:var(--green);opacity:.35;margin-top:auto;font-family:Space Mono,monospace;font-size:.75rem;line-height:1.8;transition:opacity .3s}.s5-code-block.s5-anim-active{opacity:1}.s5-blink{animation:1s step-end infinite s5-blink}@keyframes s5-blink{50%{opacity:0}}.s5-chat-thread{opacity:.35;flex-direction:column;gap:6px;transition:opacity .3s;display:flex;position:absolute;bottom:24px;right:24px}.s5-chat-msg{letter-spacing:.03em;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;max-width:170px;padding:6px 10px;font-family:Space Mono,monospace;font-size:.55rem;display:flex;overflow:hidden}.s5-chat-sent{color:var(--blue);background:#2979ff1a;border:1px solid #2979ff33;border-radius:8px 8px 2px;align-self:flex-end}.s5-chat-reply{color:var(--text-mid);opacity:0;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px 8px 8px 2px;align-self:flex-start;transition:transform .3s ease-out,opacity .3s ease-out;transform:translateY(4px)}.s5-chat-dot{background:var(--blue);border-radius:50%;flex-shrink:0;width:5px;height:5px}.s5-chat-thread.s5-anim-active,.s5-bento-card:hover .s5-chat-thread{opacity:1}.s5-chat-thread.s5-anim-active .s5-chat-reply,.s5-bento-card:hover .s5-chat-thread .s5-chat-reply{opacity:1;transition-delay:.2s;transform:translateY(0)}.s5-tier-stack{opacity:.35;align-items:flex-end;gap:8px;height:70px;transition:opacity .3s;display:flex;position:absolute;bottom:28px;right:28px}.s5-tier-stack.s5-anim-active{opacity:1}.s5-tier-col{transform-origin:bottom;background:#2979ff0d;border:1px solid #2979ff26;border-radius:3px 3px 0 0;width:22px;transition:transform .4s ease-out,background .3s,border-color .3s;transform:scaleY(.3)}.s5-tier-col[data-tier="1"]{height:30%}.s5-tier-col[data-tier="2"]{height:60%}.s5-tier-col[data-tier="3"]{height:100%}.s5-tier-stack.s5-anim-active .s5-tier-col,.s5-bento-card:hover .s5-tier-stack .s5-tier-col{background:#2979ff26;border-color:#2979ff66;transform:scaleY(1)}.s5-tier-stack.s5-anim-active .s5-tier-col:first-child,.s5-bento-card:hover .s5-tier-stack .s5-tier-col:first-child{transition-delay:0s}.s5-tier-stack.s5-anim-active .s5-tier-col:nth-child(2),.s5-bento-card:hover .s5-tier-stack .s5-tier-col:nth-child(2){transition-delay:.12s}.s5-tier-stack.s5-anim-active .s5-tier-col:nth-child(3),.s5-bento-card:hover .s5-tier-stack .s5-tier-col:nth-child(3){transition-delay:.24s}.s5-doc-stack{opacity:.35;width:80px;height:90px;transition:opacity .3s;position:absolute;bottom:28px;right:28px}.s5-doc-stack.s5-anim-active{opacity:1}.s5-doc{background:#d500f905;border:1px solid #d500f91f;border-radius:2px;width:60px;height:72px;transition:transform .4s ease-out,border-color .3s,opacity .3s;position:absolute;bottom:0;left:0}.s5-doc:first-child{z-index:3;transform:translate(0)rotate(0)}.s5-doc:nth-child(2){z-index:2;opacity:.7;transform:translate(6px,-4px)rotate(3deg)}.s5-doc:nth-child(3){z-index:1;opacity:.4;transform:translate(12px,-8px)rotate(6deg)}.s5-doc-stack.s5-anim-active .s5-doc,.s5-bento-card:hover .s5-doc-stack .s5-doc{background:#d500f90d;border-color:#d500f966}.s5-doc-stack.s5-anim-active .s5-doc:first-child,.s5-bento-card:hover .s5-doc-stack .s5-doc:first-child{transform:translate(0)rotate(-2deg)}.s5-doc-stack.s5-anim-active .s5-doc:nth-child(2),.s5-bento-card:hover .s5-doc-stack .s5-doc:nth-child(2){opacity:.8;transform:translate(8px,-5px)rotate(4deg)}.s5-doc-stack.s5-anim-active .s5-doc:nth-child(3),.s5-bento-card:hover .s5-doc-stack .s5-doc:nth-child(3){opacity:.6;transform:translate(16px,-10px)rotate(9deg)}.s5-gauge{opacity:.35;transition:opacity .3s;position:absolute;bottom:20px;right:20px}.s5-gauge.s5-anim-active,.s5-bento-card:hover .s5-gauge{opacity:1}.s5-gauge-fill{transition:stroke-dashoffset 1s ease-out}.s5-gauge.s5-anim-active .s5-gauge-fill,.s5-bento-card:hover .s5-gauge .s5-gauge-fill{stroke-dashoffset:22px}.s5-cta{border-bottom:1px solid var(--grid);padding:80px 64px}.s5-cta-headline{letter-spacing:-.03em;margin-bottom:12px;font-family:Instrument Serif,Georgia,serif;font-size:4rem;font-weight:400;line-height:1.1}.s5-cta-headline .spectrum{background:var(--spectrum);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.s5-cta h2{letter-spacing:-.02em;color:var(--text-mid);margin-bottom:20px;font-family:Instrument Serif,Georgia,serif;font-size:2rem;font-weight:400}.s5-cta-sub{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:32px;font-family:Space Mono,monospace;font-size:.72rem}.s5-cta-form{max-width:500px;display:flex}.s5-cta-input{border:1px solid var(--grid-strong);height:52px;color:var(--text);background:0 0;outline:none;flex:1;padding:0 16px;font-family:Space Mono,monospace;font-size:.82rem;transition:border-color .3s}.s5-cta-input:focus{border-color:var(--blue)}.s5-cta-input::placeholder{color:var(--text-dim)}.s5-cta-btn{border:1px solid var(--text);height:52px;color:var(--text);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;white-space:nowrap;background:0 0;border-left:none;padding:0 24px;font-family:Space Mono,monospace;font-size:.75rem;transition:background .3s,color .3s,border-color .3s}.s5-cta-btn:hover{color:#000;background:linear-gradient(90deg,#2979ff,#d500f9,#ff3d00,#ffd600,#00e676,#2979ff) 0 0/200% 100%;border-color:#0000;animation:3s linear infinite spectrum-sweep}.s5-cta-error{color:var(--red);margin-top:8px;font-family:Space Mono,monospace;font-size:.72rem}.s5-cta-success{color:var(--green);font-family:Space Mono,monospace;font-size:.9rem;line-height:2}.s5-footer{border-bottom:1px solid var(--grid);grid-template-columns:2fr repeat(3,1fr);gap:32px;padding:48px 32px;display:grid}.s5-footer.s5-footer-minimal{align-items:center;gap:16px;display:flex}.s5-footer-brand{letter-spacing:.08em;margin-bottom:12px;font-family:Space Mono,monospace;font-size:1rem;font-weight:700}.s5-footer-meta{color:var(--text-dim);font-size:.8rem;line-height:1.6}.s5-footer-col h4{letter-spacing:.06em;text-transform:uppercase;color:var(--text);margin-bottom:16px;font-family:Space Mono,monospace;font-size:.7rem}.s5-footer-col ul{margin:0;padding:0;list-style:none}.s5-footer-col li{color:var(--text-dim);cursor:pointer;margin-bottom:10px;font-size:.85rem;transition:color .2s}.s5-footer-col li:hover{color:var(--text)}.s5-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;animation:.2s ease-out s5-fade-in;display:flex;position:fixed;inset:0}@keyframes s5-fade-in{0%{opacity:0}to{opacity:1}}.s5-modal-content{background:var(--bg-panel);border:1px solid var(--grid);width:100%;max-width:540px;max-height:90vh;position:relative;overflow-y:auto}.s5-modal-content .s5-cta{border-bottom:none}.s5-modal-close{z-index:1;border:1px solid var(--grid);width:36px;height:36px;color:var(--text-dim);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-family:Space Mono,monospace;font-size:1.2rem;transition:color .2s,border-color .2s;display:flex;position:absolute;top:16px;right:16px}.s5-modal-close:hover{color:var(--text);border-color:var(--text-dim)}.s5-footer-link{letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);margin-left:auto;font-family:Space Mono,monospace;font-size:.72rem;text-decoration:none;transition:color .2s}.s5-footer-link:hover{color:var(--text)}.s5-spectrum-bar{background:var(--spectrum);height:3px}@media (max-width:900px){.s5-hero{grid-template-columns:1fr;min-height:auto}.s5-hero-content{border-right:none;border-bottom:1px solid var(--grid);padding:48px 28px}.s5-hero h1{font-size:2.8rem}.s5-hero-visual{min-height:300px}.s5-stats{grid-template-columns:repeat(2,1fr)}.s5-stat-value{font-size:2.2rem}.s5-pipeline{height:52px}.s5-pipe-step{gap:6px;font-size:.6rem}.s5-pipe-idx{width:16px;height:16px;font-size:.5rem}.s5-bento{grid-template-columns:repeat(2,1fr)}.s5-bento-card{padding:28px}.s5-bento-card.span-2,.s5-bento-card.span-4{grid-column:span 2}.s5-nav{flex-wrap:wrap;height:auto}.s5-nav-brand{border-right:none;border-bottom:1px solid var(--grid);width:100%;padding:12px 20px}.s5-nav-links{width:100%}.s5-nav-link{flex:1;justify-content:center;padding:12px 8px;font-size:.6rem}.s5-nav-cta{border-left:none;border-top:1px solid var(--grid);justify-content:center;width:100%;padding:12px}.s5-cta{padding:48px 28px}.s5-cta-headline{font-size:2.5rem}.s5-cta h2{font-size:1.5rem}.s5-cta-form{flex-direction:column}.s5-cta-btn{border-left:1px solid var(--text);border-top:none}.s5-footer{grid-template-columns:1fr 1fr}}@media (max-width:640px){.s5-modal-content{max-width:100%;margin:0 12px}.s5-nav-links{display:none}.s5-nav-brand{border-bottom:none}.s5-nav-cta{border-top:none;border-left:1px solid var(--grid)}.s5-hero h1{font-size:2.2rem}.s5-hero-desc{max-width:none;font-size:.95rem}.s5-hero-content{padding:32px 20px}.s5-hero-visual{min-height:220px}.s5-hero-cta{height:48px;padding:0 20px}.s5-stats{grid-template-columns:1fr}.s5-stat{padding:24px 20px}.s5-stat-value{font-size:1.8rem}.s5-pipeline{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;height:48px;overflow-x:auto}.s5-pipe-step{flex-shrink:0;min-width:110px}.s5-bento{grid-template-columns:1fr}.s5-bento-card{min-height:auto;padding:24px}.s5-bento-card.span-2,.s5-bento-card.span-4{grid-column:span 1}.s5-geo-grid{bottom:16px;right:16px}.s5-geo-circle{width:80px;height:80px;bottom:16px;right:16px}.s5-wave-bars{width:100px;height:40px;bottom:16px;right:16px}.s5-tier-stack,.s5-doc-stack,.s5-chat-thread{bottom:16px;right:16px}.s5-gauge{bottom:12px;right:12px}.s5-cta{padding:32px 20px}.s5-cta-headline{font-size:2rem}.s5-cta h2{font-size:1.2rem}.s5-footer{grid-template-columns:1fr}}@media (max-width:480px){.s5-hero h1{font-size:1.8rem}.s5-pipeline{display:none}.s5-bento-card{padding:20px}.s5-cta-headline{font-size:1.6rem}.s5-calendly-inline-widget{min-width:unset!important}}
