@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap";:root{--color-bg: #0a0e1a;--color-bg-elevated: #0f1117;--color-surface: #18181b;--color-surface-hover: #1f2230;--color-border: rgba(255, 255, 255, .08);--color-text: #e4e4e7;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--color-accent: #c2006d;--color-accent-hover: #d91a7f;--color-accent-soft: rgba(194, 0, 109, .15);--color-indigo: #6366f1;--color-indigo-soft: rgba(99, 102, 241, .2);--color-violet: #7c3aed;--color-violet-soft: rgba(124, 58, 237, .25);--color-danger: #ef4444;--color-success: #22c55e;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 8px 32px rgba(0, 0, 0, .4);--shadow-glow: 0 0 60px rgba(194, 0, 109, .2);--header-height: 72px;--container-max: 1200px;--container-wide: 1280px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 24px}.container--wide{max-width:var(--container-wide)}.section{padding:96px 0}.section__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.section__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.section__subtitle{font-size:1.125rem;color:var(--color-text);max-width:640px;line-height:1.7}.section__header{text-align:center;margin-bottom:56px}.section__header .section__subtitle{margin:0 auto}.logo{display:inline-flex;align-items:center;flex-shrink:0}.logo__img{height:auto;width:auto;object-fit:contain}.logo--sm .logo__img{height:28px}.logo--md .logo__img,.logo--lg .logo__img{height:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;border-radius:var(--radius-full);transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);white-space:nowrap}.btn--sm{padding:8px 18px;font-size:.875rem}.btn--md{padding:12px 24px;font-size:.9375rem}.btn--lg{padding:14px 28px;font-size:1rem}.btn--primary{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-violet) 100%);color:#fff;box-shadow:0 4px 20px #c2006d59}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 28px #c2006d73}.btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{background:var(--color-surface-hover);border-color:#ffffff26}.btn--ghost{background:transparent;color:var(--color-text-secondary)}.btn--ghost:hover{color:var(--color-text)}.nav-link{font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);transition:color var(--transition)}.nav-link:hover{color:var(--color-text)}.hero-banner{position:relative;flex:1;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-banner__backgrounds{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-bg);opacity:0;transition:opacity .8s ease;overflow:hidden}.hero-banner__bg--active{opacity:1}.hero-banner__bg-track{width:100%;height:200%;animation:hero-bg-scroll 30s linear infinite}.hero-banner__bg-layer{width:100%;height:50%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}@keyframes hero-bg-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0609125e,#060912a6 40%,#0609121c),linear-gradient(90deg,#30106b,#0609127a,#060912e0)}.hero-banner__inner{position:relative;z-index:2;width:100%;max-width:var(--container-max);margin:0 auto;padding:180px 24px 80px;display:flex;align-items:flex-end;gap:clamp(20px,5vw,56px);justify-content:flex-end}.hero-banner__floating{position:relative;flex:1;min-height:420px;max-width:540px;pointer-events:none;isolation:isolate}.hero-banner__floating-card{position:absolute;left:50%;bottom:0;margin:0;width:var(--bubble-size);aspect-ratio:16 / 11;overflow:hidden;border-radius:18px;box-shadow:0 8px 30px #0609123d;transform-origin:center center;animation:hero-bubble-rise var(--card-duration) linear infinite,hero-bubble-pop var(--card-duration) steps(1,end) infinite;animation-delay:var(--card-delay);opacity:0;z-index:1;-webkit-backdrop-filter:blur(1.6px);backdrop-filter:blur(1.6px)}.hero-banner__floating-card:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;border:1px solid rgb(255 255 255 / 18%);z-index:3}.hero-banner__floating-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.17)}@keyframes hero-bubble-rise{0%{transform:translate(var(--bubble-x),var(--bubble-start-y)) scale(.2);opacity:0}10%{opacity:.8}42%{transform:translate(calc(var(--bubble-x) + var(--bubble-drift)),var(--bubble-mid-y)) scale(1);opacity:.95}78%{transform:translate(calc(var(--bubble-x) + var(--bubble-drift-half-neg)),var(--bubble-upper-mid-y)) scale(.94);opacity:.8}to{transform:translate(calc(var(--bubble-x) + var(--bubble-drift-quarter)),var(--bubble-end-y)) scale(.62);opacity:0}}@keyframes hero-bubble-pop{0%,73%,to{clip-path:inset(0 0 0 0 round 18px);filter:none}78%{clip-path:inset(0 0 0 0 round 18px)}79%{clip-path:inset(34% 30% 34% 30% round 10px);filter:brightness(1.24) saturate(1.2)}80%{clip-path:inset(45% 43% 45% 43% round 8px)}81%{clip-path:inset(0 0 0 0 round 18px)}}.hero-banner__copy{display:flex;flex-direction:column;align-items:flex-end;width:100%;max-width:520px;text-align:right}.hero-banner__slides{position:relative;width:100%;min-height:320px}.hero-banner__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-end;gap:0;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease,visibility .5s ease}.hero-banner__slide--active{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.hero-banner__title{display:flex;flex-direction:column;align-items:flex-end;gap:0;margin:0;font-size:25px;font-weight:700;line-height:1.05;letter-spacing:.18em;text-transform:uppercase;color:#fff}.hero-banner__title-line{display:block}.hero-banner__tagline{font-size:15px;font-weight:300;color:#fff;text-transform:lowercase}.hero-banner__divider{width:100%;max-width:280px;margin:20px 0 24px;border:none;border-top:1px solid rgb(255 255 255 / 16%)}.hero-banner__body{margin:0;max-width:465px;font-size:.875rem;line-height:1.75;color:#ffffffe0}.hero-banner__dots{display:flex;justify-content:flex-end;gap:12px;margin-top:36px}.hero-banner__dot{width:10px;height:10px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:transparent;transition:background var(--transition),transform var(--transition)}.hero-banner__dot:hover{background:#ffffff59}.hero-banner__dot--active{background:#fff;border-color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.hero-banner__inner{padding:100px 24px 64px;justify-content:flex-start}.hero-banner__floating{display:none}.hero-banner__copy{align-items:flex-start;max-width:none;text-align:left}.hero-banner__slide,.hero-banner__title{align-items:flex-start}.hero-banner__dots{justify-content:flex-start}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero__bar{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 48px}.hero__logo .logo__img{filter:brightness(0) invert(1)}.hero__nav{display:flex;align-items:center;gap:24px;flex:1;min-width:0;justify-content:flex-end}.hero__links{display:flex;align-items:center;gap:20px;overflow-x:auto;max-width:min(100%,calc(100vw - 280px));padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.hero__links::-webkit-scrollbar{display:none}.hero__links .nav-link{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffe6}.hero__links .nav-link:hover{color:#fff}.hero__actions{display:flex;align-items:center;gap:8px}.hero__toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}@media(max-width:900px){.hero__bar{padding:20px 24px}.hero__toggle{display:flex}.hero__nav{position:fixed;top:0;left:0;right:0;bottom:0;flex-direction:column;align-items:stretch;justify-content:center;gap:32px;padding:96px 32px 48px;background:#060912f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translate(100%);transition:transform .3s ease}.hero__nav--open{transform:translate(0)}.hero__links{flex-direction:column;align-items:flex-start;gap:24px;max-width:none;overflow-x:visible;overflow-y:auto;max-height:min(50vh,360px);padding-right:8px}.hero__links .nav-link{font-size:.875rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}}.solution-section{position:relative;z-index:0;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.solution-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#06091273,#060912b8,#0609128c),linear-gradient(90deg,#0002688c,#0609127f,#30106b99)}.solution-section .container{position:relative;z-index:2;padding-top:clamp(120px,18vw,200px)}.solution-section__diagram{max-width:var(--container-wide, 1200px);margin:0 auto;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:12px}.solution-section__level{flex:1 1 0;min-width:0;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;border-radius:var(--radius-lg);text-align:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.solution-section__level--user,.solution-section__level--workspace{background:#0002687d;border-color:#4144bd61}.solution-section__level--project{justify-content:center;background:#0002687d;border-color:#4144bd61}.solution-section__body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%}.solution-section__head{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;flex-shrink:0}.solution-section__level--project .solution-section__icon,.solution-section__level--project .solution-section__label{margin-bottom:0}.solution-section__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:1.375rem;border-radius:var(--radius-md);background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fff}.solution-section__level--workspace .solution-section__icon{background:#6366f133;border-color:#6366f159;color:#a5b4fc}.solution-section__level--project .solution-section__icon{background:#c2006d33;border-color:#c2006d59;color:#f472b6}.solution-section__label{display:block;font-size:1.125rem;font-weight:700;margin-bottom:4px}.solution-section__hint{font-size:.8125rem;color:var(--color-surface-hover)}.solution-section__arrow{flex-shrink:0;align-self:center;color:var(--color-text-muted);font-size:1.5rem;line-height:1}@media(max-width:768px){.solution-section__diagram{justify-content:flex-start;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.solution-section__level{flex:0 0 220px;min-height:280px}}.solution-section__modules{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%)}.solution-section__level--project .solution-section__modules{flex:none;width:100%}.solution-section__modules-track{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;width:max-content;animation:solution-section-modules-scroll 28s linear infinite}.solution-section__modules:hover .solution-section__modules-track{animation-play-state:paused}.solution-section__module{flex-shrink:0;padding:6px 12px;font-size:.75rem;font-weight:600;white-space:nowrap;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);color:var(--color-text-secondary);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@keyframes solution-section-modules-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.solution-section__modules-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%}.solution-section__module[aria-hidden=true]{display:none}.solution-section__modules{mask-image:none;-webkit-mask-image:none}}.heading{font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--color-text)}.heading--1{font-size:clamp(2.25rem,5vw,3.5rem)}.heading--2{font-size:clamp(1.75rem,4vw,2.5rem)}.heading--3{font-size:clamp(1.25rem,2.5vw,1.5rem)}.heading--4{font-size:1.125rem}.text--body{font-size:1rem;line-height:1.7;color:var(--color-text-secondary)}.text--lead{font-size:1.125rem;line-height:1.75;color:var(--color-text-secondary)}.text--small{font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.text--muted{font-size:.9375rem;color:var(--color-text-muted)}.feature-card{background:linear-gradient(145deg,#7c3aed59,#c2006d40);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:32px;transition:transform var(--transition),box-shadow var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-card--default{background:linear-gradient(145deg,#6366f133,#7c3aed26)}.feature-card--accent{background:linear-gradient(145deg,#c2006d59,#7c3aed4d)}.feature-card--wide{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}@media(max-width:768px){.feature-card--wide{grid-template-columns:1fr}}.feature-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:var(--radius-md);font-size:1.5rem;color:#fff;margin-bottom:20px}.feature-card__title{margin-bottom:16px}.feature-card__bullets{display:flex;flex-direction:column;gap:10px}.feature-card__bullets li{position:relative;padding-left:20px}.feature-card__bullets li:before{content:"→";position:absolute;left:0;color:var(--color-accent);font-weight:600}.features-section{background:var(--color-bg-elevated)}.features-section__bento{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1024px){.features-section__bento{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-section__bento{grid-template-columns:1fr}}.badge{display:inline-flex;align-items:center;padding:6px 14px;font-size:.75rem;font-weight:600;letter-spacing:.02em;border-radius:var(--radius-full)}.badge--accent{background:var(--color-accent-soft);color:#f472b6;border:1px solid rgba(194,0,109,.3)}.badge--indigo{background:var(--color-indigo-soft);color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}.badge--neutral{background:#ffffff0f;color:var(--color-text-secondary);border:1px solid var(--color-border)}.workflow-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}@media(max-width:900px){.workflow-section__grid{grid-template-columns:1fr}}.workflow-section__copy{display:flex;flex-direction:column;gap:20px}.workflow-section__honesty{font-size:.875rem;color:var(--color-text-muted);padding:16px;background:var(--color-surface);border-radius:var(--radius-md);border-left:3px solid var(--color-indigo);line-height:1.6}.workflow-section__nodes{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:600px){.workflow-section__nodes{grid-template-columns:1fr}}.workflow-section__group{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px}.workflow-section__group h3{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);margin-bottom:12px}.workflow-section__group ul{display:flex;flex-direction:column;gap:6px}.workflow-section__group li{font-size:.875rem;color:var(--color-text-secondary)}.workflow-section__group li:before{content:"• ";color:var(--color-indigo)}.screens-section__card{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:48px;background:linear-gradient(135deg,#c2006d33,#7c3aed26);border:1px solid rgba(194,0,109,.25);border-radius:var(--radius-xl)}@media(max-width:900px){.screens-section__card{grid-template-columns:1fr;padding:32px 24px}}.screens-section__copy{display:flex;flex-direction:column;gap:20px}.screens-section__demo{position:relative;display:flex;justify-content:center}.screens-section__screen{position:relative;z-index:1;width:100%;max-width:320px;padding:24px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:16px}.screens-section__screen-header{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;color:#22c55e}.screens-section__screen-header svg{animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.screens-section__widget{padding:12px 16px;border-radius:var(--radius-sm);font-size:.875rem}.screens-section__widget--label{background:var(--color-surface);color:var(--color-text-secondary)}.screens-section__widget--progress{background:var(--color-surface);padding:16px}.screens-section__progress-bar{height:8px;background:linear-gradient(90deg,var(--color-accent),var(--color-violet));border-radius:var(--radius-full);transition:width 1s ease}.screens-section__widget--btn{background:linear-gradient(135deg,var(--color-accent),var(--color-violet));color:#fff;font-weight:600;text-align:center}.screens-section__pulse{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle,rgba(194,0,109,.25) 0%,transparent 60%);animation:glow-pulse 3s ease infinite}@keyframes glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.collaboration-section{background:var(--color-bg-elevated)}.collaboration-section__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;max-width:900px;margin:0 auto}@media(max-width:768px){.collaboration-section__grid{grid-template-columns:1fr}}.collaboration-section__invite{background:linear-gradient(145deg,#c2006d40,#7c3aed33);border:1px solid rgba(194,0,109,.3);border-radius:var(--radius-xl);padding:32px}.collaboration-section__invite-icon{width:40px;height:40px;color:#f9a8d4;margin-bottom:16px}.collaboration-section__invite h3{font-size:1.25rem;margin-bottom:10px}.collaboration-section__invite p{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6}.collaboration-section__scopes{display:flex;flex-direction:column;gap:12px}.collaboration-section__scope{display:flex;gap:16px;align-items:flex-start;padding:20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.collaboration-section__scope-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-indigo-soft);border-radius:var(--radius-sm);color:#a5b4fc;font-size:1.25rem;flex-shrink:0}.collaboration-section__scope strong{display:block;margin-bottom:4px}.collaboration-section__scope p{font-size:.875rem;color:var(--color-text-muted)}.n8n-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:48px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl)}@media(max-width:900px){.n8n-section__inner{grid-template-columns:1fr;padding:32px 24px}}.n8n-section__copy{display:flex;flex-direction:column;gap:20px}.n8n-section__visual{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.n8n-section__code{padding:20px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.75rem;color:#a5b4fc;line-height:1.5;overflow:hidden}.n8n-section__arrow{font-size:1.5rem;color:var(--color-accent);font-weight:700}.n8n-section__result{display:flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:var(--radius-md)}.n8n-section__result-img{display:block;height:80px;width:auto}.deploy-section{background:var(--color-bg-elevated)}.deploy-section__terminal{max-width:560px;margin:0 auto 40px;background:#0d0d12;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.deploy-section__terminal-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#0006;border-bottom:1px solid var(--color-border)}.deploy-section__terminal-bar span:not(.deploy-section__terminal-title){width:10px;height:10px;border-radius:50%;background:#ffffff26}.deploy-section__terminal-bar span:first-child{background:#ef4444}.deploy-section__terminal-bar span:nth-child(2){background:#eab308}.deploy-section__terminal-bar span:nth-child(3){background:#22c55e}.deploy-section__terminal-title{margin-left:auto;font-size:.75rem;color:var(--color-text-muted);background:none!important;width:auto!important;height:auto!important;border-radius:0!important}.deploy-section__command-wrap{display:flex;align-items:flex-start;gap:12px;padding:24px}.deploy-section__command{flex:1;min-width:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:1rem;color:#86efac;word-break:break-all}.deploy-section__copy{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#ffffff0d;color:var(--color-text-muted);cursor:pointer;transition:color .15s,background .15s,border-color .15s}.deploy-section__copy:hover{color:#86efac;background:#ffffff14;border-color:#86efac4d}.deploy-section__copy svg{width:1.125rem;height:1.125rem}.deploy-section__copy:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.deploy-section__prompt{color:var(--color-accent);margin-right:8px}.deploy-section__stack{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.deploy-section__badge{display:flex;flex-direction:column;align-items:center;padding:16px 24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:100px}.deploy-section__badge strong{font-size:.9375rem;margin-bottom:4px}.deploy-section__badge span{font-size:.75rem;color:var(--color-text-muted)}.workflow-demo-card-wrap{position:relative;z-index:30;margin:-72px 0 -140px;overflow:visible;background:transparent;pointer-events:none}.workflow-demo-cube-scene{--face-ratio-w: 1366;--face-ratio-h: 768;--cuboid-width: min(560px, calc(100vw - 48px) );--cuboid-height: calc(var(--cuboid-width) * var(--face-ratio-h) / var(--face-ratio-w));--cuboid-depth: var(--cuboid-width);--cuboid-rotate-padding: calc(var(--cuboid-width) * .12);width:100%;min-height:calc(var(--cuboid-height) + var(--cuboid-rotate-padding) * 2);padding:var(--cuboid-rotate-padding) 0 12px;margin:0 auto;background:transparent;perspective:1600px;perspective-origin:50% 50%;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;pointer-events:auto}.workflow-demo-cube-scene--dragging{cursor:grabbing}.workflow-demo-cube-scene__hint{margin-top:12px;font-size:.75rem;color:var(--color-text-muted);text-align:center}.workflow-demo-cube{position:relative;width:var(--cuboid-width);height:var(--cuboid-height);margin:0 auto;transform-style:preserve-3d;will-change:transform}.workflow-demo-cube--dragging{transition:none}.workflow-demo-cube__face{position:absolute;left:0;top:0;width:var(--cuboid-width);height:var(--cuboid-height);overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px #ffffff0a;backface-visibility:hidden;transition:border-color .15s ease,box-shadow .15s ease}.workflow-demo-cube__face:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px solid rgba(194,0,109,.95);box-shadow:0 0 6px #c2006df2,0 0 14px #c2006db3,0 0 28px #7c3aed8c,inset 0 0 10px #c2006d59;opacity:0;transition:opacity .12s ease;pointer-events:none;z-index:2}.workflow-demo-cube--pressed .workflow-demo-cube__face{border-color:#ff6bc8e6;box-shadow:inset 0 0 0 1px #ffffff2e,0 0 12px #c2006dd9,0 0 24px #c2006d8c,0 0 40px #6366f166}.workflow-demo-cube--pressed .workflow-demo-cube__face:after{opacity:1;animation:workflow-demo-neon-pulse 1.2s ease-in-out infinite}@keyframes workflow-demo-neon-pulse{0%,to{box-shadow:0 0 6px #c2006df2,0 0 14px #c2006db3,0 0 28px #7c3aed8c,inset 0 0 10px #c2006d59}50%{box-shadow:0 0 10px #ff6bc8,0 0 22px #c2006dd9,0 0 38px #7c3aedb3,inset 0 0 14px #c2006d80}}.workflow-demo-cube__face video{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;background:#000}.workflow-demo-cube__face--front{transform:rotateY(0) translateZ(calc(var(--cuboid-depth) / 2))}.workflow-demo-cube__face--back{transform:rotateY(180deg) translateZ(calc(var(--cuboid-depth) / 2))}.workflow-demo-cube__face--right{transform:rotateY(90deg) translateZ(calc(var(--cuboid-width) / 2))}.workflow-demo-cube__face--left{transform:rotateY(-90deg) translateZ(calc(var(--cuboid-width) / 2))}.workflow-demo-cube__face--top,.workflow-demo-cube__face--bottom{height:var(--cuboid-depth);top:calc((var(--cuboid-height) - var(--cuboid-depth)) / 2)}.workflow-demo-cube__face--top{transform:rotateX(90deg) translateZ(calc(var(--cuboid-height) / 2))}.workflow-demo-cube__face--bottom{transform:rotateX(-90deg) translateZ(calc(var(--cuboid-height) / 2))}@media(max-width:768px){.workflow-demo-card-wrap{margin:-48px 0 -100px}.workflow-demo-cube-scene{--cuboid-width: min(320px, calc(100vw - 32px) )}}@media(prefers-reduced-motion:reduce){.workflow-demo-cube-scene__hint{display:none}.workflow-demo-cube--pressed .workflow-demo-cube__face:after{animation:none}}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;text-align:left;font-size:1rem;font-weight:600;color:var(--color-text);transition:background var(--transition)}.faq-item__trigger:hover{background:var(--color-surface-hover)}.faq-item__chevron{flex-shrink:0;width:20px;height:20px;color:var(--color-text-muted);transition:transform var(--transition)}.faq-item--open .faq-item__chevron{transform:rotate(180deg)}.faq-item__panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item--open .faq-item__panel{max-height:300px}.faq-item__panel p{padding:0 24px 20px;color:var(--color-text-secondary);line-height:1.7;font-size:.9375rem}.faq-section{background:var(--color-bg-elevated)}.faq-section__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.cta-section__card{text-align:center;padding:64px 48px;background:linear-gradient(135deg,#c2006d40,#7c3aed33,#6366f126);border:1px solid rgba(194,0,109,.3);border-radius:var(--radius-xl);box-shadow:var(--shadow-glow)}.cta-section__card h2{margin-bottom:16px}.cta-section__card .text--lead{max-width:560px;margin:0 auto 32px}.cta-section__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media(max-width:480px){.cta-section__card{padding:40px 24px}.cta-section__actions{flex-direction:column}.cta-section__actions .btn{width:100%}}.footer{padding:64px 0 32px;border-top:1px solid var(--color-border);background:var(--color-bg)}.footer__inner{display:grid;grid-template-columns:1.2fr 2fr;gap:48px}@media(max-width:768px){.footer__inner{grid-template-columns:1fr}}.footer__brand{display:flex;flex-direction:column;gap:12px}.footer__tagline{font-size:.875rem;color:var(--color-text-secondary);max-width:280px;line-height:1.6}.footer__copy{font-size:.8125rem;color:var(--color-text-muted);margin-top:8px}.footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:32px}@media(max-width:600px){.footer__links{justify-content:flex-start}}.footer__column h4{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text);margin-bottom:16px}.footer__column ul{display:flex;flex-direction:column;gap:10px}.footer__column a{font-size:.875rem;color:var(--color-text-secondary);transition:color var(--transition)}.footer__column a:hover{color:var(--color-text)}.home{min-height:100vh}.home main{overflow-x:hidden}
