@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.marketing-page{--bg-page:#fff;--bg-surface:#f8f9fa;--bg-elevated:#f1f3f5;--text-primary:#1a1a2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--accent-primary:#2563eb;--accent-hover:#1d4ed8;--accent-glow:#2563eb59;--border-light:#e5e7eb;--border-subtle:#f0f0f0;--graphite:#374151;--graphite-deep:#111827;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 20px 60px #0000001f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--ease-out-expo:cubic-bezier(.16,1,.3,1);background-color:var(--bg-page);color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.marketing-page h1,.marketing-page h2,.marketing-page h3,.marketing-page h4{color:var(--graphite-deep);font-family:Inter,sans-serif;font-weight:700;line-height:1.15}.marketing-page h1{letter-spacing:-.03em;font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:800}.marketing-page h2{letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2rem)}.marketing-page h3{font-size:clamp(1.125rem,2vw,1.375rem)}.marketing-page p{color:var(--text-secondary);line-height:1.7}.marketing-header{z-index:50;background-color:#0000;justify-content:space-between;align-items:center;height:64px;padding:0 3.5rem;transition:background-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.marketing-header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background-color:#fffffff2}.marketing-header__brand{align-items:center;gap:.625rem;text-decoration:none;display:flex}.marketing-header__logo{width:auto;height:32px}.marketing-header__name{color:var(--graphite-deep);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.marketing-header__nav{align-items:center;gap:1.5rem;display:flex}.marketing-header__sign-in{color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.marketing-header__sign-in:hover{color:var(--graphite-deep)}.hero-section{box-sizing:border-box;flex-direction:column;justify-content:flex-start;height:100vh;max-height:100vh;padding:5rem 3.5rem 3.5rem;display:flex;position:relative}.hero-grid{flex:1;grid-template-columns:1fr 420px;align-items:stretch;gap:2rem;width:100%;max-width:1300px;min-height:0;margin:0 auto;display:grid}.hero-content{flex-direction:column;min-height:0;display:flex}.hero-right{flex-direction:column;justify-content:space-between;display:flex}.hero-right__screenshots{flex:1;margin:-24px;padding:24px;position:relative;overflow:visible}@media (max-width:1024px){.hero-section{height:auto;min-height:100vh}.hero-grid{grid-template-columns:1fr;gap:2.5rem;padding:0 1rem}}.headline-rotator{clip-path:inset(0 0 2px);height:8rem;position:relative;overflow:hidden}@media (max-width:768px){.headline-rotator{height:5.5rem}}.headline-rotator__item{opacity:0;width:100%;transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo);will-change:transform,opacity;position:absolute;top:50%;left:0;transform:translateY(70%)}.headline-rotator__item.active{opacity:1;transform:translateY(-50%)}.headline-rotator__item.exit-up{opacity:0;transform:translateY(-170%)}.hero-subtitle{color:var(--graphite);margin-top:.75rem;font-size:clamp(1.0625rem,1.5vw,1.25rem);font-weight:500;line-height:1.6}.hero-manifesto{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);scroll-behavior:smooth;flex:1;min-height:0;margin-top:1.25rem;padding:1.5rem;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 3% 95%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 3% 95%,#0000 100%)}.hero-manifesto::-webkit-scrollbar{width:4px}.hero-manifesto::-webkit-scrollbar-track{background:0 0}.hero-manifesto::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:4px}.hero-manifesto::-webkit-scrollbar-thumb:hover{background:var(--graphite-light)}.hero-manifesto p{color:var(--graphite);margin-bottom:1rem;font-size:.9375rem;line-height:1.8}.hero-manifesto p:last-child{margin-bottom:0}.manifesto-block{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem;padding-bottom:1.5rem}.manifesto-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.manifesto-block__hook{color:var(--graphite-deep);margin-bottom:.75rem;font-size:clamp(1.0625rem,1.6vw,1.25rem);font-weight:700;line-height:1.35}.screenshot-cascade{perspective:1000px;height:100%;position:relative}.screenshot-cascade__item{border-radius:var(--radius-md);transition:transform .5s var(--ease-out-expo);border:1px solid #0000000f;max-width:55%;position:absolute;overflow:hidden;box-shadow:0 4px 20px #00000014}.screenshot-cascade__item img{width:100%;height:auto;display:block}.hero-sidebar{flex-direction:column;display:flex}.hero-sidebar__title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.hero-sidebar__hooks{flex-direction:column;gap:.875rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.hero-sidebar__hook{color:var(--graphite);align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.5;display:flex}.hero-sidebar__hook-icon{width:18px;height:18px;color:var(--accent-primary);flex-shrink:0;margin-top:2px}.cta-button{background-color:var(--graphite-deep);color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;min-width:200px;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,box-shadow .2s,transform .15s;display:inline-flex}.cta-button--full{width:100%;min-width:unset}.cta-button--header{min-width:unset;padding:.5rem 1.25rem;font-size:.875rem}.cta-button:hover{background-color:var(--graphite);box-shadow:var(--shadow-md);transform:translateY(-1px)}.cta-button:active{transform:translateY(0)}.cta-button.scrambling{box-shadow:0 0 20px var(--accent-glow),0 0 40px #2563eb26;background-color:#1e293b}.cta-button__text{text-align:center;letter-spacing:.05em;min-width:12ch;font-family:Courier New,monospace;display:inline-block}.micro-copy{color:var(--text-muted);text-align:center;margin-top:.75rem;font-size:.75rem}.scroll-indicator{flex-direction:column;align-items:center;gap:.5rem;animation:2s infinite scroll-bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator--inline{margin-top:1.25rem;animation:2s infinite scroll-bounce-inline;position:static;transform:none}.scroll-indicator__text{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem}.scroll-indicator__arrow{width:20px;height:20px;color:var(--text-muted)}@keyframes scroll-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@keyframes scroll-bounce-inline{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.deep-dive{max-width:1200px;margin:0 auto;padding:2rem}.deep-dive__layout{grid-template-columns:220px 1fr;gap:3rem;display:grid}@media (max-width:768px){.deep-dive__layout{grid-template-columns:1fr;gap:1.5rem}}.deep-dive__tabs{flex-direction:column;align-self:start;gap:.25rem;display:flex;position:sticky;top:6rem}@media (max-width:768px){.deep-dive__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:.5rem;padding-bottom:.5rem;position:static;overflow-x:auto}.deep-dive__tabs::-webkit-scrollbar{display:none}}.deep-dive__tab{color:var(--text-secondary);text-align:left;cursor:pointer;border-radius:0 var(--radius-sm)var(--radius-sm)0;white-space:nowrap;background:0 0;border:none;border-left:3px solid #0000;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:color .2s,border-color .2s,background-color .2s}.deep-dive__tab:hover{color:var(--graphite);background-color:var(--bg-surface)}.deep-dive__tab.active{color:var(--graphite-deep);border-left-color:var(--accent-primary);background-color:var(--bg-surface);font-weight:600}@media (max-width:768px){.deep-dive__tab{border-radius:var(--radius-sm);background:var(--bg-surface);border-bottom:2px solid #0000;border-left:none;padding:.5rem 1rem;font-size:.8125rem}.deep-dive__tab.active{background:var(--graphite-deep);color:#fff;border-bottom-color:#0000}}.deep-dive__content{position:relative}.deep-dive__panel{animation:.3s both panelFadeIn}@keyframes panelFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.platform-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}@media (max-width:640px){.platform-features{grid-template-columns:1fr}}.platform-feature{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);gap:1rem;padding:1.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.platform-feature:hover{border-color:var(--border-light);box-shadow:var(--shadow-sm)}.platform-feature__icon{width:24px;height:24px;color:var(--accent-primary);flex-shrink:0;margin-top:2px}.platform-feature__title{color:var(--graphite-deep);margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.platform-feature__desc{color:var(--text-secondary);font-size:.8125rem;line-height:1.6}.steps-list{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.step{align-items:flex-start;gap:1.25rem;display:flex}.step__number{background:var(--graphite-deep);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.step__title{color:var(--graphite-deep);margin-bottom:.25rem;font-size:1rem;font-weight:600}.step__desc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.industries-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}@media (max-width:640px){.industries-grid{grid-template-columns:1fr}}.industry-card{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:1.25rem}.industry-card__header{align-items:center;gap:.625rem;margin-bottom:.75rem;display:flex}.industry-card__icon{width:1.25rem;height:1.25rem;color:var(--graphite-deep);flex-shrink:0}.industry-card__name{color:var(--graphite-deep);font-size:.9375rem;font-weight:700}.industry-card__scenario{color:var(--text-secondary);font-size:.8125rem;line-height:1.7}.security-features{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.security-feature{align-items:flex-start;gap:1rem;display:flex}.security-feature__icon{width:1.5rem;height:1.5rem;color:var(--graphite-deep);flex-shrink:0;margin-top:.125rem}.security-feature__title{color:var(--graphite-deep);margin-bottom:.375rem;font-size:.9375rem;font-weight:700}.security-feature__desc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.faq-list{flex-direction:column;gap:0;margin-top:1.5rem;display:flex}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item:first-child{border-top:1px solid var(--border-light)}.faq-question{width:100%;color:var(--graphite-deep);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--accent-primary)}.faq-question__icon{width:20px;height:20px;color:var(--text-muted);transition:transform .3s var(--ease-out-expo);flex-shrink:0}.faq-item.open .faq-question__icon{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .35s var(--ease-out-expo);overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer__text{color:var(--text-secondary);padding-bottom:1.25rem;font-size:.875rem;line-height:1.7}.final-cta{background:var(--bg-surface);text-align:center;padding:1.5rem 2rem}.final-cta__headline{color:var(--graphite-deep);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.marketing-footer{text-align:right;border-top:1px solid var(--border-light);padding:.2rem 2rem}.marketing-footer p{color:var(--text-muted);margin:0;font-size:.75rem}.fade-in-section{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.fade-in-section.visible{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(20px)}.stagger-children.visible>:first-child{opacity:1;transition-delay:0s;transform:translateY(0)}.stagger-children.visible>:nth-child(2){opacity:1;transition-delay:.1s;transform:translateY(0)}.stagger-children.visible>:nth-child(3){opacity:1;transition-delay:.15s;transform:translateY(0)}.stagger-children.visible>:nth-child(4){opacity:1;transition-delay:.2s;transform:translateY(0)}.stagger-children.visible>:nth-child(5){opacity:1;transition-delay:.25s;transform:translateY(0)}.marketing-page a:focus-visible,.marketing-page button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){.fade-in-section,.stagger-children>*{opacity:1;transition:none;transform:none}.headline-rotator__item{transition:opacity .3s;transform:none}.headline-rotator__item.exit-up{transform:none}.scroll-indicator{animation:none}.marketing-page{scroll-behavior:auto}.deep-dive__panel{opacity:1;animation:none}}.marketing-page{overflow-x:hidden}@supports (padding-bottom:env(safe-area-inset-bottom)){.marketing-page{padding-bottom:env(safe-area-inset-bottom)}}
