@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--lp-orange:#ff751f;--lp-orange-hover:#ea580c;--lp-orange-light:#fff5ed;--lp-black:#0d0d0d;--lp-gray-50:#fafafa;--lp-gray-100:#f5f5f5;--lp-gray-200:#e5e5e5;--lp-gray-300:#d4d4d4;--lp-gray-400:#a3a3a3;--lp-gray-500:#737373;--lp-gray-600:#525252;--lp-gray-700:#404040;--lp-gray-800:#262626;--lp-gray-900:#171717;--lp-white:#fff;--lp-red:#dc2626;--lp-purple:#7c3aed}.lp-fade-in{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.lp-fade-in.lp-visible{opacity:1;transform:translateY(0)}.lp-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--lp-black);background:var(--lp-white);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lp-page *,.lp-page :after,.lp-page :before{box-sizing:border-box;margin:0;padding:0}.lp-nav{position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.lp-nav-inner{max-width:100%;margin:0 auto;padding:0 5%;height:72px;justify-content:space-between}.lp-nav-inner,.lp-nav-logo{display:flex;align-items:center}.lp-nav-logo{text-decoration:none}.lp-nav-logo img{height:1.75rem}.lp-nav-links{display:flex;align-items:center;gap:.25rem}.lp-nav-link{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--lp-gray-600);text-decoration:none;border-radius:8px;transition:color .15s,font-weight .15s}.lp-nav-link:hover{color:var(--lp-black);font-weight:600}.lp-nav-right{display:flex;align-items:center;gap:.5rem}.lp-hamburger{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}.lp-hamburger-line{display:block;width:20px;height:2px;background:var(--lp-black);border-radius:2px;transition:transform .3s,opacity .3s}.lp-hamburger-line.open:first-child{transform:translateY(7px) rotate(45deg)}.lp-hamburger-line.open:nth-child(2){opacity:0}.lp-hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-mobile-menu{display:flex;flex-direction:column;gap:.5rem;padding:1rem 2rem 1.5rem;border-top:1px solid var(--lp-gray-200)}.lp-mobile-link{font-size:1rem;font-weight:400;color:var(--lp-gray-600);text-decoration:none;padding:.625rem 0;transition:color .15s}.lp-mobile-link:hover{color:var(--lp-black)}.lp-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:var(--lp-orange);color:var(--lp-white);font-size:.875rem;font-weight:500;border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:background .2s,transform .1s}.lp-btn-primary:hover{background:var(--lp-orange-hover)}.lp-btn-primary:active{transform:scale(.98)}.lp-btn-primary.lp-btn-small{padding:.5rem 1.125rem;font-size:.85rem;border-radius:8px}.lp-btn-primary.lp-btn-large{padding:.875rem 2rem;font-size:1rem;border-radius:12px}.lp-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:var(--lp-white);color:var(--lp-black);font-size:.875rem;font-weight:500;border:1px solid var(--lp-gray-300);border-radius:10px;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s}.lp-btn-secondary:hover{background:var(--lp-gray-50);border-color:var(--lp-gray-400)}.lp-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:transparent;color:var(--lp-gray-600);font-size:.875rem;font-weight:500;border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:color .2s,background .2s}.lp-btn-ghost:hover{color:var(--lp-black);background:var(--lp-gray-100)}.lp-hero-section{position:relative;display:flex;justify-content:center;align-items:center;min-height:auto;padding:5rem 2rem 3rem;width:100%;background:var(--lp-white)}.lp-hero-docs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.lp-hero-illus{position:absolute;width:420px;top:50%;opacity:.18;filter:sepia(1) saturate(3) hue-rotate(345deg) brightness(.9)}.lp-hero-illus-left{left:-40px;transform:translateY(-50%);animation:lp-illus-fade-left 1.4s ease-out .1s both}.lp-hero-illus-right{right:-40px;transform:translateY(-50%) scaleX(-1);animation:lp-illus-fade-right 1.4s ease-out .3s both}@keyframes lp-illus-fade-left{0%{opacity:0;transform:translateY(-45%)}to{opacity:.18;transform:translateY(-50%)}}@keyframes lp-illus-fade-right{0%{opacity:0;transform:translateY(-45%) scaleX(-1)}to{opacity:.18;transform:translateY(-50%) scaleX(-1)}}.lp-hero-content{position:relative;z-index:1;max-width:820px;width:100%;text-align:center;margin:0 auto}.lp-hero-badge{display:inline-flex;align-items:center;padding:.5rem 1.25rem;border-radius:100px;background:var(--lp-white);border:1px solid var(--lp-gray-200);font-size:.8rem;font-weight:500;color:var(--lp-orange);margin-bottom:2rem;letter-spacing:.01em}.lp-headline{font-size:4.5rem;font-weight:900;line-height:1.05;letter-spacing:-.045em;margin-bottom:1.5rem;color:var(--lp-black)}.lp-headline-accent{color:var(--lp-orange)}.lp-subtitle{font-size:1.15rem;color:var(--lp-gray-500);line-height:1.65;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.lp-try-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--lp-orange);letter-spacing:.02em;margin-bottom:1.25rem}.lp-try-label svg{animation:lp-bounce-arrow 1.5s ease-in-out infinite}@keyframes lp-bounce-arrow{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.lp-prompt-box{width:100%;background:var(--lp-white);border:1.5px solid var(--lp-gray-300);border-radius:16px;padding:.75rem;transition:border-color .2s,box-shadow .2s}.lp-prompt-box:focus-within{border-color:var(--lp-orange);box-shadow:0 0 0 3px rgba(255,117,31,.1)}.lp-textarea{width:100%;border:none;outline:none;resize:none;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5;color:var(--lp-black);background:transparent;padding:.5rem .5rem .25rem;min-height:24px;max-height:160px}.lp-textarea::-moz-placeholder{color:var(--lp-gray-400)}.lp-textarea::placeholder{color:var(--lp-gray-400)}.lp-file-attachment{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;margin-bottom:.25rem}.lp-file-thumb{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid var(--lp-gray-200)}.lp-file-pill{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--lp-gray-100);border-radius:8px;font-size:.8rem;color:var(--lp-gray-600)}.lp-file-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-remove-file{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:var(--lp-gray-200);border-radius:50%;cursor:pointer;color:var(--lp-gray-500);transition:background .15s,color .15s;flex-shrink:0}.lp-remove-file:hover{background:var(--lp-gray-300);color:var(--lp-black)}.lp-prompt-bottom{display:flex;align-items:center;justify-content:space-between;padding:.25rem .25rem 0}.lp-attach-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--lp-gray-400);transition:color .15s,background .15s}.lp-attach-btn:hover{color:var(--lp-gray-600);background:var(--lp-gray-100)}.lp-submit-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--lp-gray-300);border-radius:50%;cursor:not-allowed;transition:background .2s,transform .1s}.lp-submit-btn.active{background:var(--lp-orange);cursor:pointer}.lp-submit-btn.active:hover{background:var(--lp-orange-hover)}.lp-submit-btn.active:active{transform:scale(.93)}.lp-drop-hint{font-size:.8rem;color:var(--lp-gray-400);margin-top:.75rem}.lp-error-box{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:var(--lp-red);font-size:.875rem}.lp-examples{margin-top:2rem}.lp-examples-label{font-size:.75rem;color:var(--lp-gray-400);text-transform:uppercase;letter-spacing:.08em;font-weight:500;margin-bottom:.625rem}.lp-example-pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.lp-example-pill{display:inline-flex;align-items:center;padding:.375rem .875rem;background:var(--lp-gray-100);border:1px solid var(--lp-gray-200);border-radius:100px;font-family:Inter,sans-serif;font-size:.8rem;color:var(--lp-gray-600);cursor:pointer;transition:border-color .2s,color .2s,background .2s}.lp-example-pill:hover{border-color:var(--lp-orange);color:var(--lp-orange);background:var(--lp-orange-light)}.lp-agencies-section{padding:4rem 5%;text-align:center;background:var(--lp-white)}.lp-agencies-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--lp-orange);margin-bottom:1rem}.lp-agencies-title{font-size:3.5rem;font-weight:900;letter-spacing:-.05em;line-height:1.05;color:var(--lp-black);margin-bottom:1rem;white-space:nowrap}.lp-agencies-accent{color:var(--lp-orange)}.lp-agencies-subtitle{font-size:1.05rem;color:var(--lp-gray-500);line-height:1.65;max-width:720px;margin:0 auto 3rem}.lp-agencies-banner{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.lp-agencies-track{display:flex;width:-moz-max-content;width:max-content;animation:lp-agency-scroll 25s linear infinite}.lp-agencies-set{display:flex;align-items:center;gap:4rem;padding-right:4rem}@keyframes lp-agency-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.lp-agency-img{height:72px;width:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.45;transition:filter .3s,opacity .3s;flex-shrink:0}.lp-agency-img:hover{filter:grayscale(0);opacity:1}.lp-features{background:var(--lp-white)}.lp-features-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.lp-features-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--lp-orange);margin-bottom:1rem}.lp-features-title{font-size:3.5rem;font-weight:900;letter-spacing:-.05em;line-height:1.05;color:var(--lp-black);margin-bottom:.75rem}.lp-features-subtitle{font-size:1.05rem;color:var(--lp-gray-500);line-height:1.65;max-width:480px;margin:0 auto}.lp-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:80vh}.lp-feature-row-reverse .lp-feature-text{order:2}.lp-feature-row-reverse .lp-feature-visual{order:1}.lp-feature-text{display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem 6rem 12%}.lp-feature-row-reverse .lp-feature-text{padding:6rem 12% 6rem 4rem}.lp-feature-heading{font-size:3.25rem;font-weight:400;letter-spacing:-.03em;line-height:1.1;color:var(--lp-black);margin-bottom:1.5rem}.lp-feature-desc{font-size:1.05rem;color:var(--lp-gray-500);line-height:1.75;margin-bottom:2.5rem;max-width:480px}.lp-feature-bullets{list-style:none;display:flex;flex-direction:column;gap:.625rem}.lp-feature-bullets li{position:relative;padding-left:2rem;font-size:1rem;color:var(--lp-gray-600);line-height:1.65}.lp-feature-bullets li:before{content:"✓";position:absolute;left:0;top:0;color:var(--lp-orange);font-weight:600;font-size:1rem}.lp-feature-bullets li strong{color:var(--lp-black);font-weight:600}.lp-feature-visual{display:flex;align-items:center;justify-content:center;background:var(--lp-gray-100);padding:5rem}.lp-feature-card-preview{background:var(--lp-white);border-radius:16px;padding:2rem;width:100%;max-width:440px;box-shadow:0 4px 24px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.03)}.lp-fcp-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.lp-fcp-dot{width:10px;height:10px;border-radius:50%}.lp-fcp-dot-red{background:var(--lp-red)}.lp-fcp-badge{font-size:.65rem;font-weight:700;letter-spacing:.08em;color:var(--lp-red);background:#fef2f2;padding:.2rem .625rem;border-radius:100px}.lp-fcp-title{font-size:1.25rem;font-weight:700;color:var(--lp-black);margin-bottom:.25rem}.lp-fcp-code{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--lp-gray-400);margin-bottom:1.25rem}.lp-fcp-meta{display:flex;gap:1.5rem;font-size:.85rem;color:var(--lp-gray-500)}.lp-fcp-meta strong{color:var(--lp-black);font-weight:600}.lp-vm{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:32px;padding:2rem 0}.lp-vm-doc{width:40px;height:48px;color:var(--lp-orange);opacity:0;flex-shrink:0}.lp-vm-doc svg{width:100%;height:100%}.lp-vm-doc-fall{animation:lp-vm-fall 1.7s ease-in-out both}@keyframes lp-vm-fall{0%{opacity:0;transform:translateY(-24px) scale(.7) rotate(-8deg)}15%{opacity:.9}30%{opacity:.9;transform:translateY(0) scale(1) rotate(-2deg)}55%{opacity:.7;transform:translateY(16px) scale(.8) rotate(2deg)}80%{opacity:.2;transform:translateY(28px) scale(.4) rotate(0)}to{opacity:0;transform:translateY(36px) scale(.15) rotate(0)}}.lp-vm-center{position:relative;width:96px;height:96px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-vm-icon{width:48px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 4px 24px rgba(255,117,31,.35))}.lp-vm-ring{position:absolute;width:96px;height:96px;top:0;left:0;border:2.5px solid rgba(0,0,0,.06);border-top:2.5px solid var(--lp-black);border-radius:50%;animation:lp-vm-spin 2s linear infinite}@keyframes lp-vm-spin{to{transform:rotate(1turn)}}.lp-vm-glow{position:absolute;width:140px;height:140px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,117,31,.1) 0,transparent 70%);border-radius:50%;z-index:0}.lp-vm-center-absorb{animation:lp-vm-absorb .7s cubic-bezier(.34,1.56,.64,1)}@keyframes lp-vm-absorb{0%{transform:scale(1)}35%{transform:scale(1.12)}to{transform:scale(1)}}.lp-vm-center-absorb .lp-vm-glow{animation:lp-vm-glow-flash .7s ease-out}@keyframes lp-vm-glow-flash{0%{width:140px;height:140px}35%{width:180px;height:180px}to{width:140px;height:140px}}.lp-vm-out{display:flex;align-items:center;gap:1rem;background:var(--lp-white);padding:.625rem 1rem;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04);white-space:nowrap;opacity:0;flex-shrink:0;max-width:280px}.lp-vm-out-show{animation:lp-vm-appear .5s cubic-bezier(.16,1,.3,1) both}@keyframes lp-vm-appear{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-vm-out-left{display:flex;flex-direction:column;gap:2px}.lp-vm-out-severity{font-size:.5rem;font-weight:700;letter-spacing:.08em;padding:.1rem .35rem;border-radius:100px;width:-moz-fit-content;width:fit-content}.lp-vm-out-title{font-size:.75rem;font-weight:700;color:var(--lp-black)}.lp-vm-out-meta{font-size:.55rem;color:var(--lp-gray-400)}.lp-vm-out-meta,.lp-vm-out-penalty{font-family:JetBrains Mono,monospace}.lp-vm-out-penalty{font-size:.8rem;font-weight:700;color:var(--lp-red)}.lp-fcp-steps{display:flex;flex-direction:column;gap:0;animation:lp-fcp-pop .6s cubic-bezier(.16,1,.3,1) both;animation-delay:.3s}@keyframes lp-fcp-pop{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.lp-fcp-step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.lp-fcp-logo{height:20px;width:auto}.lp-fcp-step-badge{font-size:.7rem;font-weight:600;color:var(--lp-orange);background:rgba(255,117,31,.1);padding:.2rem .6rem;border-radius:100px;animation:lp-fcp-pulse 2s ease-in-out infinite}@keyframes lp-fcp-pulse{0%,to{opacity:1}50%{opacity:.5}}.lp-fcp-step-badge.lp-fcp-resolved{color:#059669;background:rgba(5,150,105,.1);animation:none}.lp-fcp-step-header{font-size:.95rem;font-weight:700;color:var(--lp-black);margin-bottom:.75rem}.lp-fcp-step-progress{height:3px;background:var(--lp-gray-100);border-radius:3px;margin-bottom:1.25rem;overflow:hidden}.lp-fcp-step-progress-fill{height:100%;width:0;background:linear-gradient(90deg,var(--lp-orange),#ffb366);border-radius:3px;transition:width .6s ease-out}.lp-fcp-step{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;font-size:.875rem;color:var(--lp-gray-400);opacity:0;transform:translateX(-10px)}.lp-fcp-step.lp-fcp-visible{animation:lp-fcp-step-in .4s ease-out both}.lp-fcp-resetting .lp-fcp-step{opacity:0;transform:translateX(-10px);animation:none}@keyframes lp-fcp-step-in{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.lp-fcp-step.done{color:var(--lp-black)}.lp-fcp-step.active{color:var(--lp-orange);font-weight:600}.lp-fcp-step-spinner{width:14px;height:14px;border:2px solid rgba(255,117,31,.2);border-top:2px solid var(--lp-orange);border-radius:50%;animation:lp-fcp-spin .8s linear infinite;margin-left:auto;flex-shrink:0}@keyframes lp-fcp-spin{to{transform:rotate(1turn)}}.lp-fcp-step-check{background:var(--lp-orange);color:#fff}.lp-fcp-step-check,.lp-fcp-step-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.7rem;flex-shrink:0}.lp-fcp-step-num{background:var(--lp-gray-100);color:var(--lp-gray-400);font-weight:600}.lp-fcp-step.active .lp-fcp-step-num{background:var(--lp-orange);color:#fff}.lp-fcp-alerts{display:flex;flex-direction:column;gap:.75rem}.lp-fcp-alert{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;border-radius:10px;background:var(--lp-gray-50)}.lp-fcp-alert-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.lp-fcp-alert-red .lp-fcp-alert-dot{background:var(--lp-red)}.lp-fcp-alert-yellow .lp-fcp-alert-dot{background:#d97706}.lp-fcp-alert-green .lp-fcp-alert-dot{background:#059669}.lp-fcp-alert-title{font-size:.85rem;font-weight:600;color:var(--lp-black);margin-bottom:.125rem}.lp-fcp-alert-sub{font-size:.8rem;color:var(--lp-orange);font-weight:500}.lp-section-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.lp-section-eyebrow,.lp-section-eyebrow-light{color:var(--lp-orange)}.lp-section-title{font-size:3rem;font-weight:900;letter-spacing:-.04em;line-height:1.1;color:var(--lp-black)}.lp-section-title-light{color:var(--lp-white)}.lp-personas-inner{max-width:1100px;margin:0 auto}.lp-personas-grid{gap:1.25rem}.lp-persona-card{display:flex;flex-direction:column;padding:3rem;transition:border-color .2s,box-shadow .2s;text-decoration:none;color:inherit}.lp-persona-card:hover{box-shadow:0 4px 24px rgba(249,115,22,.08)}.lp-persona-role{font-size:1.375rem}.lp-persona-desc{font-size:1.05rem;flex:1}.lp-persona-link{display:inline-block;margin-top:1.5rem;font-size:.9rem;font-weight:600;color:var(--lp-orange)}.lp-persona-link:after{content:" →"}.lp-how-section{padding:4rem 5%;background:var(--lp-white);width:100%}.lp-how-inner{max-width:820px;margin:0 auto;padding:0 2rem}.lp-how-header{text-align:center;margin-bottom:4rem}.lp-how-layout{display:flex;gap:3rem;align-items:stretch}.lp-how-bar{width:8px;background:var(--lp-gray-200);border-radius:8px;flex-shrink:0;align-self:stretch;overflow:hidden}.lp-how-bar-fill{width:100%;border-radius:8px;transition:height 1.2s cubic-bezier(.22,1,.36,1),background .8s ease}.lp-how-steps{display:flex;flex-direction:column;flex:1}.lp-how-step{display:flex;align-items:center;gap:3rem;padding:2.5rem 0;border-bottom:1px solid var(--lp-gray-200);transition:all .5s ease}.lp-how-step-done{border-bottom-color:rgba(34,197,94,.2)}.lp-how-step:first-child{padding-top:0}.lp-how-step:last-child{border-bottom:none;padding-bottom:0}.lp-how-num{font-size:5rem;font-weight:900;letter-spacing:-.04em;line-height:1;color:var(--lp-gray-200);font-family:Inter,sans-serif;flex-shrink:0;min-width:120px;transition:color .5s ease}.lp-how-step-active .lp-how-num{color:var(--lp-orange)}.lp-how-step-done .lp-how-num{color:#22c55e}.lp-how-content{flex:1}.lp-how-step h3{font-size:1.5rem;font-weight:700;color:var(--lp-gray-300);margin-bottom:.5rem;letter-spacing:-.02em;transition:color .5s ease}.lp-how-step-active h3{color:var(--lp-black)}.lp-how-step-done h3{color:#22c55e}.lp-how-step p{font-size:1.1rem;color:var(--lp-gray-300);line-height:1.7;max-width:560px;transition:color .5s ease}.lp-how-step-active p{color:var(--lp-gray-500)}.lp-how-step-done p{color:rgba(34,197,94,.6)}.lp-dash-app{display:flex;width:100%;max-width:440px;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.03);animation:lp-fcp-pop .6s cubic-bezier(.16,1,.3,1) both;animation-delay:.3s}.lp-dash-sidebar{width:48px;background:var(--lp-black);display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:1.5rem;flex-shrink:0}.lp-dash-sidebar-logo{width:22px;height:auto}.lp-dash-sidebar-dots{display:flex;flex-direction:column;gap:12px;align-items:center}.lp-dash-dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.15)}.lp-dash-dot-active{background:var(--lp-orange);box-shadow:0 0 6px rgba(255,117,31,.4)}.lp-dash-main{flex:1;background:var(--lp-white);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.lp-dash-topbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--lp-gray-100);animation:lp-dash-fade .3s ease both;animation-delay:.1s}.lp-dash-greeting{font-size:.85rem;font-weight:700;color:var(--lp-black)}.lp-dash-live{display:inline-flex;align-items:center;gap:.35rem;font-size:.6rem;font-weight:600;color:#059669;background:rgba(5,150,105,.08);padding:.15rem .5rem;border-radius:100px}.lp-dash-live:before{content:"";width:5px;height:5px;border-radius:50%;background:#059669;animation:lp-dash-pulse 2s ease-in-out infinite}@keyframes lp-dash-pulse{0%,to{opacity:1}50%{opacity:.3}}.lp-dash-stats{display:flex;gap:0;animation:lp-dash-fade .3s ease both;animation-delay:.2s}.lp-dash-stat{flex:1;display:flex;flex-direction:column;gap:.125rem;padding:.5rem 0;border-right:1px solid var(--lp-gray-100)}.lp-dash-stat:last-child{border-right:none}.lp-dash-stat:first-child{padding-left:0}.lp-dash-stat:not(:first-child){padding-left:.75rem}.lp-dash-stat-num{font-size:1.125rem;font-weight:800;font-family:JetBrains Mono,monospace;color:var(--lp-black);line-height:1}.lp-dash-stat-red{color:var(--lp-red)}.lp-dash-stat-orange{color:var(--lp-orange)}.lp-dash-stat-label{font-size:.575rem;color:var(--lp-gray-400);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.lp-dash-alerts{display:flex;flex-direction:column;gap:.375rem}.lp-dash-alert{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;background:var(--lp-gray-50);border-radius:8px;font-size:.775rem}.lp-dash-alert:first-child{animation:lp-dash-fade .3s ease both;animation-delay:.3s}.lp-dash-alert:nth-child(2){animation:lp-dash-fade .3s ease both;animation-delay:.4s}.lp-dash-alert:nth-child(3){animation:lp-dash-fade .3s ease both;animation-delay:.5s}.lp-dash-alert-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.lp-dash-alert-red .lp-dash-alert-dot{background:var(--lp-red)}.lp-dash-alert-yellow .lp-dash-alert-dot{background:#d97706}.lp-dash-alert-green .lp-dash-alert-dot{background:#059669}.lp-dash-alert-text{flex:1;font-weight:600;color:var(--lp-black)}.lp-dash-alert-action{font-weight:500;color:var(--lp-orange);white-space:nowrap}.lp-dash-props{display:flex;flex-direction:column;gap:.375rem;padding-top:.75rem;border-top:1px solid var(--lp-gray-100)}.lp-dash-prop{display:flex;align-items:center;justify-content:space-between;padding:.4rem .625rem;border-radius:6px}.lp-dash-prop:first-child{animation:lp-dash-fade .3s ease both;animation-delay:.6s}.lp-dash-prop:nth-child(2){animation:lp-dash-fade .3s ease both;animation-delay:.7s}.lp-dash-prop:nth-child(3){animation:lp-dash-fade .3s ease both;animation-delay:.8s}.lp-dash-prop-addr{font-size:.7rem;font-weight:500;color:var(--lp-black);font-family:JetBrains Mono,monospace}.lp-dash-prop-badge{font-size:.55rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.125rem .45rem;border-radius:100px}.lp-dash-prop-red{color:var(--lp-red);background:#fef2f2}.lp-dash-prop-green{color:#059669;background:#ecfdf5}.lp-dash-prop-orange{color:var(--lp-orange);background:var(--lp-orange-light)}@keyframes lp-dash-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.lp-dash-app:not(.lp-dash-active) .lp-dash-alert,.lp-dash-app:not(.lp-dash-active) .lp-dash-prop,.lp-dash-app:not(.lp-dash-active) .lp-dash-stats,.lp-dash-app:not(.lp-dash-active) .lp-dash-topbar{animation:none!important;opacity:0}.lp-replaces-section{padding:4rem 5%;background:var(--lp-black)}.lp-replaces-inner{max-width:760px;margin:0 auto}.lp-replaces-section .lp-section-eyebrow{text-align:center}.lp-replaces-section .lp-section-title{color:var(--lp-white);text-align:center;margin-bottom:3.5rem}.lp-replaces-list{display:flex;flex-direction:column;gap:0;margin-bottom:3rem}.lp-replaces-list p{font-size:1.2rem;color:hsla(0,0%,100%,.45);line-height:1.7;padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.08);text-decoration:line-through;text-decoration-color:hsla(0,0%,100%,.2)}.lp-replaces-list p:first-child{border-top:1px solid hsla(0,0%,100%,.08)}.lp-replaces-kicker{font-size:2.5rem;font-weight:900;color:var(--lp-white);letter-spacing:-.03em;text-align:center}.lp-personas-section{padding:4rem 5%}.lp-personas-header{text-align:center;margin-bottom:4rem}.lp-personas-title{font-size:3rem;font-weight:900;letter-spacing:-.04em;line-height:1.1;color:var(--lp-black)}.lp-personas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:960px;margin:0 auto}.lp-persona-card{padding:2.5rem;border:1px solid var(--lp-gray-200);border-radius:16px;transition:border-color .2s}.lp-persona-card:hover{border-color:var(--lp-orange)}.lp-persona-role{font-size:1.25rem;font-weight:700;color:var(--lp-black);margin-bottom:.75rem}.lp-persona-role:after{content:" →";color:var(--lp-orange)}.lp-persona-desc{font-size:1rem;color:var(--lp-gray-500);line-height:1.65}.lp-faq-section{padding:4rem 5%;background:var(--lp-white)}.lp-faq-inner{max-width:720px;margin:0 auto}.lp-faq-inner .lp-section-eyebrow,.lp-faq-inner .lp-section-title{text-align:center}.lp-faq-inner .lp-section-title{margin-bottom:3.5rem}.lp-faq-list{display:flex;flex-direction:column}.lp-faq-item{border-bottom:1px solid var(--lp-gray-200)}.lp-faq-item:first-child{border-top:1px solid var(--lp-gray-200)}.lp-faq-question{font-size:1.1rem;font-weight:600;color:var(--lp-black);padding:1.5rem 0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.lp-faq-question::-webkit-details-marker{display:none}.lp-faq-question:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--lp-gray-400);transition:transform .2s;flex-shrink:0;margin-left:1rem}.lp-faq-item[open] .lp-faq-question:after{content:"−"}.lp-faq-answer{font-size:1rem;color:var(--lp-gray-500);line-height:1.7;padding:0 0 1.5rem}.lp-scan{gap:2rem;width:100%;max-width:460px}.lp-scan,.lp-scan-left{display:flex;align-items:center}.lp-scan-left{position:relative;flex:0 0 180px;height:260px;justify-content:center}.lp-scan-stack{position:absolute;width:150px;height:210px;background:hsla(0,0%,100%,.7);border:1px solid rgba(0,0,0,.06);border-radius:8px}.lp-scan-stack-2{transform:rotate(5deg) translate(4px,-2px)}.lp-scan-stack-1{transform:rotate(-3deg) translate(-3px,1px)}.lp-scan-doc{position:relative;width:160px;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.04);z-index:2;background:#fff}.lp-scan-doc-enter{animation:lp-scan-enter .6s cubic-bezier(.22,1,.36,1) both}@keyframes lp-scan-enter{0%{opacity:0;transform:translateY(-16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-scan-doc-img{width:100%;display:block;-o-object-fit:cover;object-fit:cover;height:200px}.lp-scan-doc-label{font-size:.55rem;font-weight:600;color:var(--lp-gray-400);text-align:center;padding:.3rem .4rem;background:#fafafa;border-top:1px solid rgba(0,0,0,.05);font-family:JetBrains Mono,monospace;letter-spacing:.04em;text-transform:uppercase}.lp-scan-line{height:2px;background:linear-gradient(90deg,transparent,var(--lp-orange),transparent);box-shadow:0 0 12px rgba(249,115,22,.4);animation:lp-scan-sweep 2.2s ease-in-out infinite;z-index:3}.lp-scan-right{flex:1;display:flex;flex-direction:column;gap:.5rem;min-height:200px;justify-content:center}.lp-scan-chip{display:flex;align-items:center;gap:.75rem;background:var(--lp-white);padding:.5rem .75rem;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.07),0 0 0 1px rgba(0,0,0,.04);white-space:nowrap;opacity:1}.lp-scan-chip-new{animation:lp-scan-pop .45s cubic-bezier(.16,1,.3,1) both}@keyframes lp-scan-pop{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-scan-chip-left{display:flex;flex-direction:column;gap:1px;min-width:0}.lp-scan-chip-severity{font-size:.5rem;font-weight:700;letter-spacing:.08em;padding:.1rem .35rem;border-radius:100px;width:-moz-fit-content;width:fit-content}.lp-scan-chip-title{font-size:.75rem;font-weight:700;color:var(--lp-black)}.lp-scan-chip-meta{font-size:.55rem;color:var(--lp-gray-400);font-family:JetBrains Mono,monospace}.lp-scan-chip-penalty{font-size:.8rem;font-weight:700;color:var(--lp-red);font-family:JetBrains Mono,monospace;margin-left:auto;flex-shrink:0}.lp-bscan{position:relative;width:320px;max-width:100%}.lp-bscan-photo-wrap{position:relative;width:100%;aspect-ratio:4/5;border-radius:16px;overflow:hidden;box-shadow:0 4px 32px rgba(0,0,0,.1);background:#1a1a1a}.lp-bscan-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.lp-bscan-photo-enter{animation:lp-bscan-fadein .8s cubic-bezier(.22,1,.36,1) both}@keyframes lp-bscan-fadein{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.lp-bscan-scanline{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 5%,var(--lp-orange) 35%,var(--lp-orange) 65%,transparent 95%);box-shadow:0 0 24px rgba(249,115,22,.45),0 0 6px rgba(249,115,22,.6);animation:lp-bscan-sweep 2.4s ease-in-out infinite;z-index:3}@keyframes lp-bscan-sweep{0%{top:0}50%{top:96%}to{top:0}}.lp-bscan-scanning-badge{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:6px;background:rgba(0,0,0,.65);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:.6rem;font-weight:600;padding:.25rem .6rem;border-radius:100px;z-index:4;font-family:JetBrains Mono,monospace;letter-spacing:.04em}.lp-bscan-scanning-dot{width:5px;height:5px;border-radius:50%;background:var(--lp-orange);animation:lp-bscan-pulse 1s ease-in-out infinite}@keyframes lp-bscan-pulse{0%,to{opacity:.3}50%{opacity:1}}.lp-bscan-result{position:absolute;top:16px;right:-28px;width:200px;background:#fff;border-radius:12px;padding:.65rem .7rem;box-shadow:0 8px 32px rgba(0,0,0,.14),0 0 0 1px rgba(0,0,0,.04);z-index:5;animation:lp-bscan-result-in .45s cubic-bezier(.16,1,.3,1) both}@keyframes lp-bscan-result-in{0%{opacity:0;transform:translateY(-10px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-bscan-result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.lp-bscan-result-logo{width:14px;height:14px}.lp-bscan-result-badge{font-size:.45rem;font-weight:700;letter-spacing:.08em;padding:.1rem .35rem;border-radius:100px}.lp-bscan-result-issue{font-size:.72rem;font-weight:700;color:var(--lp-black);line-height:1.25;margin-bottom:.1rem}.lp-bscan-result-code{font-size:.5rem;color:var(--lp-gray-400);font-family:JetBrains Mono,monospace;margin-bottom:.4rem}.lp-bscan-result-exposure{display:flex;align-items:center;justify-content:space-between;padding:.25rem .4rem;background:#fef2f2;border-radius:6px;margin-bottom:.4rem}.lp-bscan-result-exposure-label{font-size:.45rem;font-weight:600;color:var(--lp-gray-400);text-transform:uppercase;letter-spacing:.06em}.lp-bscan-result-exposure-val{font-size:.55rem;font-weight:700;color:var(--lp-red);font-family:JetBrains Mono,monospace}.lp-bscan-result-steps{display:flex;flex-direction:column;gap:.2rem}.lp-bscan-result-step{display:flex;align-items:center;gap:.35rem;animation:lp-bscan-step-in .3s ease-out both}@keyframes lp-bscan-step-in{0%{opacity:0;transform:translateX(6px)}to{opacity:1;transform:translateX(0)}}.lp-bscan-step-num{width:14px;height:14px;border-radius:50%;background:var(--lp-orange);color:#fff;font-size:.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-bscan-step-text{font-size:.55rem;color:var(--lp-gray-500);line-height:1.3}.lp-cta-section{padding:4rem 5%;width:100%}.lp-cta-card{max-width:100%;margin:0 auto;background:var(--lp-gray-900);border-radius:24px;padding:4rem 3rem;text-align:center}.lp-cta-title{font-size:3rem;font-weight:900;color:var(--lp-white);letter-spacing:-.02em;margin-bottom:.75rem}.lp-cta-text{font-size:1.05rem;color:var(--lp-gray-400);line-height:1.6;margin-bottom:2rem}.lp-cta-buttons{display:flex;align-items:center;justify-content:center;gap:.75rem}.lp-cta-card .lp-btn-ghost{color:var(--lp-gray-400)}.lp-cta-card .lp-btn-ghost:hover{color:var(--lp-white);background:hsla(0,0%,100%,.1)}.lp-cta-inline{margin-top:2.5rem}.lp-footer{border-top:1px solid var(--lp-gray-200);padding:2rem}.lp-footer-inner{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.lp-footer-logo{height:1.5rem}.lp-footer-copy{font-size:.8rem;color:var(--lp-gray-400)}.lp-analyzing-fullscreen{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;background:#fff;overflow:hidden}.lp-analyzing-fullscreen .lp-nav{position:relative;flex-shrink:0}.lp-analyzing-fullscreen .lp-analyzing-body{flex:1;display:flex;align-items:center;justify-content:center;padding:0 5%;overflow:hidden}.lp-analyzing-split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1000px;width:100%;align-items:center}.lp-analyzing-left{display:flex;justify-content:flex-end}.lp-scan-container-lg{width:320px;height:420px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.04)}.lp-analyzing-right{text-align:left}.lp-analyzing-sub{font-size:.95rem;color:var(--lp-gray-400);margin-bottom:1.5rem;line-height:1.6}.lp-analysis-progress-bar{width:100%;height:6px;background:var(--lp-gray-100);border-radius:6px;overflow:hidden;margin-bottom:1.75rem}.lp-analysis-progress-fill{height:100%;background:var(--lp-orange);border-radius:6px;transition:width 1.2s cubic-bezier(.22,1,.36,1)}.lp-analyzing{max-width:480px;width:100%;text-align:center;padding-top:1rem}.lp-scan-container{position:relative;width:280px;height:360px;margin:0 auto 2rem;border-radius:12px;overflow:hidden;background:var(--lp-gray-100);box-shadow:0 8px 32px rgba(0,0,0,.12),0 0 0 1px var(--lp-gray-200)}.lp-scan-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;filter:brightness(.97)}.lp-scan-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--lp-gray-400);font-size:.8rem}.lp-scan-line{position:absolute;top:0;left:0;right:0;height:3px;background:var(--lp-orange);box-shadow:0 0 16px 4px rgba(255,117,31,.4),0 0 48px 8px rgba(255,117,31,.15);animation:lp-scan-sweep 2.5s ease-in-out infinite;z-index:2}.lp-scan-line:after{content:"";position:absolute;top:3px;left:0;right:0;height:40px;background:linear-gradient(180deg,rgba(255,117,31,.12),transparent)}@keyframes lp-scan-sweep{0%,to{top:0}50%{top:calc(100% - 3px)}}.lp-scan-corners{position:absolute;inset:0;z-index:1;pointer-events:none}.lp-corner{position:absolute;width:24px;height:24px;border-color:var(--lp-orange);border-style:solid;border-width:0}.lp-corner-tl{top:10px;left:10px;border-top-width:2.5px;border-left-width:2.5px;border-top-left-radius:4px}.lp-corner-tr{top:10px;right:10px;border-top-width:2.5px;border-right-width:2.5px;border-top-right-radius:4px}.lp-corner-bl{bottom:10px;left:10px;border-bottom-width:2.5px;border-left-width:2.5px;border-bottom-left-radius:4px}.lp-corner-br{bottom:10px;right:10px;border-bottom-width:2.5px;border-right-width:2.5px;border-bottom-right-radius:4px}.lp-analyzing-title{font-size:2rem;font-weight:800;color:var(--lp-black);margin-bottom:.5rem;letter-spacing:-.02em}.lp-dots span{animation:lp-dot-pulse 1.4s infinite both}.lp-dots span:nth-child(2){animation-delay:.2s}.lp-dots span:nth-child(3){animation-delay:.4s}@keyframes lp-dot-pulse{0%,80%,to{opacity:.2}40%{opacity:1}}.lp-steps-list{display:flex;flex-direction:column;gap:0;text-align:left}.lp-step-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.925rem;color:var(--lp-gray-300);transition:color .4s;border-bottom:1px solid var(--lp-gray-100)}.lp-step-item:last-child{border-bottom:none}.lp-step-item.active{color:var(--lp-orange);font-weight:500}.lp-step-item.done{color:var(--lp-black)}.lp-step-dot{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;flex-shrink:0;background:var(--lp-gray-200);transition:background .3s}.lp-step-item.active .lp-step-dot{background:var(--lp-orange);box-shadow:0 0 0 4px rgba(255,117,31,.15)}.lp-step-item.done .lp-step-dot{background:var(--lp-orange)}.lp-result-section{padding:2rem 2rem 4rem;display:flex;justify-content:center}.lp-result{max-width:720px;width:100%}.lp-status-banner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-radius:14px;border:1.5px solid;margin-bottom:2rem}.lp-status-left{display:flex;align-items:center;gap:.625rem}.lp-status-dot{width:10px;height:10px;border-radius:50%;animation:lp-pulse 2s ease-in-out infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.lp-status-severity{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.lp-status-urgency{font-size:.8rem;font-weight:600;letter-spacing:.01em}.lp-result-header{margin-bottom:1.75rem}.lp-result-agency-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:var(--lp-gray-900);color:var(--lp-white);font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;letter-spacing:.06em;border-radius:6px;margin-bottom:.875rem}.lp-result-title{font-size:2rem;font-weight:700;color:var(--lp-black);line-height:1.15;letter-spacing:-.03em;margin-bottom:.5rem}.lp-result-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;font-size:.875rem;color:var(--lp-gray-500)}.lp-code-tag{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--lp-orange);background:var(--lp-orange-light);padding:.2rem .625rem;border-radius:6px;font-weight:500}.lp-explain-block{background:var(--lp-gray-50);border-radius:16px;padding:1.75rem 2rem;margin-bottom:1.25rem;border:1px solid var(--lp-gray-200)}.lp-explain-block p{font-size:1.05rem;line-height:1.75;color:var(--lp-gray-700)}.lp-data-strip{display:flex;gap:0;background:var(--lp-white);border:1px solid var(--lp-gray-200);border-radius:14px;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 1px 4px rgba(0,0,0,.04)}.lp-data-cell{flex:1;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.25rem;border-right:1px solid var(--lp-gray-100);min-width:0}.lp-data-cell:last-child{border-right:none}.lp-data-label{font-size:.6rem;font-weight:600;color:var(--lp-gray-400);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.lp-data-value{font-size:.875rem;font-weight:700;color:var(--lp-black);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-data-red{color:var(--lp-red)}.lp-data-purple{color:var(--lp-purple)}.lp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:2rem}.lp-action-block,.lp-warning-block{border-radius:16px;padding:1.5rem}.lp-action-block{background:#f0fdf4;border:1px solid #bbf7d0}.lp-warning-block{background:#fef2f2;border:1px solid #fecaca}.lp-block-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.lp-block-icon-orange{background:#dcfce7;color:#16a34a}.lp-block-icon-red{background:#fee2e2;color:var(--lp-red)}.lp-block-title{font-size:.925rem;font-weight:700;color:var(--lp-black);margin-bottom:.5rem}.lp-block-text{font-size:.875rem;line-height:1.65;color:var(--lp-gray-600)}.lp-warning-block .lp-block-text{color:#991b1b}.lp-permits-section{margin-bottom:2rem}.lp-permits-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--lp-gray-400);margin-bottom:.875rem}.lp-permits-list{display:flex;flex-direction:column;gap:.625rem}.lp-permit-card{display:flex;align-items:flex-start;gap:1rem;padding:1.125rem 1.25rem;background:var(--lp-white);border:1px solid var(--lp-gray-200);border-radius:14px;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:border-color .2s}.lp-permit-card:hover{border-color:var(--lp-orange)}.lp-permit-icon{width:44px;height:44px;border-radius:12px;background:var(--lp-orange-light);color:var(--lp-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-permit-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.lp-permit-name{font-size:.95rem;font-weight:700;color:var(--lp-black);letter-spacing:-.01em}.lp-permit-agency{font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;color:var(--lp-gray-400);text-transform:uppercase;letter-spacing:.06em}.lp-permit-desc{font-size:.825rem;color:var(--lp-gray-500);line-height:1.5;margin-top:.25rem}.lp-permits-preview{display:flex;flex-direction:column;gap:.625rem}.lp-permits-locked{position:relative;max-height:60px;overflow:hidden}.lp-permits-locked-cards{display:flex;flex-direction:column;gap:.625rem}.lp-permits-fade-overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,100%,.3) 0,#fff 90%);z-index:2;pointer-events:none}.lp-result-cta{background:var(--lp-gray-900);border-radius:20px;padding:2.5rem 2rem;text-align:center}.lp-result-cta-title{font-size:1.75rem;font-weight:700;color:var(--lp-white);letter-spacing:-.02em;margin-bottom:.5rem}.lp-result-cta-text{font-size:.95rem;color:var(--lp-gray-400);line-height:1.6;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}.lp-result-cta-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.625rem 2rem;text-align:left;max-width:560px;margin:0 auto 2rem}.lp-result-cta-list li{position:relative;padding-left:1.5rem;font-size:.875rem;line-height:1.5;color:var(--lp-gray-300)}.lp-result-cta-list li:before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;border-radius:50%;background:rgba(255,117,31,.15);border:1.5px solid var(--lp-orange);background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%23FF751F' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:8px;background-position:50%;background-repeat:no-repeat}.lp-result-cta-buttons{display:flex;align-items:center;justify-content:center;gap:.75rem}.lp-result-cta .lp-btn-ghost{color:var(--lp-gray-400)}.lp-result-cta .lp-btn-ghost:hover{color:var(--lp-white);background:hsla(0,0%,100%,.1)}.lp-trial-used{max-width:480px;width:100%;text-align:center}.lp-trial-icon{margin:0 auto 1.5rem}.lp-trial-title{font-size:1.75rem;font-weight:700;color:var(--lp-black);margin-bottom:.75rem}.lp-trial-text{font-size:1rem;color:var(--lp-gray-500);line-height:1.6;margin-bottom:2rem}.lp-trial-buttons{display:flex;align-items:center;justify-content:center;gap:.75rem}@media (max-width:991px){.lp-headline{font-size:3.25rem}.lp-features-title{font-size:2.75rem}.lp-feature-row,.lp-feature-row-reverse{min-height:60vh}.lp-feature-heading{font-size:2.25rem}.lp-feature-row-reverse .lp-feature-text,.lp-feature-text{padding:4rem 3rem 4rem 8%}.lp-cta-title{font-size:1.875rem}.lp-hero-illus{width:300px;opacity:.14}.lp-analyzing-split{grid-template-columns:1fr;gap:2rem}.lp-analyzing-left{justify-content:center}.lp-scan-container-lg{max-width:300px;padding-bottom:70%}.lp-analyzing-right{text-align:center}}@media (max-width:767px){.lp-nav-links,.lp-nav-right{display:none}.lp-hamburger{display:flex}.lp-hero-illus{display:none}.lp-hero-section{padding:3rem 1.25rem;min-height:auto}.lp-headline{font-size:2.5rem}.lp-subtitle{font-size:1rem;margin-bottom:2rem}.lp-hero-badge{margin-bottom:1.25rem}.lp-features-header{padding:0 1.25rem}.lp-features-title{font-size:2rem}.lp-feature-row,.lp-feature-row-reverse{grid-template-columns:1fr;min-height:auto}.lp-feature-row-reverse .lp-feature-text,.lp-feature-text{padding:2.5rem 1.25rem}.lp-feature-visual{padding:2rem 1.25rem;border-radius:16px;margin:0 1.25rem}.lp-feature-row-reverse .lp-feature-visual{border-radius:16px}.lp-feature-row-reverse .lp-feature-text{order:1}.lp-feature-row-reverse .lp-feature-visual{order:2}.lp-feature-heading{font-size:1.75rem}.lp-feature-card-preview{max-width:100%}.lp-how-layout{gap:1.5rem}.lp-how-step{gap:1.5rem;padding:1.5rem 0}.lp-how-num{font-size:3rem;min-width:72px}.lp-how-bar{width:6px}.lp-cta-section{padding:4rem 1.25rem}.lp-cta-card{padding:3rem 1.5rem;border-radius:20px}.lp-cta-title{font-size:1.5rem}.lp-cta-buttons{flex-direction:column;gap:.5rem}.lp-scan-container{width:220px;height:280px}.lp-result-section{padding:1.5rem 1.25rem 3rem}.lp-data-strip{flex-wrap:wrap}.lp-data-cell{flex:1 1 30%;border-bottom:1px solid var(--lp-gray-100)}.lp-two-col{grid-template-columns:1fr}.lp-result-title{font-size:1.375rem}.lp-result-cta{padding:2rem 1.5rem;border-radius:16px}.lp-result-cta-title{font-size:1.375rem}.lp-result-cta-list{grid-template-columns:1fr;gap:.5rem}.lp-result-cta-buttons{flex-direction:column;gap:.5rem}.lp-explain-block{padding:1.25rem 1.5rem}.lp-footer-inner{flex-direction:column;gap:.75rem;text-align:center}.lp-trial-title{font-size:1.375rem}.lp-trial-buttons{flex-direction:column;gap:.5rem}.lp-agencies-section{padding:3.5rem 1.25rem}.lp-agencies-title{font-size:1.75rem;white-space:normal}.lp-agencies-set{gap:2.5rem;padding-right:2.5rem}.lp-agency-img{height:52px}.lp-replaces-section{padding:4rem 1.25rem}.lp-replaces-title{font-size:1.75rem}.lp-replaces-list p{font-size:1rem}.lp-replaces-kicker{font-size:1.25rem}.lp-personas-section{padding:4rem 1.25rem}.lp-personas-title{font-size:2rem}.lp-personas-grid{grid-template-columns:1fr}.lp-faq-section{padding:4rem 1.25rem}.lp-faq-title{font-size:1.75rem}.lp-how-layout{gap:1rem}.lp-how-step{gap:1rem;padding:1.25rem 0}.lp-how-num{font-size:2.5rem;min-width:56px}.lp-how-bar{width:5px}.lp-how-section{padding:4rem 1.25rem}.lp-fcp-dash-stats{grid-template-columns:1fr}}@media (max-width:479px){.lp-headline{font-size:1.875rem}.lp-subtitle{font-size:.925rem}.lp-features-headline{font-size:1.5rem}.lp-facts-grid{grid-template-columns:1fr 1fr}.lp-feature-card{padding:1.5rem}.lp-nav-inner{padding:0 1rem}.lp-mobile-menu{padding:1rem 1rem 1.5rem}}.lp-splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--lp-white);transition:opacity .6s ease,visibility .6s ease}.lp-splash-out{opacity:0;visibility:hidden;pointer-events:none}.lp-splash-content{display:inline-flex;flex-direction:column;align-items:stretch;gap:1.25rem;animation:lp-splash-enter .8s cubic-bezier(.16,1,.3,1) both}@keyframes lp-splash-enter{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-splash-logo{height:5.625rem;display:block;animation:lp-splash-pulse 2.2s ease-in-out infinite}@keyframes lp-splash-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.8}}.lp-splash-bar{width:100%;height:3px;background:var(--lp-gray-200);border-radius:3px;overflow:hidden}.lp-splash-bar-fill{height:100%;width:0;background:var(--lp-orange);border-radius:3px;animation:lp-splash-fill 2.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes lp-splash-fill{0%{width:0}to{width:100%}}@keyframes lp-fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.lp-hero-hidden .lp-drop-hint,.lp-hero-hidden .lp-examples,.lp-hero-hidden .lp-headline,.lp-hero-hidden .lp-hero-badge,.lp-hero-hidden .lp-hero-docs,.lp-hero-hidden .lp-prompt-box,.lp-hero-hidden .lp-subtitle,.lp-hero-hidden .lp-try-label{opacity:0}.lp-hero-visible .lp-drop-hint,.lp-hero-visible .lp-error-box,.lp-hero-visible .lp-examples,.lp-hero-visible .lp-headline,.lp-hero-visible .lp-hero-badge,.lp-hero-visible .lp-prompt-box,.lp-hero-visible .lp-subtitle,.lp-hero-visible .lp-try-label{animation:lp-fade-in-up .7s cubic-bezier(.16,1,.3,1) both}.lp-hero-visible .lp-hero-illus-left{animation:lp-illus-fade-left 1.4s ease-out .1s both}.lp-hero-visible .lp-hero-illus-right{animation:lp-illus-fade-right 1.4s ease-out .3s both}.lp-hero-visible .lp-hero-badge{animation-delay:.05s}.lp-hero-visible .lp-headline{animation-delay:.15s}.lp-hero-visible .lp-subtitle{animation-delay:.25s}.lp-hero-visible .lp-try-label{animation-delay:.35s}.lp-hero-visible .lp-prompt-box{animation-delay:.45s}.lp-hero-visible .lp-drop-hint{animation-delay:.55s}.lp-hero-visible .lp-examples{animation-delay:.6s}@keyframes lp-analyzing-fade-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-analyzing-split{animation:lp-analyzing-fade-in .6s cubic-bezier(.16,1,.3,1) both}.lp-analyzing-split .lp-scan-container{animation:lp-analyzing-fade-in .6s cubic-bezier(.16,1,.3,1) .1s both}.lp-analyzing-split .lp-analyzing-title{animation:lp-fade-in-up .5s cubic-bezier(.16,1,.3,1) .25s both}.lp-analyzing-split .lp-steps-list{animation:lp-fade-in-up .5s cubic-bezier(.16,1,.3,1) .35s both}.lp-analyzing{animation:lp-analyzing-fade-in .6s cubic-bezier(.16,1,.3,1) both}.lp-analyzing .lp-scan-container{animation:lp-analyzing-fade-in .6s cubic-bezier(.16,1,.3,1) .1s both}.lp-analyzing .lp-analyzing-title{animation:lp-fade-in-up .5s cubic-bezier(.16,1,.3,1) .25s both}.lp-analyzing .lp-steps-list{animation:lp-fade-in-up .5s cubic-bezier(.16,1,.3,1) .35s both}.lp-result{animation:lp-fade-in-up .6s cubic-bezier(.16,1,.3,1) both}html{scroll-behavior:smooth}#features,#how,#pricing{scroll-margin-top:80px}.lp-demo-page{height:100vh;overflow:hidden;background:#fff}.lp-demo-main{max-width:1100px;margin:0 auto;padding:6.5rem 2rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;min-height:calc(100vh - 64px)}.lp-demo-main.lp-demo-loaded{opacity:1!important;transform:translateY(0)!important}.lp-demo-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:999px;border:1px solid var(--lp-gray-200);background:#fff;font-size:.85rem;font-weight:500;color:var(--lp-gray-600);margin-bottom:1.5rem}.lp-demo-title{font-size:2.75rem;font-weight:800;color:#111;line-height:1.1;margin-bottom:.75rem;letter-spacing:-.02em}.lp-demo-subtitle{font-size:1.05rem;color:#6b7280;line-height:1.6;max-width:420px;margin-bottom:2rem}.lp-demo-perks{display:flex;flex-direction:column;gap:1.25rem}.lp-demo-perk{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#374151;font-weight:400}.lp-demo-perk svg{flex-shrink:0}.lp-demo-right{background:#fff;border-radius:12px;border:1px solid #ebebeb;padding:2rem 2.25rem;box-shadow:0 4px 24px rgba(0,0,0,.06)}.lp-demo-form{display:flex;flex-direction:column;gap:.9rem}.lp-demo-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.lp-demo-field{display:flex;flex-direction:column;gap:.3rem}.lp-demo-field label{font-size:.8rem;font-weight:700;color:#111;letter-spacing:.01em}.lp-demo-field input,.lp-demo-field select{padding:.6rem .75rem;border:1px solid #d4d4d4;border-radius:6px;font-size:.875rem;color:#111;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lp-demo-field input::-moz-placeholder{color:#acacac}.lp-demo-field input::placeholder{color:#acacac}.lp-demo-field input:focus,.lp-demo-field select:focus{border-color:#f97316;box-shadow:0 0 0 2px rgba(249,115,22,.12)}.lp-demo-field select{color:#acacac;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ACACAC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;padding-right:2rem;cursor:pointer}.lp-demo-field select:valid{color:#111}.lp-demo-submit{width:100%;padding:.75rem;background:#f97316;color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background .2s;font-family:inherit;margin-top:.15rem;letter-spacing:.01em}.lp-demo-submit:hover:not(:disabled){background:#ea580c}.lp-demo-submit:disabled{background:#fdba74;cursor:not-allowed}.lp-demo-disclaimer{font-size:.72rem;color:#b0b0b0;text-align:center;line-height:1.45;margin-top:-.15rem}.lp-demo-success{text-align:center;padding:3rem 1rem}.lp-demo-success-icon{margin-bottom:1.5rem}@media (max-width:768px){.lp-demo-main{grid-template-columns:1fr;gap:2rem;padding:6rem 1.25rem 3rem}.lp-demo-title{font-size:2rem}.lp-demo-subtitle{max-width:100%}.lp-demo-row{grid-template-columns:1fr}.lp-demo-right{padding:1.5rem}}