:root{--lp-bg:#f8f7fc;--lp-panel:#fff;--lp-panel-2:#f1eff6;--lp-border:rgba(0,0,0,.08);--lp-text:#1a1528;--lp-muted:#6b6580;--lp-accent:#c9469a;--lp-accent-soft:#b03d88;--lp-accent-dim:rgba(201,70,154,.1);--lp-accent-strong:#93456f;--lp-glow:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(201,70,154,.1),transparent 70%);--lp-amber:#b5842e;--lp-danger:#c94060;--lp-info:#6a6ba0}.dark{--lp-bg:#0b0810;--lp-panel:#151220;--lp-panel-2:#1b1726;--lp-border:hsla(0,0%,100%,.07);--lp-text:#f5f3f8;--lp-muted:#8d8798;--lp-accent:#c9469a;--lp-accent-soft:#e28ac4;--lp-accent-dim:rgba(201,70,154,.14);--lp-accent-strong:#93456f;--lp-glow:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(201,70,154,.16),transparent 70%);--lp-amber:#d9a15a;--lp-danger:#e0637a;--lp-info:#8e8fbf}.lp-scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--lp-accent);z-index:9999;transition:width .1s linear}.lp-section{background:var(--lp-bg);color:var(--lp-text);font-family:Inter,system-ui,sans-serif}.lp-container{max-width:1200px;margin:0 auto;padding:0 24px}.lp-card{background:var(--lp-panel);border:1px solid var(--lp-border);border-radius:16px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.lp-card:hover{transform:translateY(-3px);border-color:var(--lp-accent-dim);box-shadow:0 8px 32px rgba(201,70,154,.08)}.lp-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:var(--lp-accent-dim);color:var(--lp-accent);font-size:13px;font-weight:600;letter-spacing:.02em}@media (prefers-reduced-motion:no-preference){.lp-badge{animation:lp-badge-breathe 3s ease-in-out infinite}}@keyframes lp-badge-breathe{0%,to{opacity:.8}50%{opacity:1}}.lp-section-title{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--lp-text);margin:0}.lp-section-subtitle{font-size:clamp(15px,2vw,18px);color:var(--lp-muted);line-height:1.6;max-width:600px;margin:0}.lp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.lp-stat{text-align:center;padding:28px 16px 24px;background:var(--lp-panel);border:1px solid var(--lp-border);border-radius:16px;opacity:0}@keyframes lp-stat-drop{0%{opacity:0;transform:translateY(-60px) scale(.92);filter:blur(4px)}60%{opacity:1;filter:blur(0)}80%{transform:translateY(6px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (prefers-reduced-motion:reduce){.lp-stat{animation:none!important;opacity:1!important;transform:none!important}}.lp-stat-icon-wrap{width:44px;height:44px;border-radius:12px;background:var(--lp-accent-dim);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--lp-accent)}.lp-stat-value{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--lp-accent);line-height:1.1;font-variant-numeric:tabular-nums}.lp-stat-label{font-size:14px;font-weight:600;color:var(--lp-text);margin-top:6px}.lp-stat-desc{font-size:12px;color:var(--lp-muted);margin-top:4px}.lp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.lp-steps:before{content:"";position:absolute;top:40px;left:12.5%;right:12.5%;height:2px;border-top:2px dashed var(--lp-accent-soft);opacity:.4;z-index:0}@media (prefers-reduced-motion:no-preference){.lp-steps.lp-visible:before{animation:lp-draw-line 1.2s ease-out forwards}}@keyframes lp-draw-line{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.lp-step{flex-direction:column;text-align:center;position:relative;z-index:1}.lp-step,.lp-step-number{display:flex;align-items:center}.lp-step-number{width:56px;height:56px;border-radius:50%;background:var(--lp-panel);border:2px solid var(--lp-accent-soft);justify-content:center;font-size:20px;font-weight:700;color:var(--lp-accent-soft);margin-bottom:16px;transition:border-color .3s,color .3s,background .3s}.lp-step:hover .lp-step-number{border-color:var(--lp-accent);color:var(--lp-accent);background:var(--lp-accent-dim)}.lp-step-title{font-size:16px;font-weight:700;color:var(--lp-text);margin-bottom:6px}.lp-step-desc{font-size:14px;color:var(--lp-muted);line-height:1.5}.lp-toolkit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-toolkit-card{padding:0;overflow:hidden;position:relative}.lp-toolkit-default{padding:28px 24px;transition:opacity .3s ease,transform .3s ease}.lp-toolkit-card:hover .lp-toolkit-default{opacity:0;transform:translateY(-8px);pointer-events:none}.lp-toolkit-icon{width:44px;height:44px;border-radius:12px;background:var(--lp-accent-dim);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--lp-accent);transition:color .3s,background .3s}.lp-toolkit-card:hover .lp-toolkit-icon{color:var(--lp-accent);background:rgba(201,70,154,.22)}.lp-toolkit-title{font-size:17px;font-weight:700;color:var(--lp-text);margin-bottom:6px}.lp-toolkit-desc{font-size:14px;color:var(--lp-muted);line-height:1.5}.lp-toolkit-preview{position:absolute;inset:0;padding:20px;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease;pointer-events:none;display:flex;flex-direction:column;justify-content:center}.lp-toolkit-card:hover .lp-toolkit-preview{opacity:1;transform:translateY(0);pointer-events:auto}.lp-toolkit-preview-inner{display:flex;flex-direction:column;gap:12px;font-size:12px}.lp-preview-row{display:flex;align-items:center}.lp-preview-label{font-weight:600;color:var(--lp-text);font-size:13px}.lp-preview-badge{padding:2px 8px;border-radius:6px;font-weight:700;font-size:11px}.lp-preview-badge.good{background:var(--lp-accent-dim);color:var(--lp-accent)}.lp-preview-bar-group{display:flex;flex-direction:column;gap:8px}.lp-preview-bar-row{display:flex;align-items:center;gap:8px}.lp-preview-bar-label{width:76px;font-size:11px;color:var(--lp-muted);flex-shrink:0}.lp-preview-bar-track{flex:1;height:5px;border-radius:3px;background:var(--lp-border);overflow:hidden}.lp-preview-bar-fill{height:100%;border-radius:3px;background:var(--lp-accent)}.lp-preview-bar-val{width:28px;font-size:11px;font-weight:700;color:var(--lp-accent);text-align:right}.lp-preview-footer{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--lp-muted)}.lp-preview-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.lp-preview-dot.good{background:var(--lp-accent)}.lp-preview-dot.warn{background:var(--lp-amber)}.lp-preview-search-bar{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;background:var(--lp-panel-2);border:1px solid var(--lp-border);color:var(--lp-muted);font-size:11px}.lp-preview-kw-list{display:flex;flex-direction:column;gap:6px}.lp-preview-kw-row{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:6px;background:var(--lp-panel-2)}.lp-preview-kw-name{flex:1;font-size:11px;color:var(--lp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-preview-kw-vol{font-size:10px;color:var(--lp-muted);flex-shrink:0}.lp-preview-kw-diff{font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;flex-shrink:0}.lp-preview-kw-diff.good{color:var(--lp-accent);background:var(--lp-accent-dim)}.lp-preview-kw-diff.warn{color:var(--lp-amber);background:rgba(217,161,90,.12)}.lp-preview-agent-header{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--lp-text)}.lp-preview-agent-dot{width:7px;height:7px;border-radius:50%;background:var(--lp-accent)}@media (prefers-reduced-motion:no-preference){.lp-preview-agent-dot{animation:lp-badge-breathe 1.5s ease-in-out infinite}}.lp-preview-agent-log{display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:6px;background:var(--lp-panel-2)}.lp-preview-log-line{font-size:10px;font-family:JetBrains Mono,monospace;color:var(--lp-muted)}.lp-preview-log-line.done{color:var(--lp-accent);opacity:.7}.lp-preview-log-line.active{color:var(--lp-text)}.lp-preview-log-line.pending{opacity:.4}.lp-preview-progress{height:4px;border-radius:2px;background:var(--lp-border);overflow:hidden}.lp-preview-progress-fill{height:100%;border-radius:2px;background:var(--lp-accent)}.lp-preview-map-mini{width:100%;height:80px;border-radius:8px;background:var(--lp-panel-2);position:relative;overflow:hidden}.lp-preview-map-pin{position:absolute;width:8px;height:8px;background:var(--lp-accent);border-radius:50%;box-shadow:0 0 0 3px var(--lp-accent-dim)}.lp-preview-map-route{position:absolute;height:2px;background:var(--lp-accent-soft);opacity:.5}.lp-preview-mini-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:6px;border-radius:6px;background:var(--lp-panel-2)}.lp-preview-mini-val{font-size:14px;font-weight:700;color:var(--lp-accent)}.lp-preview-mini-label{font-size:10px;color:var(--lp-muted)}.lp-preview-article{display:flex;flex-direction:column;gap:6px;padding:10px;border-radius:6px;background:var(--lp-panel-2)}.lp-preview-article-title{height:8px;width:60%;border-radius:4px;background:var(--lp-accent-dim);margin-bottom:4px}.lp-preview-article-line{height:4px;border-radius:2px;background:var(--lp-border)}.lp-preview-meta-box{display:flex;flex-direction:column;gap:4px}.lp-preview-meta-row{display:flex;justify-content:space-between;font-size:10px;color:var(--lp-muted)}.lp-preview-meta-val.good{color:var(--lp-accent);font-weight:600}.lp-preview-fix-list{display:flex;flex-direction:column;gap:8px}.lp-preview-fix-row{padding:7px 10px;border-radius:6px;background:var(--lp-panel-2);display:flex;flex-direction:column;gap:3px}.lp-preview-fix-top{display:flex;justify-content:space-between;align-items:center}.lp-preview-fix-name{font-size:11px;font-weight:600;color:var(--lp-text)}.lp-preview-fix-suggestion{font-size:10px;color:var(--lp-muted)}.lp-deepdive{display:grid;gap:48px;align-items:center}.lp-deepdive,.lp-deepdive.reversed{grid-template-columns:1fr 1fr}.lp-deepdive.reversed>:first-child{order:2}.lp-deepdive.reversed>:last-child{order:1}.lp-deepdive-copy{display:flex;flex-direction:column;gap:20px}@media (max-width:600px){.lp-deepdive-copy{gap:16px}}.lp-deepdive-title{font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.15;color:var(--lp-text);margin:0}@media (max-width:600px){.lp-deepdive-title{font-size:clamp(22px,5vw,28px)}}.lp-deepdive-desc{font-size:16px;color:var(--lp-muted);line-height:1.65;margin:0}@media (max-width:600px){.lp-deepdive-desc{font-size:14px}}.lp-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}@media (max-width:600px){.lp-checklist{gap:8px}}.lp-checklist li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--lp-text)}@media (max-width:600px){.lp-checklist li{font-size:14px;gap:8px}}.lp-site-audit-bar-row{display:flex;align-items:center;gap:12px}.lp-site-audit-bar-label{font-size:13px;color:var(--lp-muted);width:90px;flex-shrink:0}.lp-site-audit-bar-track{flex:1;height:6px;border-radius:3px;background:var(--lp-border);overflow:hidden}.lp-site-audit-bar-val{font-size:14px;font-weight:700;color:var(--lp-accent);width:32px;text-align:right}@media (max-width:480px){.lp-site-audit-bar-row{gap:8px}.lp-site-audit-bar-label{font-size:11px;width:70px}.lp-site-audit-bar-track{height:5px}.lp-site-audit-bar-val{font-size:12px;width:26px}}.lp-local-mockup-content{display:flex;flex-direction:column;gap:10px}.lp-local-mockup-row{display:flex;justify-content:space-between;font-size:13px}.lp-local-mockup-label{color:var(--lp-muted)}.lp-local-mockup-val{color:var(--lp-accent);font-weight:700}.lp-local-mockup-bar{height:4px;border-radius:2px;background:var(--lp-border);overflow:hidden}.lp-local-mockup-bar-fill{height:100%;border-radius:2px}@media (max-width:480px){.lp-local-mockup-row{font-size:12px}.lp-local-mockup-bar{height:3px}}.lp-check-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:700}.lp-check-icon.good{background:var(--lp-accent-dim);color:var(--lp-accent)}.lp-check-icon.warn{background:rgba(217,161,90,.15);color:var(--lp-amber)}.lp-deepdive-cta{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:8px 18px;border-radius:8px;background:var(--lp-accent);color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;width:-moz-fit-content;width:fit-content}.lp-deepdive-cta:hover{background:var(--lp-accent-soft);transform:translateY(-1px)}.lp-mockup{background:var(--lp-panel);border:1px solid var(--lp-border);border-radius:16px;padding:24px;min-height:320px;overflow:hidden}.lp-mockup-title{text-align:center;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--lp-muted);text-transform:uppercase;letter-spacing:.06em}@media (max-width:480px){.lp-mockup-title{font-size:11px;margin-bottom:6px}}.lp-dial-row{display:flex;gap:24px;justify-content:center;margin-bottom:24px}.lp-dial{position:relative}.lp-dial,.lp-dial svg{width:80px;height:80px}.lp-dial svg{transform:rotate(-90deg)}.lp-dial-bg{fill:none;stroke:var(--lp-border);stroke-width:6}.lp-dial-fill{fill:none;stroke:var(--lp-accent);stroke-width:6;stroke-linecap:round;stroke-dasharray:0 188.4;transition:stroke-dasharray 1.2s ease-out}.lp-dial-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--lp-accent)}.lp-agent-preview{display:flex;flex-direction:column;gap:12px}.lp-agent-terminal{padding:10px 12px;border-radius:8px;background:var(--lp-panel-2);display:flex;flex-direction:column;gap:5px;font-family:JetBrains Mono,monospace;font-size:10px;line-height:1.5;min-height:180px;overflow:hidden}.lp-agent-log-line{display:flex;align-items:flex-start;gap:6px;opacity:0;transform:translateX(-6px);transition:opacity .3s ease,transform .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media (max-width:600px){.lp-agent-log-line{font-size:9px;white-space:normal;word-break:break-word}}.lp-agent-log-line.active,.lp-agent-log-line.done,.lp-agent-log-line.warn{opacity:1;transform:translateX(0)}.lp-agent-log-line.hidden{opacity:0;transform:translateX(-6px)}.lp-agent-log-line.done{color:var(--lp-accent);opacity:.75}.lp-agent-log-line.active{color:var(--lp-text)}.lp-agent-log-line.warn{color:var(--lp-amber)}.lp-agent-prompt{color:var(--lp-accent);flex-shrink:0;font-weight:700}.lp-agent-result{padding:10px;border-radius:8px;background:var(--lp-accent-dim)}.lp-agent-result-row{display:flex;gap:12px;flex-wrap:wrap}.lp-agent-result-item{flex:1;min-width:70px;display:flex;flex-direction:column;align-items:center;gap:2px}@media (max-width:480px){.lp-agent-result-row{gap:8px}.lp-agent-result-item{min-width:60px}.lp-agent-result-num{font-size:16px}.lp-agent-result-label{font-size:8px}}.lp-agent-result-num{font-size:18px;font-weight:800;color:var(--lp-accent)}.lp-agent-result-label{font-size:9px;color:var(--lp-muted);text-align:center;text-transform:uppercase;letter-spacing:.04em}.lp-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid var(--lp-border);background:var(--lp-panel);position:relative}@media (max-width:600px){.lp-table-wrap{-webkit-mask-image:linear-gradient(90deg,#000 85%,transparent);mask-image:linear-gradient(90deg,#000 85%,transparent)}}.lp-table{width:100%;border-collapse:collapse;font-size:15px}.lp-table td,.lp-table th{padding:14px 20px;text-align:left;border-bottom:1px solid var(--lp-border)}.lp-table th{font-weight:700;color:var(--lp-text);background:var(--lp-panel-2);font-size:14px;text-transform:uppercase;letter-spacing:.04em}.lp-table th.lp-highlight{background:var(--lp-accent-dim);color:var(--lp-accent)}.lp-table td.lp-highlight{background:rgba(201,70,154,.06)}.lp-table td{color:var(--lp-muted)}.lp-table tr:last-child td{border-bottom:none}.lp-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-testimonial-card{padding:28px 24px;display:flex;flex-direction:column;gap:16px}.lp-testimonial-text{font-size:15px;line-height:1.65;color:var(--lp-text);font-style:italic;flex:1}.lp-testimonial-author{display:flex;align-items:center;gap:12px}.lp-testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--lp-accent-dim);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:var(--lp-accent)}.lp-testimonial-name{font-size:14px;font-weight:700;color:var(--lp-text)}.lp-testimonial-role{font-size:13px;color:var(--lp-muted)}.lp-demo-wrapper{max-width:900px;margin:0 auto}@media (max-width:600px){.lp-demo-wrapper{margin:0 -16px;max-width:calc(100% + 32px)}}.lp-demo-browser{border-radius:16px;border:1px solid var(--lp-border);background:var(--lp-panel);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.25)}@media (max-width:600px){.lp-demo-browser{border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.2)}}.lp-demo-browser-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--lp-panel-2);border-bottom:1px solid var(--lp-border)}@media (max-width:480px){.lp-demo-browser-bar{padding:8px 12px;gap:8px}}.lp-demo-dots{display:flex;gap:6px}.lp-demo-dot{width:10px;height:10px;border-radius:50%;opacity:.8}.lp-demo-url-bar{flex:1;padding:6px 12px;border-radius:8px;background:var(--lp-bg);border:1px solid var(--lp-border);font-size:12px;color:var(--lp-muted);font-family:JetBrains Mono,monospace;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.lp-demo-screen{position:relative;width:100%;aspect-ratio:16/9;background:var(--lp-bg);align-items:center}.lp-demo-screen,.lp-demo-tabs{display:flex;justify-content:center}.lp-demo-tabs{gap:8px;margin-bottom:24px;flex-wrap:wrap}.lp-demo-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:999px;border:1px solid var(--lp-border);background:var(--lp-panel-2);color:var(--lp-muted);font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease}.lp-demo-tab:hover{border-color:var(--lp-accent-soft);color:var(--lp-accent);background:var(--lp-panel-2)}.lp-demo-tab.active{border-color:var(--lp-accent);background:var(--lp-accent-dim);color:var(--lp-accent);box-shadow:0 0 0 1px var(--lp-accent-dim)}.lp-demo-idle{flex-direction:column;gap:20px;padding:48px 24px;text-align:center;width:100%;height:100%;position:absolute;inset:0;z-index:1}.lp-demo-idle,.lp-demo-thumb{display:flex;align-items:center;justify-content:center}.lp-demo-thumb{width:96px;height:96px;border-radius:20px;background:var(--lp-panel-2);border:1px solid var(--lp-border);color:var(--lp-accent);opacity:.7}.lp-demo-idle-info{display:flex;flex-direction:column;gap:4px}.lp-demo-idle-title{font-size:18px;font-weight:700;color:var(--lp-text)}.lp-demo-idle-desc{font-size:14px;color:var(--lp-muted);max-width:380px;line-height:1.5}.lp-faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;margin:0 auto}.lp-faq-item{border:1px solid var(--lp-border);border-radius:12px;background:var(--lp-panel);overflow:hidden;transition:border-color .2s}.lp-faq-item.open{border-color:var(--lp-accent-dim)}.lp-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:var(--lp-text);font-family:inherit}.lp-faq-trigger:hover{color:var(--lp-accent)}.lp-faq-chevron{width:20px;height:20px;color:var(--lp-muted);transition:transform .2s ease;flex-shrink:0}.lp-faq-item.open .lp-faq-chevron{transform:rotate(180deg);color:var(--lp-accent)}.lp-faq-content{overflow:hidden;max-height:0;transition:max-height .3s ease,opacity .2s ease;opacity:0}.lp-faq-item.open .lp-faq-content{opacity:1}.lp-faq-answer{padding:0 20px 18px;font-size:14px;line-height:1.65;color:var(--lp-muted)}.lp-cta{position:relative;overflow:hidden;text-align:center}.lp-cta-glow{position:absolute;inset:0;background:var(--lp-glow);pointer-events:none}.lp-cta-content{position:relative;z-index:1}.lp-cta-title{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15;color:var(--lp-text);margin:0 0 16px}.lp-cta-subtitle{font-size:clamp(15px,2vw,18px);color:var(--lp-muted);max-width:500px;margin:0 auto 32px}.lp-cta-form{display:flex;gap:12px;max-width:520px;margin:0 auto}.lp-cta-input{flex:1;padding:14px 20px;border-radius:12px;border:1px solid var(--lp-border);background:var(--lp-panel);color:var(--lp-text);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s}.lp-cta-input::-moz-placeholder{color:var(--lp-muted)}.lp-cta-input::placeholder{color:var(--lp-muted)}.lp-cta-input:focus{border-color:var(--lp-accent-dim)}.lp-cta-btn{padding:14px 28px;border-radius:12px;background:var(--lp-accent);color:#fff;font-size:15px;font-weight:700;border:none;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s;font-family:inherit}.lp-cta-btn:hover{background:#b83d8a;transform:translateY(-1px)}.lp-footer{background:rgb(var(--background));border-top:1px solid rgb(var(--border));padding:56px 0 32px;color:var(--lp-muted)}.lp-footer-inner{width:100%;padding:0 24px}@media (min-width:640px){.lp-footer-inner{padding:0 32px}}.lp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.3fr;gap:40px;margin-bottom:40px}.lp-footer-brand p{font-size:14px;line-height:1.65;margin:12px 0 0;max-width:280px}.lp-footer-heading{font-size:13px;font-weight:700;color:var(--lp-text);text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px}.lp-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lp-footer-links a{font-size:14px;font-weight:500;color:var(--lp-muted);text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#ec4899}.lp-footer-contact-item{display:inline-flex;align-items:center;gap:6px;font-size:13px}.lp-footer-bottom{border-top:1px solid rgb(var(--border));padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.lp-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.lp-reveal.lp-visible,.lp-visible .lp-reveal{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.lp-reveal{opacity:1;transform:none;transition:none}}.lp-icon-draw{stroke-dasharray:100;stroke-dashoffset:100;transition:stroke-dashoffset .8s ease-out}.lp-visible .lp-icon-draw{stroke-dashoffset:0}@media (prefers-reduced-motion:reduce){.lp-icon-draw{stroke-dashoffset:0;transition:none}}.lp-theatre{position:absolute;inset:0;z-index:10;background:var(--lp-bg);overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer}.lp-t-vignette{position:absolute;inset:0;pointer-events:none;z-index:20;box-shadow:inset 0 0 80px 20px rgba(0,0,0,.4)}.lp-t-phase{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:5;padding:24px;overflow-y:auto;overflow-x:hidden}@media (max-width:600px){.lp-t-phase{padding:12px;gap:10px}}.lp-t-glass-card{background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:24px;width:100%;max-width:560px}@media (max-width:600px){.lp-t-glass-card{padding:16px;border-radius:12px}}.lp-anim-zoom-in{animation:lp-zoom-in .7s cubic-bezier(.22,1,.36,1) both}.lp-anim-fade-in{animation:lp-fade-in .5s ease both}.lp-anim-fade-up{animation:lp-fade-up .6s ease both}.lp-anim-slide-up{animation:lp-slide-up .5s cubic-bezier(.22,1,.36,1) both}.lp-anim-scale-in{animation:lp-scale-in .5s cubic-bezier(.34,1.56,.64,1) both}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.delay-4{animation-delay:.6s}@media (prefers-reduced-motion:reduce){.lp-anim-fade-in,.lp-anim-fade-up,.lp-anim-scale-in,.lp-anim-slide-up,.lp-anim-zoom-in{animation:none;opacity:1;transform:none}}@keyframes lp-zoom-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes lp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.lp-t-hero-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.1) 0,transparent 70%);pointer-events:none}.lp-t-hero-text{font-size:clamp(26px,5vw,44px);font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,rgb(var(--foreground)),#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;z-index:1}@media (max-width:480px){.lp-t-hero-text{font-size:clamp(22px,6vw,32px)}}.lp-t-hero-sub{font-size:15px;color:rgb(var(--muted-foreground));text-align:center;z-index:1}@media (max-width:480px){.lp-t-hero-sub{font-size:13px}}.lp-t-hero-text-sm{font-size:clamp(20px,3vw,28px);font-weight:800;background:linear-gradient(135deg,rgb(var(--foreground)),#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.5}.lp-t-audit-form{position:relative;width:100%;max-width:520px}@media (max-width:480px){.lp-t-audit-form{max-width:100%}}.lp-t-audit-form-glow{position:absolute;inset:-4px;border-radius:18px;background:linear-gradient(135deg,#ec4899,#a855f7,#ec4899);opacity:.2;filter:blur(12px);pointer-events:none}.lp-t-audit-form-inner{position:relative;display:flex;align-items:center;gap:8px;padding:10px 12px 10px 16px;background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media (max-width:480px){.lp-t-audit-form-inner{padding:8px 10px 8px 12px;gap:6px;border-radius:12px}}.lp-t-audit-search-icon{color:rgb(var(--muted-foreground));flex-shrink:0}.lp-t-audit-input-area{flex:1;display:flex;align-items:center;min-width:0}.lp-t-typed-text{font-size:14px;font-family:SF Mono,Fira Code,monospace;color:rgb(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}@media (max-width:480px){.lp-t-typed-text{font-size:12px}}.lp-t-url-cursor{width:2px;height:18px;background:#ec4899;animation:lp-blink .8s step-end infinite;flex-shrink:0;margin-left:1px}@keyframes lp-blink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.lp-t-url-cursor{animation:none}}.lp-t-audit-btn{padding:10px 20px;border-radius:10px;background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;font-size:14px;font-weight:700;flex-shrink:0;box-shadow:0 4px 16px rgba(236,72,153,.25)}.lp-t-audit-progress{background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:20px 24px;width:100%;max-width:400px}@media (max-width:600px){.lp-t-audit-progress{padding:14px 16px;border-radius:12px}}.lp-t-progress-title{font-size:14px;font-weight:600;color:rgb(var(--foreground));margin-bottom:14px}.lp-t-stage{display:flex;align-items:center;gap:10px;padding:3px 0}.lp-t-stage-icon{flex-shrink:0}.lp-t-stage-icon.done{color:#ec4899}.lp-t-stage-icon.active{color:#ec4899;animation:lp-spin 1s linear infinite}@keyframes lp-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.lp-t-stage-icon.active{animation:none}}.lp-t-stage-empty{width:18px;height:18px;border-radius:50%;border:2px solid rgb(var(--border));flex-shrink:0}.lp-t-stage-label{font-size:13px;color:rgb(var(--muted-foreground));transition:color .2s}.lp-t-stage-label.done{color:#ec4899}.lp-t-stage-label.active{color:#ec4899;font-weight:500}.lp-t-stage-complete{display:flex;align-items:center;gap:8px;padding-top:12px;margin-top:6px;border-top:1px solid rgb(var(--border))}.lp-t-stage-complete-text{font-size:13px;font-weight:600;color:#ec4899}.lp-t-glass-title{font-size:14px;font-weight:600;color:rgb(var(--foreground));margin-bottom:20px}@media (max-width:480px){.lp-t-glass-title{font-size:13px;margin-bottom:14px}}.lp-t-health-content{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}@media (max-width:480px){.lp-t-health-content{gap:12px}}.lp-t-health-ring{position:relative;width:130px;height:130px;flex-shrink:0}.lp-t-health-svg{width:100%;height:100%;transform:rotate(-90deg)}.lp-t-ring-bg{stroke:rgb(var(--muted))}.lp-t-health-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.lp-t-health-score{font-size:32px;font-weight:800;color:rgb(var(--foreground))}.lp-t-health-grade{font-size:15px;font-weight:700;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:-2px}.lp-t-health-badge{text-align:center;font-size:11px;font-weight:600;color:#a855f7;background:rgba(168,85,247,.1);padding:2px 10px;border-radius:999px;margin-top:4px}.lp-t-health-categories{flex:1;min-width:180px;display:flex;flex-direction:column;gap:2px}.lp-t-cat-row{gap:8px;padding:3px 6px}.lp-t-cat-icon,.lp-t-cat-row{display:flex;align-items:center;border-radius:6px}.lp-t-cat-icon{width:22px;height:22px;justify-content:center;flex-shrink:0}.lp-t-cat-label{font-size:11px;color:rgb(var(--muted-foreground));flex:1;white-space:nowrap}.lp-t-cat-score{font-size:11px;font-weight:600;width:24px;text-align:right;flex-shrink:0}.lp-t-issues-bar{display:flex;gap:14px;padding:10px 14px;margin-top:14px;border-radius:10px;background:rgb(var(--muted));flex-wrap:wrap}@media (max-width:480px){.lp-t-issues-bar{gap:8px;padding:8px 10px;margin-top:10px}}.lp-t-issues-bar-item{display:flex;align-items:center;gap:6px;font-size:11px;color:rgb(var(--muted-foreground))}@media (max-width:480px){.lp-t-issues-bar-item{font-size:10px;gap:4px}}.lp-t-issues-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lp-t-dash-phase{gap:12px;padding:20px;align-items:stretch;overflow-y:auto}@media (max-width:600px){.lp-t-dash-phase{padding:12px;gap:8px}}.lp-t-dash-header{display:flex;align-items:center;justify-content:space-between}.lp-t-dash-title{font-size:14px;font-weight:600;color:rgb(var(--foreground))}.lp-t-dash-sub{font-size:11px;color:rgb(var(--muted-foreground));margin-top:2px}.lp-dash-score-badge{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;background:linear-gradient(135deg,rgba(168,85,247,.1),rgba(236,72,153,.1));color:#a855f7}.lp-t-dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width:500px){.lp-t-dash-grid{grid-template-columns:repeat(2,1fr)}}.lp-t-metric-card{position:relative;background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:12px;padding:14px 12px 12px;overflow:hidden;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}@media (max-width:600px){.lp-t-metric-card{padding:10px 8px 8px;border-radius:10px}}@media (prefers-reduced-motion:reduce){.lp-t-metric-card{transition:opacity .2s ease;transform:none}}.lp-t-metric-card.in{opacity:1;transform:translateY(0)}.lp-t-metric-bar{position:absolute;top:0;left:0;right:0;height:3px;border-radius:0 0 2px 2px;opacity:.7}.lp-t-metric-label{font-size:11px;color:rgb(var(--muted-foreground));margin-bottom:6px}.lp-t-metric-value{font-size:20px;font-weight:700;color:rgb(var(--foreground))}@media (max-width:600px){.lp-t-metric-value{font-size:16px}}.lp-t-metric-sub{font-size:11px;color:rgb(var(--muted-foreground));margin-top:2px}.lp-t-dash-issues-wrap{background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:12px;padding:14px}@media (max-width:600px){.lp-t-dash-issues-wrap{padding:10px;border-radius:10px}}.lp-t-dash-issues-header{font-size:13px;font-weight:700;color:rgb(var(--foreground));margin-bottom:8px}.lp-t-dash-issue{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(var(--muted-foreground));padding:5px 0;border-bottom:1px solid rgb(var(--border));min-width:0}@media (max-width:600px){.lp-t-dash-issue{font-size:11px;padding:4px 0;gap:6px}}.lp-t-dash-issue:last-child{border-bottom:none}.lp-t-dash-issue-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.lp-t-dash-issue-dot.critical{background:#f43f5e}.lp-t-dash-issue-dot.warning{background:#f59e0b}.lp-t-dash-issue-dot.notice{background:#a855f7}.lp-t-particles{position:absolute;inset:0;pointer-events:none;z-index:3;overflow:hidden}.lp-t-particle{position:absolute;border-radius:50%;background:#ec4899;opacity:0;animation:lp-particle-float 3s ease-in-out infinite}@keyframes lp-particle-float{0%{opacity:0;transform:translateY(0) scale(.5)}20%{opacity:.35}50%{opacity:.6;transform:translateY(-50px) scale(1)}80%{opacity:.15}to{opacity:0;transform:translateY(-100px) scale(.3)}}@media (prefers-reduced-motion:reduce){.lp-t-particle{animation:none;display:none}}.lp-t-terminal{width:100%;max-width:520px;border-radius:12px;overflow:hidden;border:1px solid rgb(var(--border));box-shadow:0 8px 32px rgba(0,0,0,.12)}@media (max-width:600px){.lp-t-terminal{border-radius:10px}}.lp-t-term-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:rgb(var(--muted));border-bottom:1px solid rgb(var(--border))}@media (max-width:480px){.lp-t-term-bar{padding:6px 10px;gap:5px}}.lp-t-term-dot{width:10px;height:10px;border-radius:50%}@media (max-width:480px){.lp-t-term-dot{width:8px;height:8px}}.lp-t-term-title{font-size:11px;color:rgb(var(--muted-foreground));margin-left:8px;font-family:SF Mono,Fira Code,monospace}@media (max-width:480px){.lp-t-term-title{font-size:10px;margin-left:6px}}.lp-t-term-body{background:#0a0a1a;padding:14px 16px;font-family:SF Mono,Fira Code,monospace;font-size:12px;line-height:1.7;min-height:200px;max-height:260px;overflow-y:auto}@media (max-width:600px){.lp-t-term-body{font-size:11px;padding:10px 12px;min-height:160px;max-height:200px;line-height:1.6}}.lp-t-term-line{display:flex;gap:8px;opacity:0;animation:lp-term-fade .3s ease forwards}@keyframes lp-term-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.lp-t-term-prefix{flex-shrink:0;width:14px}.lp-t-term-line.done{color:#4ade80}.lp-t-term-line.active{color:#ec4899}.lp-t-term-line.active .lp-t-term-prefix{animation:lp-dot-pulse 1s ease-in-out infinite}.lp-t-term-cursor{color:#ec4899;animation:lp-blink .8s step-end infinite}.lp-t-agent-result-grid{display:flex;gap:12px;margin:16px 0;flex-wrap:wrap}.lp-t-agent-result-item{display:flex;align-items:center;gap:6px;font-size:12px;color:rgb(var(--muted-foreground));padding:6px 12px;border-radius:8px;background:rgb(var(--muted));min-width:0}@media (max-width:480px){.lp-t-agent-result-item{font-size:11px;padding:5px 8px;gap:4px}.lp-t-agent-result-grid{gap:8px;margin:12px 0}}.lp-t-agent-fixes{display:flex;flex-direction:column;gap:6px;margin-top:12px}.lp-t-agent-fix{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(var(--muted-foreground));padding:6px 10px;border-radius:8px;background:rgb(var(--muted));min-width:0}@media (max-width:480px){.lp-t-agent-fix{font-size:11px;padding:5px 8px;gap:6px}.lp-t-agent-fixes{margin-top:8px;gap:4px}}.lp-t-agent-fix-impact{margin-left:auto;font-size:11px;font-weight:700;color:#22c55e}.lp-t-kw-table{width:100%;max-width:600px;background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.08)}@media (max-width:480px){.lp-t-kw-table{border-radius:10px}}.lp-t-kw-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgb(var(--border))}@media (max-width:480px){.lp-t-kw-header{padding:10px 12px}}.lp-t-kw-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:rgb(var(--foreground))}@media (max-width:480px){.lp-t-kw-title{font-size:12px}}.lp-t-kw-count{font-size:11px;color:rgb(var(--muted-foreground))}.lp-t-kw-cols{display:flex;padding:6px 16px;border-bottom:1px solid rgb(var(--border));background:rgb(var(--muted))}@media (max-width:480px){.lp-t-kw-cols{padding:5px 12px}}.lp-t-kw-col{font-size:10px;font-weight:700;color:rgb(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;flex:1}.lp-t-kw-row{display:flex;align-items:center;padding:7px 16px;border-bottom:1px solid rgb(var(--border));opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}@media (max-width:480px){.lp-t-kw-row{padding:5px 12px}}@media (prefers-reduced-motion:reduce){.lp-t-kw-row{transition:opacity .2s ease;transform:none}}.lp-t-kw-row.in{opacity:1;transform:translateY(0)}.lp-t-kw-row:last-child{border-bottom:none}.lp-t-kw-cell{font-size:12px;color:rgb(var(--muted-foreground));flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-t-kw-diff{font-size:11px}.lp-t-kw-diff,.lp-t-kw-intent{display:inline-block;padding:2px 8px;border-radius:999px;font-weight:600}.lp-t-kw-intent{font-size:10px;white-space:nowrap}@media (max-width:480px){.lp-t-kw-cell:nth-child(4),.lp-t-kw-col:nth-child(4){display:none}.lp-t-kw-cell:nth-child(3),.lp-t-kw-col:nth-child(3){flex:0 0 50px;text-align:right}}.lp-t-kw-insights{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}@media (max-width:500px){.lp-t-kw-insights{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.lp-t-kw-insights{gap:6px;margin:8px 0}}.lp-t-kw-insight{text-align:center;padding:10px 6px;border-radius:8px;background:rgb(var(--muted))}@media (max-width:400px){.lp-t-kw-insight{padding:8px 4px}}.lp-t-kw-insight-val{font-size:20px;font-weight:800;color:rgb(var(--foreground))}@media (max-width:400px){.lp-t-kw-insight-val{font-size:16px}}.lp-t-kw-insight-label{font-size:10px;color:rgb(var(--muted-foreground));margin-top:2px}.lp-t-kw-bar-chart{margin-top:12px}.lp-t-kw-bar-label{font-size:12px;font-weight:600;color:rgb(var(--foreground));margin-bottom:8px}.lp-t-kw-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.lp-t-kw-bar-tag{font-size:11px;color:rgb(var(--muted-foreground));width:50px;flex-shrink:0}.lp-t-kw-bar-track{flex:1;height:8px;border-radius:4px;background:rgb(var(--muted));overflow:hidden}.lp-t-kw-bar-fill{height:100%;border-radius:4px;transition:width .8s ease}.lp-t-kw-bar-num{font-size:11px;font-weight:600;color:rgb(var(--muted-foreground));width:20px;text-align:right}.lp-t-local-card{width:100%;max-width:480px;background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:14px;padding:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);overflow:hidden}@media (max-width:480px){.lp-t-local-card{padding:12px;border-radius:12px}}.lp-t-local-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;min-width:0}.lp-t-local-biz-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,rgba(236,72,153,.12),rgba(168,85,247,.12));display:flex;align-items:center;justify-content:center;color:#ec4899;flex-shrink:0}.lp-t-local-biz-info{flex:1;min-width:0;overflow:hidden}.lp-t-local-biz-name{font-size:15px;font-weight:700;color:rgb(var(--foreground))}.lp-t-local-biz-addr,.lp-t-local-biz-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-t-local-biz-addr{font-size:12px;color:rgb(var(--muted-foreground));margin-top:2px}.lp-t-local-gmb-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;color:#22c55e;background:rgba(34,197,94,.1);flex-shrink:0;white-space:nowrap}@media (max-width:400px){.lp-t-local-gmb-badge{font-size:10px;padding:3px 8px}.lp-t-local-biz-icon{width:36px;height:36px}.lp-t-local-biz-name{font-size:13px}}.lp-t-local-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width:400px){.lp-t-local-grid{gap:6px}}.lp-t-local-info-item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:8px;background:rgb(var(--muted));min-width:0;overflow:hidden}@media (max-width:400px){.lp-t-local-info-item{padding:6px 8px}}.lp-t-local-info-label{display:flex;align-items:center;gap:4px;font-size:10px;color:rgb(var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em}.lp-t-local-info-val{font-size:13px;font-weight:600;color:rgb(var(--foreground))}.lp-t-local-scores{display:flex;justify-content:center;gap:16px;margin:12px 0;flex-wrap:wrap}.lp-t-local-gauge{display:flex;flex-direction:column;align-items:center;gap:6px}.lp-t-local-gauge-ring{position:relative;width:70px;height:70px}.lp-t-local-gauge-svg{width:70px;height:70px;display:block}.lp-t-local-gauge-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}.lp-t-local-gauge-val{font-size:16px;font-weight:800;color:rgb(var(--foreground))}.lp-t-local-gauge-label{font-size:10px;color:rgb(var(--muted-foreground));text-align:center;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.lp-t-local-scores{gap:8px;margin:8px 0}.lp-t-local-gauge-ring,.lp-t-local-gauge-svg{width:56px;height:56px}.lp-t-local-gauge-val{font-size:13px}.lp-t-local-gauge-label{font-size:9px;max-width:64px}}.lp-t-local-citations{display:flex;flex-direction:column;gap:3px;margin-top:12px}.lp-t-local-cit{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 10px;border-radius:6px;font-size:12px;min-width:0}.lp-t-local-cit:nth-child(odd){background:rgb(var(--muted))}.lp-t-local-cit-name{color:rgb(var(--foreground));font-weight:500;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.lp-t-cit-badge{padding:1px 7px;border-radius:999px;font-size:10px;font-weight:600;border:1px solid;white-space:nowrap;flex-shrink:0}@media (max-width:400px){.lp-t-local-cit{padding:4px 8px}.lp-t-local-cit-name{font-size:11px}.lp-t-cit-badge{font-size:9px;padding:1px 5px}.lp-t-local-citations{margin-top:8px;gap:2px}}.lp-t-cit-badge.match{color:#22c55e;background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.2)}.lp-t-cit-badge.variant{color:#f59e0b;background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2)}.lp-t-cit-badge.mismatch{color:#f43f5e;background:rgba(244,63,94,.08);border-color:rgba(244,63,94,.2)}.lp-t-cit-badge.notfound{color:rgb(var(--muted-foreground));background:rgb(var(--muted));border-color:rgb(var(--border))}@media (max-width:480px){.lp-container{padding:0 16px}}.lp-section-padded{padding:80px 0}@media (max-width:600px){.lp-section-padded{padding:48px 0}}.lp-section-padded-lg{padding:96px 0}@media (max-width:600px){.lp-section-padded-lg{padding:56px 0}}.lp-section-padded-sm{padding:64px 0}@media (max-width:600px){.lp-section-padded-sm{padding:40px 0}}@media (max-width:480px){.lp-stats{grid-template-columns:1fr}}@media (max-width:900px){.lp-stats{grid-template-columns:repeat(2,1fr)}.lp-steps{grid-template-columns:1fr 1fr;gap:32px}.lp-steps:before{display:none}.lp-toolkit-grid{grid-template-columns:1fr 1fr}.lp-deepdive{grid-template-columns:1fr;gap:32px}.lp-deepdive.reversed>:first-child,.lp-deepdive.reversed>:last-child{order:0}.lp-testimonials-grid{grid-template-columns:1fr}.lp-footer-grid{grid-template-columns:1fr 1fr}.lp-cta-form{flex-direction:column}.lp-dial-row{gap:16px}.lp-t-audit-form,.lp-t-glass-card,.lp-t-kw-table,.lp-t-local-card,.lp-t-terminal{max-width:100%}}@media (max-width:600px){.lp-stats{grid-template-columns:1fr 1fr;gap:12px}.lp-footer-grid,.lp-steps,.lp-toolkit-grid{grid-template-columns:1fr}.lp-footer-grid{gap:28px}.lp-footer-bottom{flex-direction:column;gap:8px;text-align:center}.lp-mockup{min-height:240px;padding:16px}.lp-deepdive{gap:24px}.lp-dial-row{gap:12px}.lp-agent-result-row,.lp-dial-row{flex-wrap:wrap}.lp-t-audit-btn{padding:8px 14px;font-size:13px}.lp-t-health-ring{width:100px;height:100px}.lp-t-health-score{font-size:24px}.lp-table{font-size:13px}.lp-table td,.lp-table th{padding:10px 12px}.lp-table th{font-size:12px}.lp-faq-trigger{padding:14px 16px;font-size:14px}.lp-faq-answer{padding:0 16px 14px;font-size:13px}.lp-demo-url-bar{font-size:10px;padding:4px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-t-hero-glow{width:250px;height:250px}.lp-demo-intro-glow{width:200px;height:200px}.lp-t-term-body{font-size:11px;padding:10px 12px;min-height:160px;max-height:200px}.lp-t-kw-bar-tag{width:40px;font-size:10px}}@media (max-width:400px){.lp-mockup{min-height:200px;padding:12px;border-radius:12px}.lp-deepdive{gap:20px}.lp-dial,.lp-dial svg{width:64px;height:64px}.lp-dial-label{font-size:15px}.lp-agent-terminal{min-height:140px;padding:8px 10px;font-size:9px}.lp-agent-result{padding:8px}.lp-agent-result-num{font-size:14px}.lp-agent-result-label{font-size:8px}.lp-checklist li,.lp-deepdive-desc{font-size:13px}}.hero-seo-strip-wrap{width:100%;max-width:48rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:12px}.hero-seo-strip-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--muted-foreground));margin:0}.hero-seo-strip-mask{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.hero-seo-strip-mask:focus-within .hero-seo-strip-track,.hero-seo-strip-mask:hover .hero-seo-strip-track{animation-play-state:paused}.hero-seo-strip-track{display:flex;width:-moz-max-content;width:max-content;animation:hero-marquee-scroll 32s linear infinite}.hero-seo-strip-group{display:flex;gap:10px;padding-right:10px}.hero-seo-chip{display:flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;border:1px solid var(--lp-border);background:var(--lp-panel);white-space:nowrap;flex-shrink:0;transition:border-color .25s ease,box-shadow .25s ease}.hero-seo-chip:hover{border-color:var(--lp-accent-dim);box-shadow:0 0 0 1px var(--lp-accent-dim)}.hero-seo-chip-icon{color:var(--lp-accent);flex-shrink:0}.hero-seo-chip-label{font-size:13px;font-weight:600;color:var(--lp-text)}@media (max-width:600px){.hero-seo-strip-group{gap:8px;padding-right:8px}.hero-seo-chip{padding:5px 10px;gap:5px}.hero-seo-chip-label{font-size:11px}.hero-seo-chip-icon{width:14px;height:14px}.hero-seo-strip-track{animation-duration:24s}}