.features-section{padding:6rem 2rem;background:var(--bg-core);position:relative}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;max-width:800px;margin:0 auto 5rem}.features-label{font-family:var(--font-display);font-size:.8rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;display:block}.features-heading{font-family:var(--font-display);font-size:2rem;font-weight:500;color:#fff;margin:0;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:6rem;border:1px solid var(--border-subtle);border-radius:20px;overflow:hidden}.feature-card{padding:2.5rem;border-right:1px solid var(--border-subtle);transition:background .2s ease}.feature-card:last-child{border-right:none}.feature-card:hover{background:#ffffff05}.feature-icon-wrapper{width:48px;height:48px;background:#ffffff0d;border:1px solid var(--border-subtle);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#ededed}.feature-card-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:#ededed;margin:0 0 1rem;letter-spacing:-.01em}.feature-card-text{font-size:1rem;line-height:1.6;color:var(--fg-secondary);margin:0}.integrations-strip{text-align:center;padding-top:3rem;overflow:hidden}.integrations-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-tertiary);margin-bottom:2.5rem;font-weight:600}.marquee-wrapper{position:relative;overflow:hidden;margin-bottom:1rem}.marquee-wrapper:last-child{margin-bottom:0}.marquee-fade{position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.marquee-fade-left{left:0;background:linear-gradient(to right,var(--bg-core) 0%,transparent 100%)}.marquee-fade-right{right:0;background:linear-gradient(to left,var(--bg-core) 0%,transparent 100%)}.marquee-track{display:flex;align-items:center;gap:.75rem;width:max-content;will-change:transform}.marquee-left{animation:marquee-scroll-left 45s linear infinite}.marquee-right{animation:marquee-scroll-right 45s linear infinite}@keyframes marquee-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}.integration-chip{display:flex;align-items:center;gap:.6rem;padding:.55rem 1.1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:999px;white-space:nowrap;transition:background .25s ease,border-color .25s ease;flex-shrink:0}.integration-chip:hover{background:#ffffff12;border-color:#ffffff1f}.integration-chip:hover .integration-logo{filter:grayscale(0%) brightness(1)}.integration-chip:hover .integration-name{color:var(--fg-primary)}.integration-logo{height:18px;width:18px;object-fit:contain;filter:grayscale(100%) brightness(2);transition:filter .3s ease;flex-shrink:0}.integration-name{font-size:.8rem;font-weight:500;color:var(--fg-secondary);letter-spacing:.01em;transition:color .25s ease}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(2n){border-right:none}.feature-card:nth-child(-n+2){border-bottom:1px solid var(--border-subtle)}}@media(max-width:768px){.features-section{padding:4rem 1.5rem}.features-grid{grid-template-columns:1fr}.feature-card{border-right:none;border-bottom:1px solid var(--border-subtle)}.feature-card:last-child{border-bottom:none}.marquee-fade{width:40px}.integration-chip{padding:.45rem .9rem;gap:.5rem}.integration-logo{height:16px;width:16px}.integration-name{font-size:.75rem}.marquee-left,.marquee-right{animation-duration:30s}}:root{--bg-core: #050505;--bg-surface: #0a0a0a;--bg-surface-hover: #111111;--fg-primary: #ededed;--fg-secondary: #888888;--fg-tertiary: #444444;--accent-green: #22a948;--accent-green-dim: rgba(34, 169, 72, .15);--accent-green-glow: rgba(34, 169, 72, .4);--border-subtle: #222222;--border-highlight: #333333;--font-display: "Funnel Display", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{background-color:#050505;height:100%}body{margin:0;padding:0;background-color:#050505!important;color:#ededed;font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100%;overscroll-behavior-y:none}#root{min-height:100vh;display:flex;flex-direction:column;background-color:#050505}.app-container{width:100%;box-sizing:border-box}.header{display:flex;align-items:center;height:80px;padding:0 2rem;background:var(--bg-core)}.header-logo{height:28px;width:auto;opacity:.85}.header-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.nav-link{background:none;border:none;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--fg-secondary);cursor:pointer;padding:.4rem .75rem;border-radius:6px;text-decoration:none;transition:color .2s ease,background .2s ease}.nav-link:hover{color:var(--fg-primary);background:#ffffff0d}.hero-section{min-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;background:var(--bg-core)}.hero-content{text-align:center;max-width:960px}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,5.5vw,5rem);line-height:1.1;font-weight:600;letter-spacing:-.03em;margin:0 0 1.5rem;padding-bottom:.1em;color:#fff;background:linear-gradient(180deg,#fff 20%,#71717a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:1.3rem;line-height:1.6;color:#a1a1a8;margin:0 auto 2.5rem;max-width:640px}.hero-actions{display:flex;justify-content:center;gap:1rem}.btn-primary{background:#fff;color:#000;border:none;padding:.8rem 1.6rem;border-radius:99px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.btn-secondary{background:transparent;color:#ededed;border:1px solid #333333;padding:.8rem 1.6rem;border-radius:99px;font-size:.95rem;font-weight:500;cursor:pointer;text-decoration:none;transition:border-color .2s ease}.btn-secondary:hover{border-color:#777}.demo-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 2rem 4rem;position:relative}.demo-label{font-family:var(--font-display);font-size:.8rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem}.demo-heading{font-family:var(--font-display);font-size:2rem;font-weight:500;color:#fff;margin:0 0 2rem;letter-spacing:-.02em}.os-window-container{position:relative;width:100%;max-width:1200px;aspect-ratio:16/10}.os-glow{position:absolute;inset:-50px;background:radial-gradient(ellipse at 50% 40%,rgba(255,255,255,.35),transparent 70%);opacity:0;filter:blur(80px);z-index:0;transition:opacity 1.5s ease .3s}.os-window-container.is-visible .os-glow{opacity:0}.os-window{position:relative;width:100%;height:100%;background:#050505;border-radius:16px;border:1px solid #333333;box-shadow:none;overflow:hidden;z-index:10;transition:box-shadow .5s ease-out}.os-window:hover{border:1px solid #333333;box-shadow:none}.os-screen{width:100%;height:100%;position:relative;background:#050505}.footer{padding:2rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--fg-tertiary);font-size:.85rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--fg-tertiary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--fg-secondary)}.system-status{display:flex;align-items:center;gap:.5rem;color:var(--fg-secondary)}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-green);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1;box-shadow:0 0 #22a94866}70%{opacity:.7;box-shadow:0 0 0 4px #22a94800}to{opacity:1;box-shadow:0 0 #22a94800}}@media(max-width:1024px){.os-window-container{max-width:100%}}@media(max-width:640px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.os-window-container{width:100%;aspect-ratio:auto;height:600px;max-height:80vh}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-core);color:var(--fg-primary)}.legal-header{display:flex;align-items:center;height:80px;padding:0 2rem;background:var(--bg-core)}.legal-header-logo{height:28px;width:auto;opacity:.85}.legal-header a{text-decoration:none;display:flex;align-items:center}.legal-body{flex:1;max-width:720px;margin:0 auto;padding:2rem 2rem 6rem;width:100%;box-sizing:border-box}.legal-body h1{font-family:var(--font-display);font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem;color:#fff}.legal-body .legal-updated{font-size:.85rem;color:var(--fg-tertiary);margin:0 0 3rem}.legal-body h2{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--fg-primary);margin:2.5rem 0 .75rem;letter-spacing:-.01em}.legal-body h2:first-of-type{margin-top:0}.legal-body p{font-size:.95rem;line-height:1.7;color:var(--fg-secondary);margin:0 0 1rem}.legal-body address{font-style:normal;font-size:.95rem;line-height:1.7;color:var(--fg-secondary);margin:0 0 1rem}.legal-body a{color:var(--fg-primary);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.legal-body a:hover{color:#fff}.legal-body ul{padding-left:1.25rem;margin:0 0 1rem}.legal-body li{font-size:.95rem;line-height:1.7;color:var(--fg-secondary);margin-bottom:.25rem}.legal-footer{padding:2rem;margin-top:auto}.legal-footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--fg-tertiary);font-size:.85rem}.legal-footer-content a{color:var(--fg-tertiary);text-decoration:none;transition:color .2s ease}.legal-footer-content a:hover{color:var(--fg-secondary)}.legal-footer-links{display:flex;gap:1.5rem}@media(max-width:640px){.legal-body{padding:1.5rem 1.5rem 4rem}.legal-body h1{font-size:1.8rem}.legal-footer-content{flex-direction:column;gap:1rem;text-align:center}}*{box-sizing:border-box}body{margin:0}
