.landing{--ld-ink:#1c1a17;--ld-ink-soft:#3a3630;--ld-muted:#6a645a;--ld-line:rgba(28,26,23,0.1);--ld-accent:#3b63f6;--ld-accent-deep:#2547e5;--ld-accent-deeper:#1d36c9;--ld-accent-glow:rgba(59,99,246,0.28);--ld-canvas:#f4f2ed;--ld-paper:#faf8f4;--ld-desk:#ffffff;--ld-display:var(--font-landing-display),var(--font-geist-sans),system-ui,sans-serif;--ld-nav-offset:4.25rem;position:relative;min-height:100vh;color:var(--ld-ink);background:var(--ld-canvas);overflow-x:clip;font-family:var(--ld-display)}.landing>:not(.landing-atmosphere):not(.landing-nav-shell){position:relative;z-index:1}.landing-nav-shell{position:fixed;top:0;left:0;right:0;z-index:30;width:100%;padding:.65rem clamp(1rem,3vw,2rem);background:transparent;border-bottom:1px solid transparent;transition:padding .32s cubic-bezier(.22,1,.36,1),background .32s ease,border-color .32s ease,box-shadow .32s ease,backdrop-filter .32s ease}.landing-atmosphere{pointer-events:none;position:fixed;inset:0;z-index:0;overflow:hidden;background:linear-gradient(165deg,#efece5,#f4f2ed 42%,#ebe7df);background-size:220% 220%;animation:landing-bg-shift 36s ease-in-out infinite}.landing-atmosphere-orb{position:absolute;border-radius:50%;filter:blur(72px);will-change:transform}.landing-atmosphere-orb--1{width:min(72vmax,920px);height:min(72vmax,920px);top:-18%;left:-12%;background:radial-gradient(circle,rgba(96,138,250,.42) 0,rgba(96,138,250,.08) 45%,transparent 70%);animation:landing-orb-drift-1 28s ease-in-out infinite alternate}.landing-atmosphere-orb--2{width:min(58vmax,760px);height:min(58vmax,760px);top:8%;right:-16%;background:radial-gradient(circle,rgba(29,54,201,.28) 0,rgba(29,54,201,.06) 50%,transparent 72%);animation:landing-orb-drift-2 34s ease-in-out infinite alternate}.landing-atmosphere-orb--3{width:min(64vmax,820px);height:min(64vmax,820px);bottom:-22%;left:28%;background:radial-gradient(circle,rgba(59,99,246,.22) 0,rgba(147,112,219,.08) 42%,transparent 70%);animation:landing-orb-drift-3 40s ease-in-out infinite alternate}@keyframes landing-bg-shift{0%,to{background-position:0 40%}50%{background-position:100% 60%}}@keyframes landing-orb-drift-1{0%{transform:translate(0) scale(1)}to{transform:translate(6%,8%) scale(1.06)}}@keyframes landing-orb-drift-2{0%{transform:translate(0) scale(1)}to{transform:translate(-8%,10%) scale(1.08)}}@keyframes landing-orb-drift-3{0%{transform:translate(0) scale(1)}to{transform:translate(5%,-6%) scale(1.05)}}.landing-atmosphere:after{content:"";position:absolute;inset:0;opacity:.32;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");mix-blend-mode:soft-light;animation:landing-grain-flicker 12s ease-in-out infinite alternate}@keyframes landing-grain-flicker{0%{opacity:.28}to{opacity:.36}}.landing-nav-shell.is-scrolled{padding:.38rem clamp(1rem,3vw,2rem);background:rgba(255,255,255,.62);backdrop-filter:blur(22px) saturate(1.45);-webkit-backdrop-filter:blur(22px) saturate(1.45);border-bottom:1px solid rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 36px rgba(29,54,201,.09),0 2px 8px rgba(28,26,23,.04)}.landing-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .25rem;max-width:1240px;margin:0 auto;transition:padding .32s cubic-bezier(.22,1,.36,1)}.landing-nav-shell.is-scrolled .landing-nav{padding:.32rem .25rem}.landing-brand,.landing-brand-hero,.landing-footer-brand{font-family:var(--ld-display);font-weight:700;letter-spacing:-.02em;color:var(--ld-ink);text-decoration:none}.landing-brand{font-size:1.35rem}.landing-brand span,.landing-brand-hero span,.landing-desk-brand span,.landing-footer-brand span{color:var(--ld-accent-deep)}.landing-nav-actions{display:flex;align-items:center;gap:.75rem}.landing-nav-link{font-size:.875rem;font-weight:500;color:var(--ld-ink-soft);text-decoration:none;padding:.35rem .5rem;transition:color .18s ease}.landing-nav-link:hover{color:var(--ld-ink)}@media (max-width:640px){.landing-nav-link:not(:last-of-type){display:none}}.landing-btn{display:inline-flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;padding:.85rem 1.35rem;border-radius:.5rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.landing-btn:hover{transform:translateY(-1px)}.landing-btn:active{transform:translateY(0)}.landing-btn-sm{padding:.55rem .95rem;font-size:.8125rem}.landing-btn-primary{position:relative;overflow:hidden;background:var(--ld-accent);color:#f8faff;box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 8px 24px var(--ld-accent-glow)}.landing-btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.38) 50%,transparent 62%);transform:translateX(-130%);transition:transform .6s cubic-bezier(.22,1,.36,1);pointer-events:none}.landing-btn-primary:hover:after{transform:translateX(130%)}.landing-btn-primary:hover{background:var(--ld-accent-deep)}.landing-btn-primary:disabled{opacity:.65;cursor:wait;transform:none}.landing-btn-ghost{background:transparent;color:var(--ld-ink);border-color:var(--ld-line)}.landing-btn-ghost:hover{border-color:rgba(59,99,246,.45);background:rgba(255,255,255,.45)}.landing-btn-with-icon{display:inline-flex;align-items:center;gap:.4rem}.landing-btn-icon{flex-shrink:0;opacity:.72;transition:transform .18s ease,opacity .18s ease}.landing-btn-with-icon:hover .landing-btn-icon{transform:translateX(2px);opacity:1}.landing-btn-block{width:100%}.landing-hero{max-width:1240px;margin:0 auto;padding:calc(clamp(1.5rem, 4vh, 3rem) + var(--ld-nav-offset)) clamp(1.25rem,4vw,3rem) clamp(1.5rem,3vh,2.5rem)}.landing-hero-inner{display:grid;gap:clamp(2rem,5vw,3rem);align-items:center}@media (min-width:960px){.landing-hero-inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);gap:clamp(2.5rem,5vw,4rem);align-items:center}}.landing-hero-copy{max-width:36rem;align-self:center}.landing-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ld-accent-deep);margin:0 0 .85rem}.landing-headline{font-family:var(--ld-display);font-size:clamp(1.85rem,4.5vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:1.08;color:var(--ld-ink);margin:0 0 .85rem;max-width:14.5em;text-wrap:balance}.landing-headline-accent{background:linear-gradient(135deg,var(--ld-accent) 0,var(--ld-accent-deep) 55%,var(--ld-accent-deeper) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-sub{font-size:clamp(1rem,1.55vw,1.0625rem);line-height:1.58;color:var(--ld-ink-soft);margin:0 0 1.5rem;max-width:32rem;text-wrap:pretty}.landing-hero-actions{display:flex;flex-direction:column;gap:.85rem}.landing-cta-row{display:flex;flex-wrap:wrap;gap:.65rem;margin:0}.landing-chips{list-style:none;margin:clamp(1.25rem,2.5vh,1.75rem) 0 0;padding:.85rem .65rem;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .5rem;border-radius:1rem;background:rgba(255,255,255,.38);backdrop-filter:blur(20px) saturate(1.45);-webkit-backdrop-filter:blur(20px) saturate(1.45);border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 36px rgba(29,54,201,.08)}@media (min-width:640px){.landing-chips{grid-template-columns:repeat(3,minmax(0,1fr));padding:.9rem .75rem}}@media (min-width:960px){.landing-chips{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:.85rem .35rem}}.landing-chip{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;min-height:100%;padding:.35rem .4rem;text-align:center;background:transparent;border:none;box-shadow:none;opacity:0;animation:landing-chip-in .65s cubic-bezier(.22,1,.36,1) both;transition:opacity .18s ease}.landing-chips .landing-chip:first-child{animation-delay:.42s}.landing-chips .landing-chip:nth-child(2){animation-delay:.52s}.landing-chips .landing-chip:nth-child(3){animation-delay:.62s}.landing-chips .landing-chip:nth-child(4){animation-delay:.72s}.landing-chips .landing-chip:nth-child(5){animation-delay:.82s}@keyframes landing-chip-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:960px){.landing-chip:not(:first-child){border-left:1px solid rgba(59,99,246,.1)}}.landing-chip:hover{transform:none}.landing-chip:hover .landing-chip-icon{transform:scale(1.12);background:rgba(255,255,255,.72);border-color:rgba(255,255,255,.85);color:var(--ld-accent-deeper);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 18px rgba(59,99,246,.18)}.landing-chip-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;color:var(--ld-accent-deeper);background:rgba(255,255,255,.48);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(59,99,246,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 4px 14px rgba(37,71,229,.14);flex-shrink:0;transition:transform .22s cubic-bezier(.22,1,.36,1),background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.landing-chip-label{font-size:.6875rem;font-weight:500;line-height:1.35;letter-spacing:.01em;color:var(--ld-ink);text-wrap:balance;opacity:.92}.landing-chip:hover .landing-chip-label{opacity:1}.landing-hero-visual{position:relative;width:100%;min-height:360px;align-self:center;display:flex;align-items:center;justify-content:center}@media (min-width:960px){.landing-hero-visual{padding:0;overflow:visible;min-height:420px}.landing-hero-visual-glow{inset:0 0 5% 0;filter:blur(32px)}.landing-hero-visual-frame{transform:perspective(1400px) rotateY(-3deg) rotateX(1.5deg) scale(1.5);transform-origin:center center;animation-name:landing-hero-float-tilt}}.landing-hero-visual-glow{pointer-events:none;position:absolute;inset:5% 0 15% 10%;background:radial-gradient(ellipse at 60% 40%,rgba(59,99,246,.22),transparent 68%);filter:blur(24px);z-index:0;animation:landing-hero-glow-pulse 5.5s ease-in-out infinite}@keyframes landing-hero-glow-pulse{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.landing-hero-visual-frame{position:relative;z-index:1;width:100%;border-radius:1rem;padding:.2rem;background:linear-gradient(155deg,rgba(255,255,255,.92),rgba(255,255,255,.55));border:1px solid rgba(59,99,246,.12);box-shadow:0 36px 88px rgba(29,54,201,.2),0 16px 40px rgba(28,26,23,.1),0 6px 16px rgba(28,26,23,.06),inset 0 0 0 1px rgba(255,255,255,.6);animation:landing-hero-float 7s ease-in-out infinite}@keyframes landing-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes landing-hero-float-tilt{0%,to{transform:perspective(1400px) rotateY(-3deg) rotateX(1.5deg) scale(1.5) translateY(0)}50%{transform:perspective(1400px) rotateY(-3deg) rotateX(1.5deg) scale(1.5) translateY(-7px)}}.landing-hero-proof{display:grid;gap:1rem;margin:clamp(2rem,4vh,2.75rem) 0 0;padding:1.15rem 1.35rem;border-radius:.9rem;background:rgba(255,255,255,.72);border:1px solid rgba(28,26,23,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 8px 28px rgba(28,26,23,.05)}@media (min-width:768px){.landing-hero-proof{grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:1.35rem 1.65rem}}.landing-hero-proof-quote{margin:0}.landing-hero-proof-text{position:relative;font-family:var(--ld-display);font-size:clamp(.9375rem,1.8vw,1.0625rem);font-weight:600;line-height:1.5;letter-spacing:-.015em;color:var(--ld-ink);margin:0;padding-left:.15rem}.landing-hero-proof-mark{color:var(--ld-accent);font-weight:700;opacity:.55}.landing-hero-proof-mark.is-close{margin-left:.05em}.landing-hero-proof-footer{display:flex;align-items:center;gap:.65rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(28,26,23,.07)}.landing-hero-proof-footer.is-wide{align-items:center;gap:1rem}.landing-hero-proof-avatar{display:block;flex-shrink:0;width:2rem;height:2rem;overflow:hidden;border-radius:.2rem}.landing-hero-proof-avatar.is-wide{width:auto;max-width:11rem;height:3.5rem;overflow:visible}.landing-hero-proof-avatar-logo{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain;display:block}.landing-hero-proof-avatar-logo.is-wide{width:auto;height:3.5rem;max-width:11rem}.landing-hero-proof-avatar-mark{font-family:var(--ld-display);font-size:.6875rem;font-weight:700;letter-spacing:.04em;color:var(--ld-accent-deeper)}.landing-hero-proof-meta{display:flex;flex-direction:column;gap:.1rem;font-size:.8125rem}.landing-hero-proof-meta cite{font-style:normal;font-weight:600;color:var(--ld-ink-soft)}.landing-hero-proof-location{font-size:.75rem;font-weight:500;color:var(--ld-muted)}.landing-hero-proof-meta span{color:var(--ld-muted)}.landing-hero-proof-badge{margin:0;display:flex;flex-direction:row;align-items:center;gap:.65rem;padding:.75rem .9rem;border-radius:.55rem;background:rgba(255,255,255,.55);border:1px solid rgba(28,26,23,.1);align-self:start;text-align:left}.landing-hero-proof-badge-icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;border-radius:999px;color:rgb(100 116 139);background:rgba(59,99,246,.07);border:1px solid rgba(59,99,246,.12)}.landing-hero-proof-badge-icon svg{opacity:.85}.landing-hero-proof-badge-copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.landing-hero-proof-badge-headline{margin:0;font-size:.625rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;line-height:1.35;color:rgb(100 116 139)}.landing-hero-proof-badge-sub{margin:0;font-size:.6875rem;font-weight:500;line-height:1.35;color:rgb(148 163 184)}@media (min-width:768px){.landing-hero-proof-badge{align-self:center;max-width:13rem}}.landing-hero-enter{animation:landing-rise .9s cubic-bezier(.22,1,.36,1) both}.landing-hero-enter-delayed{animation:landing-rise 1.05s cubic-bezier(.22,1,.36,1) .18s both}@keyframes landing-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.landing-hero-mock{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:.65rem;min-height:280px;aspect-ratio:16/11;background:linear-gradient(180deg,rgba(59,99,246,.04),rgba(244,242,237,.5))}.landing-hero-visual-frame .landing-hero-mock-glow{inset:5% 10% auto;height:70%}.landing-hero-mock .landing-desk{position:relative;left:auto;bottom:auto;transform:none;width:100%;height:100%;flex:1;min-height:0;grid-template-columns:5.75rem 1fr;border-radius:.5rem;border:none;box-shadow:none}.landing-hero-mock-glow{position:absolute;inset:10% 15% auto;height:55%;background:radial-gradient(ellipse at center,var(--ld-accent-glow),transparent 70%);filter:blur(8px)}.landing-desk{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(1100px,118%);height:92%;display:grid;grid-template-columns:72px 1fr;background:linear-gradient(160deg,#ffffff,#faf8f4);border:1px solid rgba(28,26,23,.08);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:0 -20px 60px rgba(28,26,23,.08),inset 0 0 0 1px rgba(255,255,255,.5);overflow:hidden}.landing-desk-nav{padding:1rem .65rem;border-right:1px solid var(--ld-line);background:rgba(255,255,255,.45);display:flex;flex-direction:column;gap:.55rem}.landing-desk-brand{font-family:var(--ld-display);font-size:.65rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem;text-align:center}.landing-desk-nav-item{height:8px;border-radius:4px;background:rgba(18,24,28,.12)}.landing-desk-nav-label{display:flex;align-items:center;gap:.35rem;font-size:.5rem;font-weight:600;color:var(--ld-muted);letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-desk-nav-label.is-active{color:var(--ld-accent-deep)}.landing-desk-nav-dot{width:4px;height:4px;border-radius:50%;background:rgba(28,26,23,.15);flex-shrink:0}.landing-desk-nav-label.is-active .landing-desk-nav-dot{background:var(--ld-accent)}.landing-desk-entity{font-size:.5625rem;font-weight:650;letter-spacing:.01em;color:var(--ld-ink);padding:.2rem .45rem;border-radius:999px;background:rgba(59,99,246,.08);border:1px solid rgba(59,99,246,.14)}.landing-desk-search-ui{margin-left:auto;font-size:.5rem;color:var(--ld-muted);padding:.22rem .5rem;border-radius:.35rem;background:rgba(255,255,255,.85);border:1px solid var(--ld-line);min-width:4.5rem;text-align:right}.landing-ui-panel{min-height:0}.landing-ui-table-head,.landing-ui-table-row{display:grid;grid-template-columns:1.1fr 1.4fr .9fr .75fr;gap:.25rem;align-items:center;font-size:.4375rem;line-height:1.25}.landing-ui-table-head{font-weight:650;text-transform:uppercase;letter-spacing:.04em;color:var(--ld-muted);padding-bottom:.35rem;border-bottom:1px solid var(--ld-line);margin-bottom:.15rem}.landing-ui-table-row{color:var(--ld-ink-soft);padding:.28rem 0;border-bottom:1px solid rgba(28,26,23,.05)}.landing-ui-table-row.is-highlight{background:rgba(59,99,246,.06);border-radius:.35rem;padding-inline:.25rem;margin-inline:-.25rem}.landing-ui-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.40625rem;color:var(--ld-ink)}.landing-ui-amount{font-weight:650;font-variant-numeric:tabular-nums;color:var(--ld-ink)}.landing-ui-pill{justify-self:start;font-size:.375rem;font-weight:700;padding:.12rem .28rem;border-radius:999px;background:rgba(28,26,23,.06);color:var(--ld-muted)}.landing-ui-pill.is-accent{background:rgba(59,99,246,.14);color:var(--ld-accent-deep)}.landing-ui-alfred-head{display:flex;gap:.45rem;align-items:center}.landing-ui-alfred-title{font-size:.5625rem;font-weight:700;color:var(--ld-ink)}.landing-ui-alfred-sub{font-size:.4375rem;color:var(--ld-muted);margin-top:.1rem}.landing-ui-alfred-hint{font-size:.4375rem;font-weight:600;color:var(--ld-accent-deep);background:rgba(59,99,246,.1);border-radius:.35rem;padding:.3rem .4rem}.landing-ui-alfred-bubble{font-size:.46875rem;line-height:1.4;color:var(--ld-ink-soft);background:rgba(255,255,255,.92);border:1px solid rgba(59,99,246,.14);border-radius:.45rem;padding:.4rem .45rem}.landing-ui-alfred-btn{align-self:flex-start;font-size:.4375rem;font-weight:650;font-family:inherit;color:#fff;background:var(--ld-accent);border:none;border-radius:.35rem;padding:.28rem .55rem;pointer-events:none}.landing-ui-preview-title{font-size:.625rem;font-weight:650;letter-spacing:-.01em;color:var(--ld-ink);margin-bottom:.15rem}.landing-ui-preview-row{font-size:.5625rem;line-height:1.35;color:var(--ld-ink-soft);padding:.28rem .4rem;border-radius:.35rem;background:rgba(28,26,23,.04)}.landing-ui-preview-meta{margin-top:.15rem;font-size:.5rem;font-weight:650;color:var(--ld-accent-deep)}.landing-ui-chat-text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--ld-ink-soft)}.landing-ui-chat-match{display:flex;justify-content:space-between;gap:.5rem;margin-top:.45rem;padding:.4rem .5rem;border-radius:.4rem;background:rgba(59,99,246,.08);font-size:.75rem;font-weight:600;color:var(--ld-ink)}.landing-ui-chat-btn{font-family:inherit;font-size:.75rem;font-weight:600;border-radius:.45rem;padding:.4rem .75rem;pointer-events:none}.landing-ui-chat-btn.ghost{background:transparent;border:1px solid var(--ld-line);color:var(--ld-ink-soft)}.landing-ui-chat-btn.primary{background:var(--ld-accent);border:1px solid transparent;color:#fff}.landing-desk-nav-item.is-active{background:var(--ld-accent);opacity:.9}.landing-desk-main{display:flex;flex-direction:column;padding:.85rem 1rem 1rem;gap:.75rem;min-width:0}.landing-desk-top{display:flex;align-items:center;gap:.5rem}.landing-desk-pill{height:10px;width:64px;border-radius:999px;background:rgba(18,24,28,.08)}.landing-desk-pill.short{width:40px}.landing-desk-search{margin-left:auto;height:14px;width:120px;border-radius:6px;background:rgba(255,255,255,.7);border:1px solid var(--ld-line)}.landing-desk-grid{flex:1;display:grid;grid-template-columns:1.45fr .85fr;gap:.75rem;min-height:0}.landing-desk-panel{border-radius:12px;background:var(--ld-desk);border:1px solid var(--ld-line);padding:.85rem;display:flex;flex-direction:column;gap:.45rem;box-shadow:0 8px 28px rgba(18,24,28,.04)}.landing-desk-row{height:12px;border-radius:4px;background:rgba(18,24,28,.1)}.landing-desk-row.head{width:42%;height:14px;margin-bottom:.35rem;background:rgba(18,24,28,.12)}.landing-desk-row.accent{background:linear-gradient(90deg,rgba(59,99,246,.55),rgba(59,99,246,.12));width:78%}.landing-desk-panel.alfred{background:linear-gradient(165deg,#eef4ff,#f5f7fb);border-color:rgba(59,99,246,.2)}.landing-hero-mock .landing-desk-nav{padding:.7rem .55rem}.landing-hero-mock .landing-desk-brand{font-size:.6875rem;margin-bottom:.55rem}.landing-hero-mock .landing-desk-nav-label{font-size:.5625rem;gap:.3rem;overflow:visible;text-overflow:clip}.landing-hero-mock .landing-desk-nav-dot{width:5px;height:5px}.landing-hero-mock .landing-desk-main{padding:.65rem .75rem .7rem;gap:.55rem}.landing-hero-mock .landing-desk-entity{font-size:.625rem}.landing-hero-mock .landing-desk-search-ui{font-size:.5625rem;min-width:3.75rem}.landing-hero-mock .landing-desk-grid{gap:.55rem}.landing-hero-mock .landing-desk-panel{padding:.6rem .65rem;border-radius:.55rem}.landing-hero-mock .landing-ui-table-head,.landing-hero-mock .landing-ui-table-row{grid-template-columns:1fr 1.35fr .95fr .8fr;gap:.2rem;font-size:.5rem}.landing-hero-mock .landing-ui-mono{font-size:.46875rem}.landing-hero-mock .landing-ui-pill{font-size:.4375rem;padding:.12rem .3rem}.landing-hero-mock .landing-ui-alfred-title{font-size:.625rem}.landing-hero-mock .landing-ui-alfred-sub{font-size:.5rem}.landing-hero-mock .landing-ui-alfred-hint{font-size:.5rem;padding:.25rem .35rem}.landing-hero-mock .landing-ui-alfred-bubble{font-size:.53125rem;padding:.35rem .4rem}.landing-hero-mock .landing-ui-alfred-btn{font-size:.5rem;padding:.25rem .5rem}.landing-hero-mock .landing-alfred-avatar{width:24px;height:24px}@media (max-width:720px){.landing-hero-mock .landing-desk{grid-template-columns:4.75rem 1fr}.landing-hero-mock .landing-desk-grid{grid-template-columns:1fr .9fr}.landing-hero-mock .landing-desk-panel.alfred{display:flex}}.landing-alfred-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--ld-accent),var(--ld-accent-deeper));flex-shrink:0;overflow:hidden;border:1px solid rgba(59,99,246,.2);animation:landing-pulse 2.8s ease-in-out infinite}.landing-alfred-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 14%;object-position:center 14%;display:block}.landing-alfred-line{height:8px;width:55%;border-radius:4px;background:rgba(18,24,28,.12)}.landing-hero-mock .landing-alfred-bubble{height:36px;border-radius:10px;background:rgba(255,255,255,.85);border:1px solid rgba(59,99,246,.14);margin-top:.25rem}.landing-hero-mock .landing-alfred-bubble.short{height:24px;width:72%}.landing-alfred-chip{display:inline-block;height:10px;width:48px;border-radius:999px;background:rgba(59,99,246,.22);margin-top:.35rem;margin-right:.35rem}@keyframes landing-pulse{0%,to{box-shadow:0 0 0 0 rgba(59,99,246,.35)}50%{box-shadow:0 0 0 8px rgba(59,99,246,0)}}@media (max-width:720px){.landing-desk{grid-template-columns:52px 1fr}.landing-desk-grid{grid-template-columns:1fr}.landing-desk-panel.alfred{display:none}}.landing-section{max-width:1200px;margin:0 auto;padding:clamp(3.5rem,9vh,6.5rem) clamp(1.25rem,4vw,3rem)}.landing-section-title{font-family:var(--ld-display);font-size:clamp(1.65rem,3.5vw,2.35rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0 0 .85rem;max-width:22ch}.landing-section-body,.landing-section-lede{font-size:1.05rem;line-height:1.6;color:var(--ld-ink-soft);margin:0;max-width:38rem}.landing-section-lede{margin-bottom:2.5rem}.landing-problem,.landing-section-divider{border-top:none}.landing-section-line{height:1px;background:var(--ld-line);transform:scaleX(0);transform-origin:left center;transition:transform .85s cubic-bezier(.22,1,.36,1)}.landing-reveal-line{opacity:1;transform:none}.landing-reveal-line.landing-reveal-on .landing-section-line{transform:scaleX(1)}.landing-section-divider>.landing-reveal-line:first-child{margin-top:calc(-1 * clamp(3.5rem, 9vh, 6.5rem));margin-bottom:clamp(2rem,4vh,2.75rem)}.landing-footer{border-top:1px solid rgb(226 232 240/.6);padding:clamp(2.5rem,5vw,3.5rem) clamp(1.25rem,4vw,3rem) clamp(2rem,4vw,2.75rem)}.landing-footer-inner{max-width:1200px;margin:0 auto}.landing-footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem 2rem;padding-bottom:2rem}.landing-footer-brand-col{min-width:min(100%,20rem)}.landing-footer-brand{font-size:1.35rem;line-height:1.1}.landing-footer-tagline{margin:.5rem 0 0;max-width:26rem;color:var(--ld-ink-soft);font-size:.9375rem;line-height:1.45}.landing-footer-nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.landing-footer-nav-link{font-size:.875rem;font-weight:500;color:var(--ld-ink-soft);text-decoration:none;transition:color .18s ease}.landing-footer-nav-link:hover{color:var(--ld-ink)}.landing-footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem 1.5rem;padding-top:1.5rem;border-top:1px solid rgb(226 232 240/.4);font-size:.75rem;color:rgb(100 116 139)}.landing-footer-copy{margin:0;color:rgb(100 116 139)}.landing-footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.landing-footer-legal a{color:rgb(100 116 139);font-weight:500;text-decoration:none;transition:color .18s ease}.landing-footer-legal a:hover{color:rgb(71 85 105)}.landing-footer-locales{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.15rem}.landing-footer-locale-item{display:inline-flex;align-items:center;gap:.15rem}.landing-footer-locale-sep{color:rgb(148 163 184);-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-footer-locales button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-size:inherit;font-weight:600;color:rgb(100 116 139);padding:.15rem .25rem;border-radius:.25rem;cursor:pointer;transition:color .18s ease}.landing-footer-locales button:hover{color:rgb(71 85 105)}.landing-footer-locales button.is-active{color:var(--ld-accent-deeper)}@media (max-width:768px){.landing-footer-top{flex-direction:column;align-items:flex-start}.landing-footer-bottom{grid-template-columns:1fr;justify-items:start;gap:.85rem}.landing-footer-legal,.landing-footer-locales{justify-content:flex-start}}.landing-legal-footer{max-width:1200px;margin:0 auto;padding:2rem clamp(1.25rem,4vw,3rem);border-top:1px solid rgb(226 232 240/.6)}.landing-legal-footer .landing-footer-copy{margin:0;font-size:.75rem;color:rgb(100 116 139)}.landing-problem .landing-section-body{margin-top:.5rem}.landing-flex{padding-top:clamp(2.5rem,6vh,4rem)}.landing-flex-title{text-align:center;max-width:28rem;margin-inline:auto}.landing-flex-grid{display:grid;gap:1.25rem;margin-top:clamp(1.75rem,4vw,2.5rem)}@media (min-width:768px){.landing-flex-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.landing-flex-card{height:100%;padding:clamp(1.35rem,3vw,1.75rem);border-radius:1rem;background:rgba(255,255,255,.55);border:1px solid rgba(28,26,23,.08);box-shadow:0 1px 2px rgba(28,26,23,.04),0 12px 32px rgba(59,99,246,.06)}.landing-flex-card.is-single{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(250,248,244,.9))}.landing-flex-card.is-group{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(59,99,246,.06));border-color:rgba(59,99,246,.12)}.landing-flex-card-title{font-family:var(--ld-display);font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.35;color:var(--ld-ink);margin:0 0 .65rem}.landing-flex-card-sub{font-size:.9375rem;line-height:1.55;color:var(--ld-ink-soft);margin:0 0 1.15rem}.landing-flex-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.landing-flex-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9375rem;line-height:1.55;color:var(--ld-ink-soft)}.landing-proof{padding-top:clamp(2rem,5vh,3rem);padding-bottom:clamp(2rem,5vh,3rem);border-top:1px solid var(--ld-line)}.landing-proof-quote{margin:0;max-width:42rem}.landing-proof-quote p{font-family:var(--ld-display);font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;letter-spacing:-.02em;line-height:1.45;color:var(--ld-ink);margin:0 0 1rem}.landing-proof-quote footer{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;font-style:normal}.landing-proof-quote cite{font-style:normal;font-weight:600;font-size:.9rem;color:var(--ld-ink)}.landing-proof-role{font-size:.85rem;color:var(--ld-muted)}.landing-proof-badge{margin:1.25rem 0 0;font-size:.8125rem;font-weight:600;color:var(--ld-muted);letter-spacing:.02em;text-transform:uppercase}.landing-compliance{background:transparent;border-top:none}.landing-compliance-grid{display:grid;gap:2.5rem;align-items:center;padding:clamp(1.5rem,3vw,2.5rem);border-radius:1rem;background:linear-gradient(165deg,rgba(255,255,255,.52),rgba(255,255,255,.38) 55%,rgba(59,99,246,.07));backdrop-filter:blur(20px) saturate(1.45);-webkit-backdrop-filter:blur(20px) saturate(1.45);border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 36px rgba(29,54,201,.08)}@media (min-width:900px){.landing-compliance-grid{grid-template-columns:1fr minmax(240px,340px);gap:3.5rem}}.landing-compliance-list{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.landing-compliance-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9375rem;line-height:1.45;color:var(--ld-ink-soft)}.landing-compliance-visual{display:flex;justify-content:center}.landing-compliance-doc{width:100%;max-width:280px;background:var(--ld-desk);border:1px solid var(--ld-line);border-radius:.85rem;padding:1.25rem;box-shadow:0 16px 48px rgba(28,26,23,.08);position:relative}.landing-compliance-doc-head{height:.55rem;width:40%;border-radius:.25rem;background:var(--ld-line);margin-bottom:1rem}.landing-compliance-doc-line{height:.45rem;border-radius:.2rem;background:rgba(28,26,23,.08);margin-bottom:.55rem}.landing-compliance-doc-line.accent{background:rgba(59,99,246,.35);width:85%}.landing-compliance-doc-line.short{width:55%}.landing-compliance-doc-tag{flex-shrink:0;font-size:.5625rem;font-weight:600;letter-spacing:.02em;line-height:1.2;color:var(--ld-accent-deep);background:rgba(59,99,246,.1);padding:.12rem .35rem;border-radius:.25rem;border:1px solid rgba(59,99,246,.14);white-space:nowrap}.landing-ui-export-card{display:flex;flex-direction:column;gap:.55rem}.landing-ui-export-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.landing-ui-export-title{font-family:var(--ld-display);font-size:.9375rem;font-weight:700;letter-spacing:-.02em;color:var(--ld-ink);line-height:1.3;min-width:0}.landing-ui-export-row{font-size:.8125rem;line-height:1.45;color:var(--ld-ink-soft);padding:.45rem .55rem;border-radius:.45rem;background:rgba(59,99,246,.06);border:1px solid rgba(59,99,246,.1)}.landing-ui-export-status{align-self:flex-start;font-size:.6875rem;font-weight:650;letter-spacing:.01em;color:var(--ld-accent-deep);background:rgba(59,99,246,.12);padding:.2rem .45rem;border-radius:.3rem}.landing-workflow{border-top:none}.landing-workflow-grid{display:grid;gap:1.5rem}@media (min-width:640px){.landing-workflow-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.landing-workflow-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.landing-workflow-card{background:rgba(255,255,255,.55);border:1px solid var(--ld-line);border-radius:1rem;padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.85rem;height:100%;transition:border-color .45s ease,box-shadow .45s ease}.landing-workflow-grid>.landing-reveal:first-child .landing-workflow-card{animation:landing-wf-step-pulse 10s ease-in-out infinite;animation-delay:0s}.landing-workflow-grid>.landing-reveal:nth-child(2) .landing-workflow-card{animation:landing-wf-step-pulse 10s ease-in-out infinite;animation-delay:2.5s}.landing-workflow-grid>.landing-reveal:nth-child(3) .landing-workflow-card{animation:landing-wf-step-pulse 10s ease-in-out infinite;animation-delay:5s}.landing-workflow-grid>.landing-reveal:nth-child(4) .landing-workflow-card{animation:landing-wf-step-pulse 10s ease-in-out infinite;animation-delay:7.5s}@keyframes landing-wf-step-pulse{0%,18%,to{border-color:var(--ld-line);box-shadow:none}8%{border-color:rgba(59,99,246,.48);box-shadow:0 0 0 1px rgba(59,99,246,.1),0 10px 28px rgba(59,99,246,.14)}}.landing-workflow-card h3{font-family:var(--ld-display);font-size:1rem;font-weight:650;letter-spacing:-.02em;margin:0;min-height:1.35rem}@media (min-width:1024px){.landing-workflow-card h3{white-space:nowrap}}.landing-workflow-card p{margin:0;font-size:.875rem;line-height:1.5;color:var(--ld-ink-soft)}.landing-wf-mock{background:var(--ld-desk);border:1px solid rgba(28,26,23,.06);border-radius:.65rem;overflow:hidden;height:9.25rem;min-height:9.25rem;display:flex;flex-direction:column;flex-shrink:0}.landing-wf-mock-bar{height:.4rem;background:rgba(59,99,246,.2)}.landing-wf-mock-body{padding:.65rem;display:flex;flex-direction:column;gap:.4rem;flex:1;min-height:0}.landing-wf-line{height:.35rem;border-radius:.15rem;background:rgba(28,26,23,.08)}.landing-wf-line.wide{width:90%}.landing-wf-line.short{width:45%}.landing-wf-line.accent{background:rgba(59,99,246,.35);width:70%}.landing-wf-table{display:flex;flex-direction:column;gap:.3rem;margin-top:.25rem}.landing-wf-row{height:.35rem;border-radius:.15rem;background:rgba(28,26,23,.06)}.landing-wf-row.head{background:rgba(59,99,246,.2);width:100%}.landing-wf-doc{position:relative;border:1px solid rgba(28,26,23,.08);border-radius:.35rem;padding:.5rem;background:rgba(255,255,255,.8)}.landing-wf-badge{position:absolute;top:.35rem;right:.35rem;font-size:.5rem;font-weight:700;color:var(--ld-accent-deep);background:rgba(59,99,246,.12);padding:.15rem .3rem;border-radius:.2rem}.landing-wf-chip-row{display:flex;gap:.35rem}.landing-wf-chip{height:.5rem;width:2rem;border-radius:999px;background:rgba(28,26,23,.08)}.landing-wf-chip.accent{background:rgba(59,99,246,.35)}.landing-wf-folder{height:1.25rem;width:2rem;border-radius:.2rem .2rem .05rem .05rem;background:rgba(59,99,246,.25);margin-bottom:.15rem}.landing-wf-queue{display:flex;flex-direction:column;gap:.25rem}.landing-wf-queue-item{height:.4rem;border-radius:.15rem;background:rgba(28,26,23,.06)}.landing-wf-queue-item.accent{background:rgba(59,99,246,.25)}.landing-wf-match{display:flex;align-items:center;gap:.35rem}.landing-wf-match-left,.landing-wf-match-right{flex:1;height:1.25rem;border-radius:.25rem;background:rgba(28,26,23,.08)}.landing-wf-match-right.accent{background:rgba(59,99,246,.25)}.landing-wf-match-arrow{width:.5rem;height:.5rem;border-top:2px solid var(--ld-muted);border-right:2px solid var(--ld-muted);transform:rotate(45deg);flex-shrink:0}.landing-alfred{border-top:none;background:transparent}.landing-alfred-grid{display:grid;gap:2.5rem;align-items:center;padding:clamp(1.5rem,3vw,2.5rem);border-radius:1rem;background:linear-gradient(165deg,rgba(255,255,255,.52),rgba(255,255,255,.38) 55%,rgba(59,99,246,.07));backdrop-filter:blur(20px) saturate(1.45);-webkit-backdrop-filter:blur(20px) saturate(1.45);border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 36px rgba(29,54,201,.08)}@media (min-width:900px){.landing-alfred-grid{grid-template-columns:1fr minmax(280px,400px);gap:3.5rem}}.landing-alfred-copy .landing-section-title{max-width:16ch}.landing-alfred-caps{list-style:none;margin:1.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.15rem}.landing-alfred-caps li{display:flex;flex-direction:column;gap:.25rem;padding-left:1.15rem;border-left:2px solid rgba(59,99,246,.35)}.landing-alfred-caps strong{font-family:var(--ld-display);font-size:.9375rem;font-weight:650;letter-spacing:-.01em;color:var(--ld-ink)}.landing-alfred-caps span{font-size:.9rem;line-height:1.5;color:var(--ld-ink-soft)}.landing-alfred-disclaimer{margin:1.5rem 0 0;font-size:.8125rem;line-height:1.5;color:var(--ld-muted);max-width:36rem}.landing-alfred-mock{position:relative;min-height:320px}.landing-alfred-mock-glow{position:absolute;inset:10% 5%;background:radial-gradient(ellipse at center,var(--ld-accent-glow),transparent 70%);filter:blur(12px)}.landing-alfred-panel{position:relative;background:var(--ld-desk);border:1px solid var(--ld-line);border-radius:1rem;padding:1.25rem;box-shadow:0 20px 56px rgba(28,26,23,.1);gap:1rem;overflow:hidden}.landing-alfred-panel,.landing-alfred-thread{display:flex;flex-direction:column;min-width:0}.landing-alfred-thread{gap:.75rem}.landing-alfred-panel-head{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--ld-line)}.landing-alfred-avatar-lg{width:2.75rem;height:2.75rem;border-radius:50%;background:linear-gradient(145deg,var(--ld-accent) 0,var(--ld-accent-deep) 100%);box-shadow:0 4px 16px var(--ld-accent-glow);flex-shrink:0;overflow:hidden;border:2px solid rgba(255,255,255,.85)}.landing-alfred-name{font-family:var(--ld-display);font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--ld-ink)}.landing-alfred-status{font-size:.8125rem;line-height:1.35;color:var(--ld-muted);margin-top:.1rem}.landing-alfred-role-bar{height:.4rem;width:5.5rem;margin-top:.35rem;border-radius:.2rem;background:rgba(28,26,23,.08)}.landing-alfred-bubble{border-radius:.65rem;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.35rem;min-width:0;height:auto}.landing-alfred-bubble.user{align-self:flex-end;max-width:85%;background:rgba(59,99,246,.1);border:1px solid rgba(59,99,246,.15);opacity:0;transform:translateY(8px) scale(.96)}.landing-alfred-bubble.bot{align-self:flex-start;max-width:100%;background:rgba(255,255,255,.9);border:1px solid var(--ld-line);opacity:0;transform:translateY(8px) scale(.96)}.landing-alfred-proposal{display:flex;flex-direction:column;gap:.65rem;padding:.75rem;border-radius:.65rem;background:rgba(59,99,246,.04);border:1px solid rgba(59,99,246,.12)}.landing-alfred-proposal .landing-ui-chat-match{margin-top:0}.landing-alfred-proposal .landing-alfred-actions{padding-top:.15rem;border-top:1px solid rgba(59,99,246,.1)}.landing-reveal-on .landing-alfred-bubble.user{animation:landing-alfred-bubble-in .55s cubic-bezier(.22,1,.36,1) .2s both}.landing-reveal-on .landing-alfred-bubble.bot{animation:landing-alfred-bubble-in .55s cubic-bezier(.22,1,.36,1) .65s both}.landing-reveal-on .landing-alfred-actions-seq{animation:landing-alfred-fade-in .45s ease 1.15s both}.landing-reveal-on .landing-alfred-context-seq{animation:landing-alfred-fade-in .45s ease 1.35s both}@keyframes landing-alfred-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landing-alfred-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-alfred-line-seq{transform-origin:left center;transform:scaleX(0)}.landing-reveal-on .landing-alfred-bubble.user .landing-alfred-line-seq:first-child{animation:landing-alfred-line-grow .32s ease .45s forwards}.landing-reveal-on .landing-alfred-bubble.user .landing-alfred-line-seq:nth-child(2){animation:landing-alfred-line-grow .32s ease .58s forwards}.landing-reveal-on .landing-alfred-bubble.bot .landing-alfred-line-seq:first-child{animation:landing-alfred-line-grow .32s ease .85s forwards}.landing-reveal-on .landing-alfred-bubble.bot .landing-alfred-line-seq:nth-child(2){animation:landing-alfred-line-grow .32s ease .98s forwards}.landing-reveal-on .landing-alfred-bubble.bot .landing-alfred-line-seq:nth-child(3){animation:landing-alfred-line-grow .32s ease 1.1s forwards}@keyframes landing-alfred-line-grow{to{transform:scaleX(1)}}.landing-alfred-actions-seq,.landing-alfred-context-seq{opacity:0}.landing-alfred-bubble-line{height:.35rem;border-radius:.15rem;background:rgba(28,26,23,.1);width:100%}.landing-alfred-bubble-line.wide{width:100%}.landing-alfred-bubble-line.short{width:55%}.landing-alfred-bubble-line.accent{background:rgba(59,99,246,.35);width:70%}.landing-alfred-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end;width:100%}.landing-alfred-actions .landing-ui-chat-btn{flex:1 1 auto;min-width:0;max-width:100%;white-space:nowrap}@media (max-width:359px){.landing-alfred-actions{flex-direction:column;align-items:stretch}.landing-alfred-actions .landing-ui-chat-btn{width:100%;text-align:center}}.landing-alfred-action-chip{height:1.65rem;width:5rem;border-radius:.4rem;background:rgba(28,26,23,.06);border:1px solid var(--ld-line)}.landing-alfred-action-chip.primary{background:rgba(59,99,246,.15);border-color:rgba(59,99,246,.25);width:6.5rem}.landing-alfred-context{display:flex;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px dashed var(--ld-line)}.landing-alfred-context-dot{width:.45rem;height:.45rem;border-radius:50%;background:#3d9a5f;flex-shrink:0}.landing-alfred-context-line{height:.35rem;flex:1;max-width:12rem;border-radius:.15rem;background:rgba(28,26,23,.08)}.landing-choose{margin-top:2.5rem;padding:1.5rem 1.35rem;background:rgba(255,255,255,.6);border:1px solid var(--ld-line);border-radius:1rem}.landing-choose-title{font-family:var(--ld-display);font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.25rem}.landing-choose-grid{display:grid;gap:1.5rem}@media (min-width:720px){.landing-choose-grid{grid-template-columns:1fr 1fr;gap:2rem}}.landing-choose-col h4{font-size:.8125rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin:0 0 .75rem}.landing-choose-col.is-us h4{color:var(--ld-accent-deep)}.landing-choose-col.is-them h4{color:var(--ld-muted)}.landing-choose-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.landing-choose-col li{font-size:.9rem;line-height:1.45;color:var(--ld-ink-soft);padding-left:1rem;position:relative}.landing-choose-col li:before{content:"";position:absolute;left:0;top:.55em;width:.35rem;height:.35rem;border-radius:50%;background:var(--ld-accent)}.landing-choose-col.is-them li:before{background:var(--ld-muted)}.landing-faq{border-top:none}.landing-faq-list{display:flex;flex-direction:column;gap:.65rem;max-width:42rem}.landing-faq-item{background:rgba(255,255,255,.5);border:1px solid var(--ld-line);border-radius:.65rem;overflow:hidden}.landing-faq-item summary{font-family:var(--ld-display);font-size:.975rem;font-weight:600;letter-spacing:-.01em;padding:1rem 1.15rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:color .18s ease}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item summary:after{content:"";width:.45rem;height:.45rem;border-right:2px solid var(--ld-muted);border-bottom:2px solid var(--ld-muted);transform:rotate(45deg);flex-shrink:0;margin-top:-.15rem;transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .18s ease}.landing-faq-item[open] summary:after{transform:rotate(225deg);border-color:var(--ld-accent-deep)}.landing-faq-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.22,1,.36,1)}.landing-faq-item[open] .landing-faq-body{grid-template-rows:1fr}.landing-faq-body>p{overflow:hidden;margin:0;padding:0 1.15rem;font-size:.9rem;line-height:1.55;color:var(--ld-ink-soft);transition:padding .38s cubic-bezier(.22,1,.36,1)}.landing-faq-item[open] .landing-faq-body>p{padding:0 1.15rem 1rem}.landing-feature-list{display:grid;gap:2rem 3rem}@media (min-width:800px){.landing-feature-list{grid-template-columns:1fr 1fr}}.landing-feature h3{font-family:var(--ld-display);font-size:1.2rem;font-weight:650;letter-spacing:-.025em;margin:0 0 .45rem}.landing-feature p{margin:0;color:var(--ld-ink-soft);line-height:1.55;font-size:.975rem}.landing-checklist{border-top:1px solid var(--ld-line)}.landing-check-grid{list-style:none;margin:0;padding:0;display:grid;gap:.75rem 1rem}@media (min-width:640px){.landing-check-grid{grid-template-columns:1fr 1fr}}@media (min-width:960px){.landing-check-grid{grid-template-columns:repeat(3,1fr)}}.landing-check-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.9375rem;line-height:1.55;color:var(--ld-ink-soft);padding:.65rem .85rem;border-radius:.65rem;background:rgba(255,255,255,.42);border:1px solid rgba(28,26,23,.06)}.landing-check-mark{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.12rem;border-radius:.3rem;background:var(--ld-accent);position:relative}.landing-check-mark:after{content:"";position:absolute;left:.3rem;top:.15rem;width:.35rem;height:.55rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.landing-compare{border-top:1px solid var(--ld-line)}.landing-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 calc(-1 * clamp(1.25rem, 4vw, 3rem));padding:0 clamp(1.25rem,4vw,3rem)}.landing-compare-table{width:100%;min-width:34rem;border-collapse:separate;border-spacing:0;font-size:.9375rem;background:var(--ld-desk);border:1px solid var(--ld-line);border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px rgba(28,26,23,.04)}.landing-compare-table td,.landing-compare-table th{padding:.85rem 1rem;border-bottom:1px solid var(--ld-line);vertical-align:middle}.landing-compare-table thead th{font-size:.8125rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--ld-muted);background:rgba(255,255,255,.65);text-align:center}.landing-compare-table thead th:first-child{text-align:left;text-transform:none;letter-spacing:normal;font-size:.875rem}.landing-compare-table thead th.is-unedesk{color:var(--ld-accent-deep);background:rgba(59,99,246,.08)}.landing-compare-table thead th.is-unedesk span{color:var(--ld-accent)}.landing-compare-stack{display:block;margin-top:.25rem;font-size:.75rem;font-weight:500;letter-spacing:normal;text-transform:none;color:var(--ld-muted);line-height:1.35}.landing-compare-table tbody th{font-weight:500;color:var(--ld-ink);text-align:left;line-height:1.4;background:rgba(255,255,255,.4)}.landing-compare-table tbody td{text-align:center;background:rgba(255,255,255,.55)}.landing-compare-table tbody td.is-unedesk{background:rgba(59,99,246,.05)}.landing-compare-table tbody tr:last-child td,.landing-compare-table tbody tr:last-child th{border-bottom:none}.landing-reveal:not(.landing-reveal-on) .landing-compare-animate .landing-compare-table tbody tr{opacity:0;transform:translateX(-10px)}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr{animation:landing-compare-row-in .55s cubic-bezier(.22,1,.36,1) both}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:first-child{animation-delay:.06s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(2){animation-delay:.12s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(3){animation-delay:.18s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(4){animation-delay:.24s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(5){animation-delay:.3s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(6){animation-delay:.36s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(7){animation-delay:.42s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(8){animation-delay:.48s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(9){animation-delay:.54s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(10){animation-delay:.6s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(11){animation-delay:.66s}.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr:nth-child(12){animation-delay:.72s}@keyframes landing-compare-row-in{to{opacity:1;transform:translateX(0)}}.landing-cmp-mark{display:inline-block;width:1.25rem;height:1.25rem;border-radius:.35rem;position:relative;vertical-align:middle}.landing-cmp-mark.is-full{background:var(--ld-accent)}.landing-cmp-mark.is-full:after{content:"";position:absolute;left:.38rem;top:.18rem;width:.35rem;height:.58rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.landing-cmp-mark.is-partial{background:rgba(122,115,104,.12);border:1px solid rgba(122,115,104,.25)}.landing-cmp-mark.is-partial:after{content:"";position:absolute;left:.3rem;right:.3rem;top:50%;height:2px;margin-top:-1px;background:#9a9288;border-radius:1px}.landing-cmp-mark.is-none{background:rgba(122,115,104,.14);border:1px solid rgba(122,115,104,.32)}.landing-cmp-mark.is-none:after,.landing-cmp-mark.is-none:before{content:"";position:absolute;left:50%;top:50%;width:.7rem;height:2px;margin:-1px 0 0 -.35rem;background:#7a7368;border-radius:1px}.landing-cmp-mark.is-none:before{transform:rotate(45deg)}.landing-cmp-mark.is-none:after{transform:rotate(-45deg)}.landing-compare-legend{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 1.75rem;font-size:.8125rem;color:var(--ld-muted)}.landing-compare-legend li{display:flex;align-items:center;gap:.5rem}.landing-compare-note{margin:1.25rem 0 0;max-width:52rem;font-size:.8125rem;line-height:1.55;color:var(--ld-muted)}.landing-how{background:linear-gradient(180deg,transparent,rgba(255,255,255,.35),transparent)}.landing-steps{list-style:none;margin:0;padding:0;display:grid;gap:1.75rem}@media (min-width:860px){.landing-steps{grid-template-columns:repeat(3,1fr);gap:2rem}}.landing-step{display:flex;gap:1rem;align-items:flex-start}.landing-step-num{font-size:1.5rem;font-weight:700;color:var(--ld-accent-deep);line-height:1;flex-shrink:0}.landing-step h3,.landing-step-num{font-family:var(--ld-display);letter-spacing:-.02em}.landing-step h3{font-size:1.15rem;margin:0 0 .35rem}.landing-step p{margin:0;color:var(--ld-ink-soft);font-size:.95rem;line-height:1.5}.landing-trust-grid{display:grid;gap:1.25rem;align-items:stretch}@media (min-width:800px){.landing-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.landing-trust-item{display:flex;flex-direction:column;height:100%;padding:1.35rem 1.2rem;border-radius:.9rem;background:rgba(255,255,255,.48);border:1px solid rgba(28,26,23,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 8px 24px rgba(29,54,201,.06)}.landing-trust-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:.9rem;flex-shrink:0;border-radius:.65rem;color:var(--ld-accent-deeper);background:linear-gradient(145deg,rgba(59,99,246,.14),rgba(255,255,255,.85));border:1px solid rgba(59,99,246,.16);box-shadow:0 4px 14px rgba(59,99,246,.1)}.landing-trust-item h3{font-family:var(--ld-display);font-size:1.1rem;margin:0 0 .5rem;letter-spacing:-.02em;flex-shrink:0}.landing-trust-item p{margin:0;color:var(--ld-ink-soft);font-size:.95rem;line-height:1.55;flex:1}.landing-convert{border-top:none;padding-top:clamp(2.5rem,6vh,4rem);padding-bottom:clamp(3rem,8vh,5rem)}.landing-convert-panel{max-width:40rem;margin:0 auto;padding:clamp(1.75rem,3.5vw,2.5rem);border-radius:1rem;background:linear-gradient(165deg,rgba(255,255,255,.52),rgba(255,255,255,.38) 55%,rgba(59,99,246,.07));backdrop-filter:blur(20px) saturate(1.45);-webkit-backdrop-filter:blur(20px) saturate(1.45);border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 36px rgba(29,54,201,.08)}.landing-convert-header{margin-bottom:1.5rem;text-align:center}.landing-convert-title{font-family:var(--ld-display);font-size:clamp(1.5rem,3.2vw,2rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0 0 .65rem;color:var(--ld-ink)}.landing-convert-lede{margin:0 auto;max-width:32rem;font-size:.9375rem;line-height:1.55;color:var(--ld-ink-soft)}.landing-form-bare{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0}.landing-form-fields{display:grid;gap:.85rem}@media (min-width:560px){.landing-form-fields{grid-template-columns:1fr 1fr}}.landing-form-span-full{grid-column:1/-1}.landing-form-bare.landing-form-success{min-height:10rem}.landing-form{background:rgba(255,255,255,.72);border:1px solid var(--ld-line);border-radius:1rem;padding:1.35rem 1.4rem 1.5rem;box-shadow:0 12px 40px rgba(18,24,28,.06);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:.85rem}.landing-form-title{font-family:var(--ld-display);font-size:1.2rem;font-weight:700;letter-spacing:-.025em;margin:0}.landing-form-sub{margin:0 0 .35rem;font-size:.875rem;line-height:1.5;color:var(--ld-ink-soft)}.landing-label{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;font-weight:600;color:var(--ld-muted);letter-spacing:.01em}.landing-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ld-line);border-radius:.5rem;background:rgba(255,255,255,.9);padding:.65rem .75rem;font-size:.9375rem;color:var(--ld-ink);font-family:inherit;transition:border-color .16s ease,box-shadow .16s ease}.landing-input:focus{outline:none;border-color:rgba(59,99,246,.55);box-shadow:0 0 0 3px var(--ld-accent-glow)}.landing-textarea{resize:vertical;min-height:4.5rem}.landing-form-error{margin:0;font-size:.85rem;color:#b0454e}.landing-form-success{justify-content:center;align-items:center;gap:1rem;min-height:12rem}.landing-form-success-pop{animation:landing-success-pop .55s cubic-bezier(.22,1,.36,1) both}.landing-form-success-icon{width:3.25rem;height:3.25rem}.landing-form-success-icon svg{width:100%;height:100%}.landing-form-success-circle{fill:none;stroke:rgba(59,99,246,.18);stroke-width:1.5;stroke-dasharray:63;stroke-dashoffset:63;animation:landing-success-circle .5s ease .1s forwards}.landing-form-success-check{fill:none;stroke:var(--ld-accent-deep);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;animation:landing-success-check .45s ease .45s forwards}@keyframes landing-success-pop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes landing-success-circle{to{stroke-dashoffset:0}}@keyframes landing-success-check{to{stroke-dashoffset:0}}.landing-form-success-msg{margin:0;font-family:var(--ld-display);font-size:1.15rem;font-weight:600;letter-spacing:-.02em;color:var(--ld-accent-deeper);text-align:center;line-height:1.4}.landing-reveal{opacity:0;transform:translateY(16px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.landing-reveal-on{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.landing-btn-primary:after,.landing-faq-body,.landing-faq-item summary:after,.landing-locales button:after,.landing-nav,.landing-nav-shell,.landing-section-line{transition:none!important}.landing-atmosphere,.landing-atmosphere-orb,.landing-atmosphere:after{animation:none!important}.landing-atmosphere-orb{transform:none!important}.landing-alfred-avatar,.landing-chip,.landing-form-success-check,.landing-form-success-circle,.landing-form-success-pop,.landing-hero-enter,.landing-hero-enter-delayed,.landing-hero-visual-frame,.landing-hero-visual-glow,.landing-reveal,.landing-reveal-line,.landing-reveal-on .landing-alfred-actions-seq,.landing-reveal-on .landing-alfred-bubble,.landing-reveal-on .landing-alfred-context-seq,.landing-reveal-on .landing-alfred-line-seq,.landing-reveal-on .landing-compare-animate .landing-compare-table tbody tr,.landing-workflow-grid>.landing-reveal .landing-workflow-card{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;stroke-dashoffset:0!important}.landing-section-line{transform:scaleX(1)!important}.landing-faq-item[open] .landing-faq-body{grid-template-rows:1fr}}.landing-legal{--ld-legal-body:var(--font-geist-sans),system-ui,-apple-system,sans-serif}.landing-legal-main{width:100%;max-width:min(100%,42rem);margin:0 auto;padding:calc(var(--ld-nav-offset) + clamp(1.25rem, 4vh, 2rem)) clamp(1rem,4.5vw,2rem) clamp(2.5rem,6vh,4rem);display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.landing-legal-main{max-width:46rem;padding-left:clamp(1.5rem,5vw,2.5rem);padding-right:clamp(1.5rem,5vw,2.5rem)}}@media (min-width:960px){.landing-legal-main{max-width:52rem;gap:1.25rem}}.landing-legal-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%}.landing-legal-switch a{display:flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.55rem .65rem;font-size:clamp(.8125rem,2.8vw,.875rem);font-weight:600;line-height:1.25;text-align:center;text-wrap:balance;color:var(--ld-muted);text-decoration:none;border-radius:.65rem;border:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:color .18s ease,border-color .18s ease,background .18s ease}.landing-legal-switch a.is-active,.landing-legal-switch a:hover{color:var(--ld-accent-deep);border-color:rgba(59,99,246,.28);background:rgba(255,255,255,.78)}.landing-legal-doc{width:100%;padding:clamp(1.35rem,4.5vw,2.75rem);border-radius:1rem;background:rgba(255,255,255,.52);backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 12px 40px rgba(29,54,201,.08)}.landing-legal-kicker{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ld-accent-deep)}.landing-legal-head h1{font-family:var(--ld-display);font-size:clamp(1.75rem,5.5vw,2.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;margin:0 0 .65rem;color:var(--ld-ink);text-wrap:balance}.landing-legal-updated{margin:0 0 1.25rem;font-family:var(--ld-legal-body);font-size:clamp(.875rem,2.5vw,.9375rem);color:var(--ld-muted)}.landing-legal-intro{margin:0;font-family:var(--ld-legal-body);font-size:clamp(1.03125rem,2.8vw,1.125rem);line-height:1.7;color:var(--ld-ink-soft)}.landing-legal-body{margin-top:clamp(1.5rem,4vw,2rem)}.landing-legal-section{padding-top:clamp(1.25rem,3.5vw,1.75rem);margin-top:clamp(1.25rem,3.5vw,1.75rem);border-top:1px solid var(--ld-line)}.landing-legal-section:first-child{margin-top:0;padding-top:0;border-top:none}.landing-legal-section h2{font-family:var(--ld-display);font-size:clamp(1.125rem,3.2vw,1.3125rem);font-weight:700;letter-spacing:-.02em;line-height:1.3;margin:0 0 .85rem;color:var(--ld-ink);text-wrap:balance}.landing-legal-section p{margin:0 0 .85rem;font-family:var(--ld-legal-body);font-size:clamp(1rem,2.6vw,1.0625rem);line-height:1.75;color:var(--ld-ink-soft);max-width:68ch}.landing-legal-section p:last-child{margin-bottom:0}.landing-legal-footer{padding-top:1.5rem;padding-bottom:2rem;text-align:center}