:root{--lp-bg:#f9f7f3;--lp-bg-white:#fff;--lp-bg-sand:#f5ede5;--lp-bg-dark:#18120e;--lp-text:#1c1917;--lp-text-muted:#7a6860;--lp-accent:#3c0f8f;--lp-accent-hover:#2e0a72;--lp-border:#e5ddd3;--lp-border-strong:#c9b5a6;--lp-dark-text:#f9f7f3;--lp-dark-muted:#9a8878;--lp-font-display:var(--font-inter-tight,sans-serif)}.lp-grain{pointer-events:none;z-index:9999;opacity:.042;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px;position:fixed;inset:0}.lp-reveal-hidden{opacity:0;transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1);transform:translateY(22px)}.lp-reveal-hidden.visible{opacity:1;transform:translateY(0)}.lp-root{background:var(--lp-bg);color:var(--lp-text);-webkit-font-smoothing:antialiased;min-height:100svh;font-family:var(--font-inter,sans-serif);flex-direction:column;display:flex}.lp-header{z-index:100;border-bottom:1px solid var(--lp-border);background:#fff;padding:0 2rem;position:sticky;top:0}.lp-header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.lp-btn{letter-spacing:.01em;white-space:nowrap;border-radius:8px;align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex}.lp-btn-primary{background:var(--lp-accent);color:#fff}.lp-btn-primary:hover{background:var(--lp-accent-hover);transform:translateY(-1px);box-shadow:0 4px 18px #3c0f8f47}.lp-btn-primary:hover .lp-btn-arrow{transform:translate(4px)}.lp-btn-arrow{flex-shrink:0;transition:transform .2s}.lp-btn-large{border-radius:10px;padding:.875rem 1.875rem;font-size:1rem}.lp-btn-nav{padding:.625rem}@media (min-width:768px){.lp-btn-nav{padding:.625rem 1.25rem}}.lp-btn-secondary{color:var(--lp-accent);background:#3c0f8f0f;border:1px solid #3c0f8f33}.lp-btn-secondary:hover{background:#3c0f8f1c;border-color:#3c0f8f59}.lp-btn-ghost-dark{color:var(--lp-dark-text);background:0 0;border:1px solid #f9f7f333}.lp-btn-ghost-dark:hover{background:#f9f7f312;border-color:#f9f7f359}.lp-hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.lp-hero-actions .lp-btn{flex:1;justify-content:center}@media (min-width:640px){.lp-hero-actions .lp-btn{flex:none;justify-content:flex-start}}.lp-hero{padding:2.5rem 2rem 3.5rem;position:relative;overflow:hidden}@media (min-width:768px){.lp-hero{padding:3.5rem 2rem 5rem}}@media (min-width:1024px){.lp-hero{padding:4rem 2rem 5.5rem}}.lp-hero-glow{pointer-events:none;filter:blur(90px);border-radius:9999px;position:absolute}.lp-hero-glow-1{background:radial-gradient(circle,#3c0f8f17 0%,#0000 70%);width:580px;height:520px;animation:14s ease-in-out infinite glow-1;top:-120px;right:-60px}.lp-hero-glow-2{background:radial-gradient(circle,#6e50d212 0%,#0000 70%);width:440px;height:380px;animation:18s ease-in-out infinite glow-2;bottom:-60px;left:-80px}@keyframes glow-1{0%,to{transform:translate(0)}50%{transform:translate(-35px,28px)}}@keyframes glow-2{0%,to{transform:translate(0)}50%{transform:translate(28px,-18px)}}.lp-hero-inner{z-index:1;max-width:1200px;margin:0 auto;position:relative}.lp-hero-content{max-width:880px}.lp-hero-tag{color:var(--lp-accent);letter-spacing:.07em;text-transform:uppercase;background:#3c0f8f12;border:1px solid #3c0f8f40;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.345rem 1.006rem;font-size:.7906rem;font-weight:600;display:inline-flex}@media (min-width:768px){.lp-hero-tag{margin-bottom:3.5rem}}@media (min-width:1024px){.lp-hero-tag{margin-bottom:4rem}}.lp-hero-tag-dot{background:var(--lp-accent);border-radius:9999px;width:5px;height:5px}.lp-hero-h1{font-family:var(--lp-font-display);letter-spacing:-.035em;color:var(--lp-text);margin:0 0 1.875rem;font-size:clamp(2.625rem,7vw,5.75rem);font-weight:800;line-height:1.04}.lp-hero-highlight{color:var(--lp-accent);display:inline-block;position:relative}.lp-underline-svg{width:calc(100% + 4px);height:14px;position:absolute;bottom:-10px;left:-2px;overflow:visible}.lp-underline-path{stroke-dasharray:1;stroke-dashoffset:1px;animation:1s cubic-bezier(.4,0,.2,1) .45s forwards draw-underline}@keyframes draw-underline{to{stroke-dashoffset:0}}.lp-hero-sub{color:var(--lp-text-muted);max-width:600px;margin:0 0 2.75rem;font-size:clamp(1rem,1.8vw,1.1875rem);line-height:1.75}.lp-hero-sub-em{color:var(--lp-text);font-weight:500}.lp-section{padding:6rem 2rem}@media (min-width:768px){.lp-section{padding:7.5rem 2rem}}.lp-section-inner{max-width:1200px;margin:0 auto}.lp-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--lp-text-muted);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.8125rem;font-weight:700;display:inline-flex}.lp-section-label:before{content:"";background:var(--lp-border-strong);width:20px;height:1px;display:block}.lp-problem{background:var(--lp-bg-white);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.lp-problem-grid{gap:3.5rem;display:grid}@media (min-width:1024px){.lp-problem-grid{grid-template-columns:5fr 7fr;align-items:start;gap:8rem}}.lp-problem-heading{font-family:var(--lp-font-display);letter-spacing:-.025em;color:var(--lp-text);font-size:clamp(1.625rem,3vw,2.375rem);font-weight:700;line-height:1.18;position:sticky;top:100px}.lp-problem-items{flex-direction:column;gap:2.25rem;display:flex}.lp-problem-item{border-left:1.5px solid var(--lp-border);color:var(--lp-text-muted);padding-left:1.5rem;font-size:1.0625rem;line-height:1.78;transition:border-color .25s}.lp-problem-item:hover{border-left-color:var(--lp-accent)}.lp-features{background:var(--lp-bg)}.lp-features-heading{font-family:var(--lp-font-display);letter-spacing:-.025em;color:var(--lp-text);max-width:580px;margin-bottom:3.5rem;font-size:clamp(1.625rem,3vw,2.375rem);font-weight:700;line-height:1.18}.lp-features-grid{align-items:stretch;gap:1.25rem;display:grid}@media (min-width:768px){.lp-features-grid{grid-template-columns:repeat(3,1fr)}}.lp-features-grid .lp-reveal{flex-direction:column;display:flex}.lp-feature-card{border:1px solid var(--lp-border);background:var(--lp-bg-white);border-radius:16px;height:100%;padding:2.25rem 2rem;transition:border-color .2s,box-shadow .2s,transform .2s}.lp-feature-card:hover{border-color:var(--lp-border-strong);transform:translateY(-3px);box-shadow:0 8px 36px #1c191712,0 2px 8px #1c191708}.lp-feature-num{font-family:var(--lp-font-display);letter-spacing:-.05em;color:var(--lp-accent);opacity:.13;font-variant-numeric:tabular-nums;margin-bottom:1.375rem;font-size:3.25rem;font-weight:900;line-height:1}.lp-feature-icon{width:32px;height:32px;color:var(--lp-accent);margin-bottom:1.25rem}.lp-feature-title{font-family:var(--lp-font-display);letter-spacing:-.015em;color:var(--lp-text);margin-bottom:.625rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.lp-feature-desc{color:var(--lp-text-muted);font-size:.9375rem;line-height:1.72}.lp-forwho{background:var(--lp-bg-sand);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.lp-forwho-content{max-width:680px}.lp-forwho-heading{font-family:var(--lp-font-display);letter-spacing:-.025em;color:var(--lp-text);margin-bottom:1.5rem;font-size:clamp(1.625rem,3vw,2.375rem);font-weight:700;line-height:1.18}.lp-forwho-text{color:var(--lp-text-muted);font-size:1.0625rem;line-height:1.82}.lp-team{background:var(--lp-bg-white)}.lp-team-heading{font-family:var(--lp-font-display);letter-spacing:-.025em;color:var(--lp-text);margin-bottom:3rem;font-size:clamp(1.625rem,3vw,2.375rem);font-weight:700;line-height:1.18}.lp-team-layout{align-items:center;gap:2.5rem;display:grid}@media (min-width:768px){.lp-team-layout{grid-template-columns:3fr 2fr;gap:4rem}}.lp-team-photo-wrap{border:1px solid var(--lp-border);aspect-ratio:4/3;border-radius:16px;line-height:0;overflow:hidden;box-shadow:0 2px 8px #1c19170a,0 12px 48px #1c191717,0 24px 64px #1c19170d}.lp-team-roster{flex-direction:column;display:flex}.lp-team-person{border-bottom:1px solid var(--lp-border);padding:1.375rem 0}.lp-team-person:first-child{border-top:1px solid var(--lp-border)}.lp-team-person-name{font-family:var(--lp-font-display);letter-spacing:-.015em;color:var(--lp-text);margin-bottom:.2rem;font-size:1rem;font-weight:700}.lp-team-person-role{color:var(--lp-text-muted);font-size:.8125rem}.lp-supported{background:var(--lp-bg-white);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:3.5rem 2rem}.lp-supported-inner{flex-direction:column;align-items:center;gap:2.25rem;max-width:1200px;margin:0 auto;display:flex}.lp-supported-label{letter-spacing:.14em;text-transform:uppercase;color:var(--lp-text-muted);font-size:.75rem;font-weight:700}.lp-supported-logos{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}@media (min-width:768px){.lp-supported-logos{flex-direction:row;justify-content:center;gap:5rem}}.lp-supported-logo{object-fit:contain;opacity:.8;width:auto;max-width:180px;height:52px;transition:opacity .2s}.lp-supported-logo:hover{opacity:1}.lp-cta{background:var(--lp-bg-dark);position:relative;overflow:hidden}.lp-cta-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(#3c0f8f24 0%,#0000 65%);width:700px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-cta-inner{z-index:1;max-width:640px;position:relative}.lp-cta-heading{font-family:var(--lp-font-display);letter-spacing:-.03em;color:var(--lp-dark-text);margin-bottom:1.125rem;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.12}.lp-cta-sub{color:var(--lp-dark-muted);margin-bottom:2rem;font-size:1.0625rem;line-height:1.72}.lp-cta-person{align-items:center;gap:.875rem;margin-bottom:2rem;display:flex}.lp-cta-avatar{border:2px solid #f9f7f326;border-radius:9999px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.lp-cta-avatar-img{object-fit:cover;object-position:center 18%;transform-origin:50% 20%;transform:scale(1.35);width:100%!important;height:100%!important}.lp-cta-person-info{flex-direction:column;gap:.125rem;display:flex}.lp-cta-person-name{color:var(--lp-dark-text);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.lp-cta-person-role{color:var(--lp-dark-muted);font-size:.8125rem}.lp-footer{background:var(--lp-bg-dark);border-top:1px solid #e5ddd312}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.75rem 2rem;display:flex}.lp-footer-copy{color:var(--lp-dark-muted);font-size:.8125rem}.lp-footer-links{gap:1.75rem;display:flex}.lp-footer-link{color:var(--lp-dark-muted);font-size:.8125rem;text-decoration:none;transition:color .15s}.lp-footer-link:hover{color:var(--lp-dark-text)}.imp-block{border-bottom:1px solid var(--lp-border);padding-bottom:2.5rem}.imp-block:last-child{border-bottom:none;padding-bottom:0}.imp-heading{font-family:var(--lp-font-display);letter-spacing:-.01em;color:var(--lp-text);margin-bottom:1rem;font-size:.9375rem;font-weight:700}.imp-dl{grid-template-columns:10rem 1fr;gap:.625rem 1.5rem;font-size:.9375rem;line-height:1.65;display:grid}@media (max-width:480px){.imp-dl{grid-template-columns:1fr;gap:.25rem}.imp-dl dd{margin-bottom:.75rem}}.imp-dl dt{color:var(--lp-text-muted);padding-top:.05rem;font-weight:500}.imp-dl dd{color:var(--lp-text);margin:0}.imp-text{color:var(--lp-text-muted);font-size:.9375rem;line-height:1.75}
