:root{--bg-primary: #0a0908;--bg-secondary: #111111;--bg-elevated: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-muted: #666666;--accent: #ffffff;--accent-hover: #e0e0e0;--accent-green: #35d39a;--accent-green-soft: rgba(53, 211, 154, .18);--border-color: rgba(255, 255, 255, .1);--font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;--container-max: 1200px;--header-height: 90px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:none;transition:opacity .3s ease,transform .3s ease}.header.is-hidden{opacity:0;transform:translateY(-16px);pointer-events:none}.nav-shell{max-width:var(--container-max);margin:0 auto;padding:1rem 1.5rem;height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem}.nav-pill{justify-self:center;background:#0a0908c7;border:1px solid rgba(255,255,255,.08);border-radius:999px;box-shadow:0 18px 40px #0006;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:.85rem 2.25rem}.logo{display:inline-flex;align-items:center;gap:.75rem;height:60px}.logo--header .logo-text{display:none}.logo-img{height:60px;width:auto}.logo-text{position:static;opacity:1;font-size:1.5rem;font-weight:700;letter-spacing:.05em;color:var(--text-primary);white-space:nowrap;text-shadow:0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3)}.footer-logo{height:70px;width:auto}.footer-logo-text{font-size:1.75rem;text-shadow:none;transition:text-shadow .25s ease}.footer-logo-link{display:inline-flex;align-items:center;gap:.75rem;height:70px}.footer-logo-link:hover .footer-logo-text{text-shadow:0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3)}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:var(--text-secondary);font-weight:500;font-size:.9375rem;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-links a:hover{color:var(--text-primary)}.nav-links a:hover:after{width:100%}.nav-cta{display:none}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-toggle span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.mobile-menu{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:1.5rem;z-index:99}.mobile-menu.is-open{display:block}.mobile-menu-links{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.mobile-menu-links a{color:var(--text-secondary);font-size:1.125rem;font-weight:500;padding:.5rem 0;transition:color .2s ease}.mobile-menu-links a:hover{color:var(--text-primary)}.mobile-menu-links .btn{align-self:flex-start;color:#0a0908;padding:.75rem 1.5rem}.mobile-menu-links .btn:hover{color:#0a0908}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn-primary{background:var(--accent);color:#0a0908}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:0 12px 26px #fff3,0 0 24px #35d39a33}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-3px)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-block{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(53,211,154,.08),transparent 55%),radial-gradient(circle at 20% 30%,rgba(255,255,255,.05),transparent 45%);pointer-events:none}.hero:before{background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%),linear-gradient(180deg,rgba(10,9,8,.7) 0%,transparent 35%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3.5rem;align-items:center}.hero-copy{text-align:left}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:clamp(1.0625rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-copy .hero-cta{justify-content:flex-start}.hero-copy .hero-title,.hero-copy .hero-subtitle{margin-left:0;margin-right:0}.hero-visual{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.hero-visual-frame{width:min(520px,95%);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1.5rem}.hero-state{border-radius:22px;padding:1.5rem;min-height:260px;background:linear-gradient(180deg,#ffffff0d,#ffffff03);border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 55px #00000073;position:relative;overflow:hidden;display:grid;gap:1.25rem;align-content:start}.hero-state--before{--hero-tilt: -1.5deg;animation:hero-float 6s ease-in-out infinite}.hero-state--after{--hero-tilt: 1.5deg;border-color:#35d39a80;background:linear-gradient(180deg,#35d39a29,#ffffff05);animation:hero-float 6s ease-in-out infinite .6s}.hero-state-label{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:.35rem .85rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;color:var(--text-secondary)}.hero-state--after .hero-state-label{background:#35d39a4d;color:#dcfff2}.hero-state-content{display:grid;gap:1rem}.hero-chaos-stack{display:grid;gap:.5rem}.hero-chaos-stack span{height:36px;border-radius:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);transform:rotate(-2deg)}.hero-chaos-stack span:nth-child(2){transform:rotate(2deg);opacity:.6}.hero-chaos-stack span:nth-child(3){transform:rotate(-4deg);opacity:.4}.hero-chaos-notes{display:flex;gap:.5rem;flex-wrap:wrap}.hero-chaos-notes span{width:28px;height:28px;border-radius:6px;background:#ffffff1f;opacity:.7}.hero-chaos-notes span:nth-child(2){opacity:.4}.hero-chaos-notes span:nth-child(3){opacity:.55}.hero-chaos-lines span{display:block;height:8px;border-radius:999px;background:#ffffff1f;margin-bottom:.5rem}.hero-chaos-lines span:nth-child(2){width:80%}.hero-chaos-lines span:nth-child(3){width:60%}.hero-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.hero-clean-grid span{height:36px;border-radius:10px;background:linear-gradient(135deg,#35d39a8c,#35d39a33);border:1px solid rgba(53,211,154,.5);box-shadow:inset 0 0 12px #35d39a66}.hero-clean-metrics{display:flex;gap:.6rem}.hero-clean-metrics span{flex:1;height:28px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.hero-clean-bar{height:10px;border-radius:999px;background:#ffffff1a;position:relative;overflow:hidden}.hero-clean-bar span{display:block;height:100%;width:70%;border-radius:inherit;background:linear-gradient(90deg,#35d39ae6,#35d39a33)}.hero-connector{display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;width:40px;height:120px}.hero-connector-line{position:absolute;width:2px;height:100%;background:linear-gradient(180deg,#ffffff1a,#35d39ab3,#ffffff1a)}.hero-connector-dot{width:10px;height:10px;border-radius:50%;background:var(--accent-green);box-shadow:0 0 12px #35d39a99;animation:pulse 2.2s ease-in-out infinite}.hero-connector-dot:nth-child(2){animation-delay:0s}.hero-connector-dot:nth-child(3){animation-delay:.7s}@keyframes hero-float{0%,to{transform:translateY(0) rotate(var(--hero-tilt, 0deg))}50%{transform:translateY(-10px) rotate(var(--hero-tilt, 0deg))}}.hero-blob{position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(53,211,154,.4),rgba(53,211,154,.1) 50%,transparent 70%);filter:blur(40px);z-index:0}.hero-dashboard{position:relative;z-index:1;width:100%;max-width:480px;background:linear-gradient(180deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.15);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #0006;animation:hero-float 6s ease-in-out infinite;--hero-tilt: 1deg}.dashboard-chrome{display:flex;gap:6px;padding:12px 16px;align-items:center;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-dot{width:10px;height:10px;border-radius:50%;background:#fff3}.dashboard-dot:first-child{background:#ff5f57}.dashboard-dot:nth-child(2){background:#ffbd2e}.dashboard-dot:nth-child(3){background:#28ca41}.dashboard-address-bar{flex:1;height:8px;margin-left:10px;border-radius:999px;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff1f}.dashboard-body{display:flex;min-height:280px}.dashboard-sidebar{width:60px;padding:16px 12px;background:#0003;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:12px}.sidebar-item{height:36px;border-radius:8px;background:#ffffff14}.sidebar-item.active{background:#35d39a4d;border:1px solid rgba(53,211,154,.5)}.dashboard-main{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px}.dashboard-stats{display:flex;gap:12px}.stat-card{flex:1;padding:16px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:var(--accent)}.stat-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.dashboard-chart{flex:1;display:flex;align-items:flex-end;gap:8px;padding:16px;background:#ffffff08;border-radius:10px}.chart-bar{flex:1;height:var(--height, 50%);background:linear-gradient(180deg,#35d39acc,#35d39a4d);border-radius:4px 4px 0 0}.hero-card{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.18);border-radius:20px;box-shadow:0 30px 70px #00000073;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-card-main{width:min(360px,90%);padding:1.5rem;position:relative;transform:rotate(-2deg);animation:float-main 6s ease-in-out infinite}.hero-card-header{display:flex;gap:.4rem;margin-bottom:1rem}.hero-dot{width:9px;height:9px;border-radius:50%;background:#ffffff4d}.hero-card-body{display:grid;gap:1rem}.hero-chart{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:.6rem;height:120px}.hero-chart span{background:linear-gradient(180deg,#5bb0ffe6,#5bb0ff26);border-radius:8px 8px 4px 4px}.hero-chart span:nth-child(1){height:45%}.hero-chart span:nth-child(2){height:65%}.hero-chart span:nth-child(3){height:80%}.hero-chart span:nth-child(4){height:55%}.hero-metric{font-size:1.75rem;font-weight:700;letter-spacing:.02em}.hero-line{height:8px;border-radius:999px;background:#ffffff1f}.hero-line.short{width:70%}.hero-typing{display:grid;gap:.5rem;margin-top:.5rem}.hero-typing span{position:relative;height:6px;border-radius:999px;background:#ffffff1f;overflow:hidden}.hero-typing span:after{content:"";position:absolute;top:0;left:-50%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:typing-stream 2.6s linear infinite}.hero-typing span:nth-child(2):after{animation-delay:.6s}.hero-typing span:nth-child(3):after{animation-delay:1.2s}.hero-card-note{position:absolute;left:-10px;top:40px;padding:1rem 1.25rem;display:grid;gap:.6rem;width:160px;transform:rotate(4deg);animation:float-note 6s ease-in-out infinite 1.2s}.hero-icon-circle{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#6cc3ff;background:#ffffff14}.hero-icon-circle svg{width:22px;height:22px}.hero-mini-lines{height:6px;border-radius:999px;background:#fff3;position:relative}.hero-mini-lines:after{content:"";position:absolute;left:0;top:14px;width:70%;height:6px;border-radius:999px;background:#ffffff1f}.hero-pill{position:absolute;right:10px;bottom:80px;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.6rem .75rem;display:inline-flex;align-items:center;gap:.6rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:float-pill 6s ease-in-out infinite .6s;box-shadow:0 16px 40px #00000059;z-index:2}.hero-pill-icon{width:50px;height:50px;border-radius:18px;background:#7affc526;border:1px solid rgba(122,255,197,.4);display:grid;place-items:center;color:#7affc5}.hero-pill-icon svg{width:32px;height:32px}.hero-pill-icon .node-dot{fill:currentColor;animation:node-pulse 2.4s ease-in-out infinite}.hero-pill-icon .node-dot:nth-of-type(1){animation-delay:0s}.hero-pill-icon .node-dot:nth-of-type(2){animation-delay:.8s}.hero-pill-icon .node-dot:nth-of-type(3){animation-delay:1.6s}.hero-pill-icon .node-path{stroke-dasharray:12 8;animation:node-flow 2.4s linear infinite;animation-delay:.4s;animation-direction:alternate;opacity:.9}.hero-chip{position:absolute;right:-4px;top:-18px;width:64px;height:64px;border-radius:18px;display:grid;place-items:center;color:#6cc3ff;background:#ffffff14;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #00000059;animation:float-chip 6s ease-in-out infinite 2s}.hero-chip img{width:34px;height:34px;object-fit:contain;animation:gear-spin 12s linear infinite}@keyframes float-main{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(-2deg)}}@keyframes float-note{0%,to{transform:translateY(0) rotate(4deg)}50%{transform:translateY(-10px) rotate(4deg)}}@keyframes float-pill{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-chip{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes node-flow{to{stroke-dashoffset:-20}}@keyframes node-pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes typing-stream{0%{transform:translate(-20%);opacity:.4}50%{opacity:.9}to{transform:translate(200%);opacity:.2}}@keyframes gear-spin{to{transform:rotate(360deg)}}section{padding:6rem 0}.services,.pricing,.testimonials,.how-it-works{position:relative}.services:before,.pricing:before,.testimonials:before,.how-it-works:before{content:"";position:absolute;left:6%;right:6%;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}.services:after,.pricing:after,.testimonials:after,.how-it-works:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.02));pointer-events:none}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.how-it-works{background:var(--bg-primary)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.step-card{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;position:relative;overflow:hidden;min-height:420px;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000059;transition:all .4s ease}.step-card:hover{border-color:#ffffff2e;box-shadow:0 25px 60px #00000073;transform:translateY(-4px)}.step-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at bottom left,rgba(53,211,154,.12),transparent 55%);opacity:0;transition:opacity .4s ease}.step-card:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:19px 25px 19px 19px;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.step-card:hover:after{opacity:1}.step-card:hover:before{opacity:1}.step-header{position:relative;z-index:1}.step-index{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#fff;color:#0a0908;font-weight:700;margin-bottom:1.25rem;box-shadow:0 10px 20px #00000059}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;color:#0a0908;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;box-shadow:0 8px 24px #0006;position:relative;z-index:2}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.875rem;color:var(--text-primary)}.step-description{color:var(--text-secondary);line-height:1.7;font-size:1rem;max-width:280px}.step-icons{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:1;margin-top:2rem}.step-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#e5e7eb;box-shadow:inset 0 0 20px #0000004d}.step-icon svg{width:28px;height:28px}.step-icon img{width:28px;height:28px;object-fit:contain;filter:brightness(1.05) saturate(.9)}.step-icon-illustration{width:160px;height:160px;border-radius:24px;background:transparent;border:none;box-shadow:none}.step-icon-illustration img{width:100%;height:100%;filter:none}.step-icons-center{align-items:center;justify-content:center;gap:1.25rem}.step-icon-lg{width:84px;height:84px;background:#35d39a1f;color:#b7ffe2}.step-icon-small{width:50px;height:50px}.step-orbit{position:absolute;width:140px;height:140px;border-radius:50%;border:1px dashed rgba(53,211,154,.35)}.step-icons-wide{align-items:center;gap:1rem}.step-icon-wide{flex:1;min-width:150px;height:100px;border-radius:18px;background:#ffffff12;border:1px solid rgba(255,255,255,.18);padding:.75rem;display:grid;gap:.5rem}.step-window-dots{width:36px;height:10px;border-radius:999px;background:#fff3}.step-window-line{height:8px;border-radius:999px;background:#ffffff29}.step-window-line.short{width:70%}.step-window-graph{height:34px;border-radius:12px;background:linear-gradient(90deg,#35d39a99,#35d39a1a)}.step-icon-round{width:66px;height:66px;border-radius:50%;background:#35d39a1a;color:#9af3cb}.step-tools{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem}.step-tool-logo{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.step-tool-logo:hover{background:#ffffff1a;border-color:#fff3}.step-tool-logo img{height:32px;width:auto;opacity:.9}.step-mockup{margin-top:auto;padding-top:1.5rem;position:relative;z-index:1}.step-mockup--discovery{transform:scale(.9);transform-origin:center bottom}.automation-flow{display:flex;flex-direction:column;align-items:center}.flow-logo{width:48px;height:48px;background:linear-gradient(135deg,#35d39a4d,#35d39a26);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px}.flow-logo img{width:100%;height:100%;object-fit:contain}.flow-line{width:2px;height:12px;background:#ffffff26}.flow-step{display:flex;align-items:center;gap:.625rem;padding:.5rem .875rem;background:#35d39a14;border:1px solid rgba(53,211,154,.15);border-radius:8px;width:100%;max-width:240px}.flow-step.warning{background:#ffb43214;border-color:#ffb43240}.flow-step-icon{font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:6px}.flow-step-icon--number{background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text-primary)}.flow-step-content{flex:1;display:flex;flex-direction:column;gap:2px}.flow-step-name{font-size:.8125rem;font-weight:600;color:var(--text-primary)}.flow-step-action{font-size:.6875rem;color:var(--text-secondary)}.flow-step-status{font-size:.6875rem;color:var(--accent);font-weight:500}.flow-step-icon img{width:100%;height:100%;object-fit:contain;border-radius:4px}@keyframes highlightStep{0%,to{opacity:.5;transform:scale(.98);border-color:#ffffff14}50%{opacity:1;transform:scale(1);border-color:var(--accent);box-shadow:0 0 20px #00c85333}}.flow-step--swap-1,.flow-step--swap-2{animation:none}.step-card:hover .flow-step--swap-1{animation:highlightStep 5s ease-in-out infinite;animation-delay:0s}.step-card:hover .flow-step--swap-2{animation:highlightStep 5s ease-in-out infinite;animation-delay:2.5s}.build-visual{display:flex;align-items:center;justify-content:center;gap:1.5rem;position:relative}.floating-logo{width:36px;height:36px;object-fit:contain;opacity:.8;transition:all .3s ease}.floating-logo--left,.floating-logo--right{transform:translateY(-20px)}.step-card:hover .floating-logo{opacity:1}.step-card:hover .floating-logo--left{transform:translateY(-24px) translate(-4px)}.step-card:hover .floating-logo--right{transform:translateY(-24px) translate(4px)}.lego-scene{position:relative;width:180px;height:120px;transform:perspective(500px) rotateX(10deg)}.lego-3d--outline{position:absolute;border:2px solid rgba(53,211,154,.5);border-radius:4px;box-shadow:0 0 15px #35d39a4d}.lego-3d--outline:before{content:"";position:absolute;top:-8px;left:20%;right:20%;height:6px;border:2px solid rgba(53,211,154,.5);border-radius:3px}.lego-3d--back-left{width:40px;height:28px;left:10px;top:0}.lego-3d--back-center{width:50px;height:28px;left:65px;top:5px}.lego-3d--back-right{width:40px;height:28px;right:10px;top:0}.lego-3d--solid{position:absolute;transform-style:preserve-3d}.lego-top{position:absolute;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border:1px solid rgba(0,0,0,.1);border-radius:3px;display:flex;flex-wrap:wrap;gap:4px;padding:4px 6px;justify-content:center;transform:rotateX(45deg) translateZ(8px)}.lego-top .stud{width:10px;height:10px;background:linear-gradient(135deg,#fff,#ddd);border:1px solid rgba(0,0,0,.15);border-radius:50%;box-shadow:inset 0 -2px 3px #0000001a}.lego-front{position:absolute;background:linear-gradient(180deg,#fafafa,#e0e0e0);border:1px solid rgba(0,0,0,.1);border-radius:0 0 3px 3px}.lego-side{position:absolute;background:linear-gradient(90deg,#e8e8e8,#d0d0d0);border:1px solid rgba(0,0,0,.1);border-radius:0 3px 3px 0}.lego-3d--front-left{left:5px;top:50px}.lego-3d--front-left .lego-top{width:44px;height:24px}.lego-3d--front-left .lego-front{width:44px;height:22px;top:20px}.lego-3d--front-left .lego-side{width:12px;height:22px;left:44px;top:16px;transform:skewY(-30deg)}.lego-3d--front-center{left:60px;top:35px}.lego-3d--front-center .lego-top{width:56px;height:32px}.lego-3d--front-center .lego-front{width:56px;height:28px;top:26px}.lego-3d--front-center .lego-side{width:14px;height:28px;left:56px;top:20px;transform:skewY(-30deg)}.lego-3d--front-right{right:15px;top:60px}.lego-3d--front-right .lego-top{width:40px;height:20px}.lego-3d--front-right .lego-front{width:40px;height:18px;top:16px}.lego-3d--front-right .lego-side{width:10px;height:18px;left:40px;top:12px;transform:skewY(-30deg)}.step-mockup--build{display:flex;justify-content:center;align-items:flex-end;padding:1rem 0}.pyramid{display:flex;flex-direction:column;align-items:center;gap:6px}.pyramid-row{display:flex;gap:6px}.pyramid-block{width:52px;height:40px;background:#35d39a14;border:1px solid rgba(53,211,154,.15);border-radius:4px;opacity:0;transform:translateY(10px);animation:blockAppear 9s ease-out infinite;animation-delay:calc(var(--delay) * .6s)}@keyframes blockAppear{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}85%,to{opacity:0;transform:translateY(-5px)}}.step-mockup--handover{transform:scale(.92);transform-origin:center bottom}.step-mockup--handover .handover-list{display:flex;flex-direction:column;gap:.5rem}.handover-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;background:#35d39a14;border:1px solid rgba(53,211,154,.15);border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}.handover-item:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),rgba(255,255,255,.3),rgba(255,255,255,.15),transparent);transform:skew(-20deg);animation:none}.handover-item:nth-child(1):after{animation-delay:0s}.handover-item:nth-child(2):after{animation-delay:1.8s}.handover-item:nth-child(3):after{animation-delay:3.6s}@keyframes lightSweep{0%,to{left:-100%}12%,35%{left:150%}}.step-card:hover .handover-item:after{animation:lightSweep 10s ease-in-out infinite}.step-card:hover .handover-item:nth-child(1):after{animation-delay:0s}.step-card:hover .handover-item:nth-child(2):after{animation-delay:1.8s}.step-card:hover .handover-item:nth-child(3):after{animation-delay:3.6s}.step-card:hover .handover-item{background:#35d39a1f;border-color:#35d39a40}.check-icon{color:var(--accent);font-weight:700;font-size:1rem}.handover-text{color:var(--text-primary);font-size:.9375rem;font-weight:500}.step-card[data-tooltip]{cursor:pointer}.step-card:focus-visible{outline:2px solid rgba(53,211,154,.8);outline-offset:4px}.step-tooltip{position:absolute;top:1.5rem;right:1.5rem;left:auto;bottom:auto;max-width:200px;transform:translate(8px);background:#141414f2;color:var(--text-secondary);padding:.75rem 1rem;border-radius:10px;font-size:.75rem;font-weight:500;white-space:normal;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease;z-index:10;pointer-events:none;border:1px solid rgba(255,255,255,.1);text-align:left;line-height:1.5;box-shadow:0 8px 24px #0006}.step-tooltip.is-visible{opacity:1;visibility:visible;transform:translate(0)}@keyframes float-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.services{background:var(--bg-secondary)}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,380px));gap:2rem;max-width:900px;margin:0 auto;justify-content:center}.service-card{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:16px 22px 16px 16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);transform:scaleX(0);transition:transform .4s ease}.service-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:15px 20px 15px 15px;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 45%);opacity:0;transition:opacity .4s ease;pointer-events:none}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #0006;border-color:#fff3}.service-card:hover:before{transform:scaleX(1)}.service-card:hover:after{opacity:1}.service-card:hover .service-visual{transform:translateY(-6px);border-color:#ffffff40}.service-visual{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:1.25rem;margin-bottom:1.5rem;min-height:150px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-visual-workflows{display:grid;gap:.8rem}.service-node{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:8px;background:var(--accent-green);box-shadow:0 0 20px #35d39a66}.service-task{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-secondary)}.service-task p{color:var(--text-primary);font-weight:600;font-size:.9375rem}.service-task span{font-size:.8125rem}.service-task em{margin-left:auto;font-style:normal;color:var(--text-muted);font-size:.75rem}.service-task-dot{width:10px;height:10px;border-radius:50%;background:var(--accent-green);box-shadow:0 0 10px #35d39a80}.service-visual-analytics{display:grid;align-content:center;gap:1.5rem}.service-chart{display:grid;grid-template-columns:repeat(5,1fr);align-items:end;gap:.6rem;height:90px}.service-chart span{border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#35d39acc,#35d39a26)}.service-chart span:nth-child(1){height:45%}.service-chart span:nth-child(2){height:70%}.service-chart span:nth-child(3){height:85%}.service-chart span:nth-child(4){height:60%}.service-chart span:nth-child(5){height:75%}.service-pill{align-self:flex-start;background:#35d39a33;color:#ccffe9;padding:.4rem .85rem;border-radius:999px;font-weight:600;font-size:.875rem}.service-visual-integrations{display:grid;place-items:center}.service-ring{position:relative;width:160px;height:160px;border-radius:50%;border:1px dashed rgba(53,211,154,.35)}.service-app{position:absolute;width:36px;height:36px;border-radius:50%;background:#35d39a26;border:1px solid rgba(53,211,154,.4);box-shadow:0 0 16px #35d39a59}.service-app:nth-child(1){top:-10px;left:50%;transform:translate(-50%)}.service-app:nth-child(2){right:-10px;top:50%;transform:translateY(-50%)}.service-app:nth-child(3){bottom:-10px;left:50%;transform:translate(-50%)}.service-app:nth-child(4){left:-10px;top:50%;transform:translateY(-50%)}.service-app:nth-child(5){top:15%;right:15%}.service-core{position:absolute;width:32px;height:32px;border-radius:8px;background:var(--accent-green);box-shadow:0 0 20px #35d39a80}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes chart-rise{0%,to{transform:scaleY(1)}50%{transform:scaleY(.85)}}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.service-description{color:var(--text-secondary);line-height:1.7}.services-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.services-tab{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);padding:.875rem 1.5rem;border-radius:999px;font-family:var(--font-family);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease}.services-tab:hover{border-color:#ffffff4d;color:var(--text-primary)}.services-tab.is-active{background:var(--accent);border-color:var(--accent);color:#0a0908}.services-tab-content{display:none}.services-tab-content.is-active{display:block;animation:tabFadeIn .4s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-problem{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-green);margin-bottom:.5rem}.service-visual-problem{display:flex;align-items:center;justify-content:center;gap:1rem;min-height:120px}.service-before.is-image,.service-after.is-image{width:120px;height:120px;display:grid;place-items:center;background:#ffffff29;border:1px solid rgba(255,255,255,.22);border-radius:20px;box-shadow:inset 0 0 30px #ffffff1f}.service-card-chaos .service-before.is-image img{filter:brightness(1.8) contrast(1.05)}.service-before.is-image img,.service-after.is-image img{width:100%;height:100%;object-fit:contain;display:block}.service-before{display:flex;flex-wrap:wrap;gap:.25rem;width:60px;opacity:.5}.service-before span{width:25px;height:25px;background:#ffffff26;border-radius:4px;transform:rotate(-5deg);position:relative}.service-before span:nth-child(2){transform:rotate(3deg)}.service-before span:nth-child(3){transform:rotate(-2deg)}.service-before span:nth-child(4){transform:rotate(4deg)}.service-arrow{font-size:1.5rem;color:var(--accent-green);font-weight:300}.service-after{display:flex;align-items:center;justify-content:center}.service-after span{width:60px;height:60px;background:linear-gradient(135deg,#35d39a4d,#35d39a1a);border:1px solid rgba(53,211,154,.4);border-radius:12px;box-shadow:0 0 20px #35d39a33}.service-before-chaos span{width:26px;height:22px}.service-after-clean span{background:linear-gradient(135deg,#35d39a80,#35d39a1f)}.service-before-automation span{width:12px;height:12px;border-radius:999px;background:#ffffff2e;box-shadow:0 0 12px #fff3}.service-before-automation span:after{content:"";position:absolute;width:48px;height:6px;border-radius:999px;background:#ffffff14;left:16px;top:50%;transform:translateY(-50%)}.service-after-automation span{position:relative;background:linear-gradient(135deg,#35d39a73,#35d39a1f)}.service-after-automation span:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:8px;border:1px dashed rgba(53,211,154,.6)}.service-before-visibility span{width:60px;height:40px;border-radius:10px;background:#ffffff14;position:relative;overflow:hidden}.service-before-visibility span:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:8px;background:#ffffff0f}.service-after-visibility span{width:60px;height:60px;position:relative;overflow:hidden}.service-after-visibility span:after{content:"";position:absolute;bottom:10px;left:12px;width:36px;height:18px;border-radius:6px;background:#fff3}.service-before-scale span{width:50px;height:50px;border-radius:12px;background:#ffffff1a;position:relative;overflow:hidden}.service-before-scale span:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:8px;background:#ffffff14}.service-after-scale span{width:70px;height:70px;border-radius:16px;box-shadow:0 0 28px #35d39a59}.service-before-complexity span{width:60px;height:60px;border-radius:16px;background:#ffffff14;position:relative}.service-before-complexity span:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:12px;border:1px dashed rgba(255,255,255,.25)}.service-after-complexity span{border-radius:18px;box-shadow:inset 0 0 12px #35d39a66}.service-before-docs span{width:60px;height:50px;border-radius:10px;background:#ffffff14;position:relative;overflow:hidden}.service-before-docs span:after{content:"";position:absolute;left:12px;top:14px;width:36px;height:8px;border-radius:999px;background:#ffffff1f;box-shadow:0 10px #ffffff14}.service-after-docs span{position:relative}.service-after-docs span:after{content:"";position:absolute;left:12px;top:18px;width:36px;height:10px;border-radius:999px;background:#ffffff4d;box-shadow:0 14px #fff3}.service-before-dependency span{width:46px;height:46px;border-radius:50%;background:#ffffff1a;position:relative}.service-before-dependency span:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#ffffff14;right:-6px;top:13px}.service-after-dependency span{position:relative;border-radius:18px}.service-after-dependency span:after{content:"";position:absolute;right:10px;top:10px;width:12px;height:12px;border-radius:4px;background:#fff6}.service-before-fit span{width:60px;height:40px;border-radius:12px;background:#ffffff1a;position:relative}.service-before-fit span:after{content:"";position:absolute;left:10px;top:10px;width:40px;height:6px;border-radius:999px;background:#ffffff14;box-shadow:0 12px #ffffff14}.service-after-fit span{position:relative}.service-after-fit span:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:6px;border:1px solid rgba(255,255,255,.35)}@media (max-width: 600px){.services-tabs{flex-direction:column;align-items:stretch}.services-tab{text-align:center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes connect{0%,to{transform:scale(1)}25%{transform:scale(1.05) translate(2px)}75%{transform:scale(1.05) translate(-2px)}}.testimonials{background:var(--bg-primary)}.testimonial-slider{max-width:900px;margin:0 auto}.testimonial-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:16px 22px 16px 16px;padding:2rem;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.testimonial:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000004d;border-color:#ffffff26}.testimonial:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:15px 20px 15px 15px;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.testimonial:hover:after{opacity:1}.testimonial-quote{font-size:1.0625rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem;color:var(--text-primary)}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color)}.testimonial-info{display:flex;flex-direction:column}.testimonial-name{font-style:normal;font-weight:600;font-size:1rem}.testimonial-role{color:var(--text-muted);font-size:.875rem}.service-visual-css{display:flex;align-items:center;justify-content:center;gap:1rem;min-height:120px;margin-bottom:1rem}.svc-before,.svc-after{width:100px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:12px;position:relative}.svc-before{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.svc-after{background:#35d39a1a;border:1px solid rgba(53,211,154,.3)}.svc-arrow{font-size:1.25rem;color:var(--accent)}.svc-chaos{flex-wrap:wrap;gap:4px;padding:12px}.chaos-cell{width:20px;height:16px;background:#ffffff26;border-radius:3px}.chaos-cell:nth-child(1){transform:rotate(-3deg)}.chaos-cell:nth-child(2){transform:rotate(2deg);opacity:.7}.chaos-cell:nth-child(3){transform:rotate(-2deg);opacity:.5}.chaos-cell:nth-child(4){transform:rotate(4deg);opacity:.6}.chaos-warn{position:absolute;bottom:8px;right:8px;width:18px;height:18px;background:#ff64644d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#ff6b6b;font-weight:700}.svc-database{flex-direction:column}.db-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.db-grid span{width:20px;height:14px;background:#35d39a4d;border-radius:3px}.db-check{margin-top:8px;color:var(--accent);font-size:.875rem;font-weight:700}.svc-manual{flex-direction:column;gap:6px;padding:12px}.manual-item{display:flex;align-items:center;gap:6px}.manual-item .box{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:3px}.manual-item .box.checked{background:#fff3}.manual-item:after{content:"";width:40px;height:6px;background:#ffffff26;border-radius:3px}.svc-auto{flex-direction:column;gap:8px}.auto-flow{display:flex;align-items:center;gap:4px}.auto-node{width:20px;height:20px;background:#35d39a66;border-radius:4px}.auto-line{width:12px;height:2px;background:#35d39a80}.auto-status{font-size:.65rem;color:var(--accent);font-weight:600}.svc-blind{flex-direction:column;gap:8px}.blind-panel{display:flex;gap:8px}.blind-bar{width:30px;height:24px;background:#ffffff14;border-radius:4px}.blind-icon{color:#ffffff4d;font-size:1rem}.svc-dashboard{flex-direction:column;gap:8px}.dash-stats{display:flex;gap:8px}.dash-num{padding:4px 8px;background:#35d39a33;border-radius:4px;font-size:.75rem;font-weight:700;color:var(--accent)}.dash-bar{width:60px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.dash-bar span{display:block;width:70%;height:100%;background:var(--accent);border-radius:4px}.svc-cramped .cramped-blocks{display:flex;gap:4px}.svc-cramped .cramped-blocks span{width:24px;height:24px;background:#ffffff26;border-radius:4px}.svc-scalable .scale-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.svc-scalable .scale-blocks span{width:20px;height:18px;background:#35d39a4d;border-radius:3px}.svc-tangled .tangle-lines{position:relative;width:60px;height:50px}.svc-tangled .tangle-lines span{position:absolute;width:100%;height:2px;background:#fff3;left:0}.svc-tangled .tangle-lines span:nth-child(1){top:10px;transform:rotate(25deg)}.svc-tangled .tangle-lines span:nth-child(2){top:25px;transform:rotate(-15deg)}.svc-tangled .tangle-lines span:nth-child(3){top:40px;transform:rotate(10deg)}.svc-simple .simple-flow{display:flex;align-items:center}.svc-simple .simple-flow span:not(.flow-connector){width:16px;height:16px;background:#35d39a66;border-radius:4px}.svc-simple .flow-connector{width:12px;height:2px;background:#35d39a66}.svc-nodocs .nodocs-page{width:40px;height:50px;background:#ffffff14;border-radius:4px;display:flex;align-items:center;justify-content:center}.nodocs-icon{color:#ffffff4d;font-size:1.25rem}.svc-docs .docs-stack{display:flex;flex-direction:column;gap:6px}.doc-line{width:50px;height:8px;background:#35d39a33;border-radius:3px}.doc-check{font-size:.7rem;color:var(--accent);margin-left:auto}.svc-locked .locked-icon{font-size:1.5rem;opacity:.5}.svc-owned .owned-icon{display:flex;flex-direction:column;align-items:center;gap:4px}.svc-owned .unlock{width:28px;height:28px;background:#35d39a4d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:700}.svc-owned .own-label{font-size:.6rem;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.svc-misfit .misfit-shapes{display:flex;gap:8px;align-items:center}.shape-circle{width:24px;height:24px;border-radius:50%;background:#ffffff26}.shape-square{width:24px;height:24px;background:#ffffff26;border-radius:4px;transform:rotate(15deg)}.svc-aligned .aligned-shapes{display:flex;gap:4px}.shape-match{width:24px;height:24px;background:#35d39a4d;border-radius:4px}.pricing{background:var(--bg-secondary)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:800px;margin:0 auto}.pricing-card{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:16px 22px 16px 16px;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.pricing-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:15px 20px 15px 15px;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 45%);opacity:0;transition:opacity .4s ease;pointer-events:none}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000004d}.pricing-card:hover:after{opacity:1}.pricing-card--featured{border-color:var(--accent);box-shadow:0 0 60px #ffffff1a}.pricing-card--featured:hover{box-shadow:0 0 80px #ffffff26,0 25px 50px #0000004d}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#0a0908;padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-features{margin-bottom:2rem}.pricing-features li{border-bottom:1px solid var(--border-color);padding:.75rem 0 .75rem 1.75rem;position:relative;color:var(--text-secondary);transition:color .3s ease}.pricing-card:hover .pricing-features li{color:var(--text-primary)}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:600}.pricing-grid--three{grid-template-columns:repeat(3,1fr);max-width:1100px}.pricing-tagline{font-size:.875rem;color:var(--text-secondary);font-weight:500;margin:0}.pricing-card--recommended{border-color:var(--accent);box-shadow:0 0 60px #ffffff1a}.pricing-card--recommended:hover{box-shadow:0 0 80px #ffffff26,0 25px 50px #0000004d}.pricing-badge--alt{background:linear-gradient(135deg,var(--accent),#2eb889)}@media (max-width: 900px){.pricing-grid--three{grid-template-columns:1fr;max-width:400px}}.contact{background:var(--bg-primary);text-align:center}.contact-content{max-width:600px;margin:0 auto}.contact-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.contact-subtitle{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:4rem 0 2rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-tagline{color:var(--text-secondary);margin-top:.75rem;font-size:.9375rem}.footer-nav{display:flex;gap:2rem}.footer-nav a{color:var(--text-secondary);font-size:.9375rem;transition:color .3s ease}.footer-nav a:hover{color:var(--text-primary)}.footer-social a{color:var(--text-secondary);transition:all .3s ease}.footer-social a:hover{color:var(--accent);transform:scale(1.1)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.875rem}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.services-grid .animate-on-scroll:nth-child(1){transition-delay:0s}.services-grid .animate-on-scroll:nth-child(2){transition-delay:.15s}.services-grid .animate-on-scroll:nth-child(3){transition-delay:.3s}.testimonial-track .animate-on-scroll:nth-child(1){transition-delay:0s}.testimonial-track .animate-on-scroll:nth-child(2){transition-delay:.15s}.testimonial-track .animate-on-scroll:nth-child(3){transition-delay:.3s}.pricing-grid .animate-on-scroll:nth-child(1){transition-delay:0s}.pricing-grid .animate-on-scroll:nth-child(2){transition-delay:.2s}.pricing-grid .animate-on-scroll:nth-child(3){transition-delay:.4s}.hero .animate-on-scroll:nth-child(1){transition-delay:.2s}.hero .animate-on-scroll:nth-child(2){transition-delay:.4s}.hero .animate-on-scroll:nth-child(3){transition-delay:.6s}@media (prefers-reduced-motion: reduce){.animate-on-scroll{opacity:1;transform:none;transition:none}.service-card:hover .icon-spin,.service-card:hover .icon-pulse,.service-card:hover .icon-connect{animation:none}.hero-card-main,.hero-card-note,.hero-pill,.hero-chip,.hero-typing span:after,.hero-chip img{animation:none}.hero-state--before,.hero-state--after,.hero-connector-dot,.step-icon,.step-orbit,.service-ring,.service-chart span,.service-task-dot{animation:none}}@media (max-width: 768px){.nav-links,.nav-cta,.nav-pill{display:none}.mobile-menu-toggle{display:flex}.hero{padding:7rem 0 4rem}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{text-align:center}.hero-copy .hero-cta{justify-content:center}.hero-visual{min-height:360px}.hero-visual-frame{grid-template-columns:1fr}.hero-connector{width:100%;height:24px;flex-direction:row}.hero-connector-line{width:100%;height:2px}.hero-card-note{left:0}.step-card{min-height:300px}.service-visual-integrations{min-height:180px}section{padding:4rem 0}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-brand{max-width:100%}.pricing-grid{grid-template-columns:1fr}}@media (max-width: 900px){.services-grid{grid-template-columns:1fr;max-width:540px}}@media (max-width: 480px){.hero-title{font-size:2rem}.services-grid,.testimonial-track{grid-template-columns:1fr}}
