.landing-root{--lp-black:#0a0a0a;--lp-black-2:#111;--lp-black-3:#181818;--lp-black-4:#1f1f1f;--lp-white:#fafafa;--lp-off-white:#f2f0ec;--lp-cream:#edeae3;--lp-gray-900:#1a1a1a;--lp-gray-600:#555;--lp-gray-500:#777;--lp-gray-400:#999;--lp-gray-300:#bbb;--lp-gray-200:#e5e5e5;--lp-gray-100:#f5f5f5;--lp-accent:#8b7fee;--lp-accent-soft:rgba(139,127,238,.08);--lp-border-dark:hsla(0,0%,100%,.06);--lp-border-light:rgba(0,0,0,.08);--lp-font-display:var(--font-instrument-serif),"Instrument Serif",Georgia,serif;--lp-font-body:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-family:var(--lp-font-body);background:var(--lp-black);color:var(--lp-white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5;overflow-x:hidden;min-height:100vh}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root .serif{line-height:1}.landing-root .serif,.landing-root .serif-italic{font-family:var(--lp-font-display);font-weight:400;letter-spacing:-.015em}.landing-root .serif-italic{font-style:italic}.landing-root .label-caps{font-family:var(--lp-font-body);font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--lp-gray-500)}.landing-root .label-caps-dark{color:var(--lp-gray-400)}@keyframes lpFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes lpPulse{0%,to{opacity:.6}50%{opacity:1}}.landing-root .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-d1{transition-delay:.08s}.landing-root .reveal-d2{transition-delay:.16s}.landing-root .reveal-d3{transition-delay:.24s}.landing-root .reveal-d4{transition-delay:.32s}.landing-root .reveal-d5{transition-delay:.4s}.landing-root .lp-container{max-width:1240px;margin:0 auto;padding:0 32px}.landing-root .lp-container-narrow{max-width:960px;margin:0 auto;padding:0 32px}.landing-root .lp-nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,4%,.75);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-bottom:1px solid transparent;transition:border-color .4s,background .4s}.landing-root .lp-nav.scrolled{border-bottom-color:var(--lp-border-dark);background:hsla(0,0%,4%,.92)}.landing-root .nav-logo{font-family:var(--lp-font-display);font-size:22px;font-weight:400;letter-spacing:-.02em;color:var(--lp-white);text-decoration:none;display:flex;align-items:center;gap:10px}.landing-root .nav-logo-mark{width:8px;height:8px;background:var(--lp-white);border-radius:50%;display:inline-block}.landing-root .nav-links{display:flex;gap:40px;list-style:none;position:absolute;left:50%;transform:translateX(-50%)}.landing-root .nav-links a{font-size:14px;font-weight:400;color:var(--lp-gray-400);text-decoration:none;transition:color .2s}.landing-root .nav-links a:hover{color:var(--lp-white)}.landing-root .nav-actions{display:flex;align-items:center;gap:24px}.landing-root .btn-ghost{font-size:14px;font-weight:400;color:var(--lp-gray-400);text-decoration:none;transition:color .2s}.landing-root .btn-ghost:hover{color:var(--lp-white)}.landing-root .lp-btn-primary{font-family:var(--lp-font-body);font-size:14px;font-weight:500;color:var(--lp-black);background:var(--lp-white);border:none;padding:10px 18px;border-radius:100px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.landing-root .lp-btn-primary:hover{background:var(--lp-gray-200)}.landing-root .lp-btn-primary-dark{font-family:var(--lp-font-body);font-size:14px;font-weight:500;color:var(--lp-white);background:var(--lp-black);border:none;padding:10px 18px;border-radius:100px;cursor:pointer;text-decoration:none;transition:background .2s;display:inline-block}.landing-root .lp-btn-primary-dark:hover{background:var(--lp-gray-900)}.landing-root .hero{min-height:100vh;padding:140px 32px 80px;display:flex;flex-direction:column;justify-content:center;background:var(--lp-black);position:relative;overflow:hidden}.landing-root .hero-content{max-width:980px;position:relative;z-index:1;margin:0 auto;text-align:center}.landing-root .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:40px;padding:7px 16px;border:1px solid var(--lp-border-dark);border-radius:100px;background:hsla(0,0%,100%,.02)}.landing-root .hero-eyebrow-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:lpPulse 2.5s ease-in-out infinite}.landing-root .hero-eyebrow-text{font-size:12px;font-weight:500;letter-spacing:.04em;color:var(--lp-gray-300)}.landing-root .hero h1{font-family:var(--lp-font-display);font-size:clamp(56px,8vw,104px);font-weight:400;letter-spacing:-.025em;line-height:.98;color:var(--lp-white);margin-bottom:32px}.landing-root .hero h1 em,.landing-root .hero-llm-cycle{font-style:italic;color:var(--lp-gray-300);font-weight:400}.landing-root .hero-sub{font-size:19px;font-weight:400;color:var(--lp-gray-300);max-width:620px;line-height:1.55;margin:0 auto 56px;letter-spacing:-.005em}.landing-root .hero-actions{display:flex;gap:12px;justify-content:center;align-items:center;margin-bottom:80px;flex-wrap:wrap}.landing-root .btn-hero-primary{background:var(--lp-white);color:var(--lp-black);border:none;padding:14px 24px;border-radius:100px;font-family:var(--lp-font-body);font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s;text-decoration:none;display:inline-block}.landing-root .btn-hero-primary:hover{background:var(--lp-gray-200)}.landing-root .btn-hero-secondary{background:transparent;color:var(--lp-white);border:1px solid var(--lp-border-dark);padding:14px 24px;border-radius:100px;font-family:var(--lp-font-body);font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;transition:border-color .2s,background .2s;text-decoration:none;display:inline-block}.landing-root .btn-hero-secondary:hover{border-color:hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.03)}.landing-root .hero-preview-wrap{max-width:1100px;margin:0 auto;position:relative}.landing-root .hero-preview-glow{position:absolute;inset:-80px;background:radial-gradient(ellipse at center,rgba(139,127,238,.1) 0,transparent 70%);pointer-events:none;filter:blur(40px)}.landing-root .hero-preview{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--lp-border-dark);background:var(--lp-black-2);box-shadow:0 40px 80px -20px rgba(0,0,0,.8)}.landing-root .preview-bar{height:40px;background:var(--lp-black-3);border-bottom:1px solid var(--lp-border-dark);display:flex;align-items:center;gap:8px;padding:0 16px}.landing-root .preview-dot{width:10px;height:10px;border-radius:50%}.landing-root .preview-url{flex:1;text-align:center;font-size:12px;color:var(--lp-gray-500);font-family:var(--lp-font-body)}.landing-root .preview-inner{padding:28px 32px;display:grid;grid-template-columns:280px 1fr;gap:28px;min-height:380px}.landing-root .preview-sidebar{background:var(--lp-black-3);border-radius:8px;padding:24px;border:1px solid var(--lp-border-dark)}.landing-root .preview-sidebar-label{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-gray-500);margin-bottom:20px}.landing-root .score-ring-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}.landing-root .score-ring-container{position:relative;width:160px;height:160px}.landing-root .score-ring-svg{transform:rotate(-90deg)}.landing-root .score-ring-arc{transition:stroke-dashoffset 2s cubic-bezier(.25,.46,.45,.94)}.landing-root .score-ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-root .score-ring-num{font-family:var(--lp-font-display);font-size:52px;color:var(--lp-white);letter-spacing:-.03em;line-height:1}.landing-root .score-ring-unit{font-size:11px;color:var(--lp-gray-500);margin-top:2px;letter-spacing:.08em;text-transform:uppercase}.landing-root .score-caption{text-align:center;margin-top:12px}.landing-root .score-caption-main{font-size:13px;color:var(--lp-white);font-weight:500;margin-bottom:4px}.landing-root .score-caption-sub{font-size:11px;color:var(--lp-gray-500)}.landing-root .preview-metrics{display:flex;flex-direction:column;gap:10px}.landing-root .preview-metric-item{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:6px 0}.landing-root .preview-metric-label{color:var(--lp-gray-400);font-weight:400}.landing-root .preview-metric-val{font-family:var(--lp-font-display);font-size:18px;font-weight:400;color:var(--lp-white)}.landing-root .preview-metric-delta{font-size:11px;color:#4ade80;margin-left:6px}.landing-root .preview-main{display:flex;flex-direction:column;gap:16px}.landing-root .preview-chart-card{background:var(--lp-black-3);border-radius:8px;padding:20px;border:1px solid var(--lp-border-dark);flex:1}.landing-root .preview-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.landing-root .preview-chart-title{font-size:12px;font-weight:500;color:var(--lp-gray-300);text-transform:uppercase;letter-spacing:.08em}.landing-root .preview-chart-legend{display:flex;gap:14px}.landing-root .legend-item{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--lp-gray-500)}.landing-root .legend-dot{width:8px;height:8px;border-radius:50%}.landing-root .preview-table{background:var(--lp-black-3);border-radius:8px;padding:16px 20px;border:1px solid var(--lp-border-dark)}.landing-root .preview-table-row{display:grid;grid-template-columns:1fr 60px 100px 40px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--lp-border-dark);font-size:13px}.landing-root .preview-table-row:last-child{border-bottom:none}.landing-root .preview-table-row.header{font-size:10px;color:var(--lp-gray-500);font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding-bottom:12px}.landing-root .row-brand{color:var(--lp-white);font-weight:400}.landing-root .row-mentions{color:var(--lp-gray-300);text-align:right;font-family:var(--lp-font-display);font-size:15px}.landing-root .row-bar-wrap{width:100%;height:4px;background:var(--lp-black-4);border-radius:2px;overflow:hidden}.landing-root .row-bar{height:100%;border-radius:2px}.landing-root .row-score{font-family:var(--lp-font-display);font-size:16px;text-align:right}.landing-root .section-problem{padding:140px 32px;background:var(--lp-off-white);color:var(--lp-black)}.landing-root .problem-inner{max-width:820px;margin:0 auto;text-align:center}.landing-root .problem-headline{font-family:var(--lp-font-display);font-size:clamp(44px,5.5vw,72px);font-weight:400;letter-spacing:-.025em;line-height:1.02;color:var(--lp-black);margin:24px 0 28px}.landing-root .problem-headline em{font-style:italic;color:var(--lp-gray-600)}.landing-root .problem-body{font-size:19px;color:var(--lp-gray-600);line-height:1.6;max-width:620px;margin:0 auto 32px}.landing-root .problem-stat{display:inline-block;padding:32px 40px;background:var(--lp-black);color:var(--lp-white);border-radius:8px;margin-top:16px}.landing-root .problem-stat-num{font-family:var(--lp-font-display);font-size:72px;font-weight:400;letter-spacing:-.03em;line-height:1;color:var(--lp-white);margin-bottom:8px}.landing-root .problem-stat-label{font-size:13px;color:var(--lp-gray-400);letter-spacing:.04em}.landing-root .section-tools{background:var(--lp-black);padding:140px 32px}.landing-root .section-header{margin-bottom:72px;text-align:center}.landing-root .section-header-left{text-align:left}.landing-root .section-title{font-family:var(--lp-font-display);font-size:clamp(42px,5vw,64px);font-weight:400;letter-spacing:-.025em;line-height:1.03;margin:16px 0 24px}.landing-root .section-title em{font-style:italic;color:var(--lp-gray-400)}.landing-root .section-title-dark{color:var(--lp-white)}.landing-root .section-title-light{color:var(--lp-black)}.landing-root .section-sub{font-size:18px;color:var(--lp-gray-400);max-width:560px;margin:0 auto;line-height:1.55}.landing-root .section-sub-light{color:var(--lp-gray-600)}.landing-root .section-sub-left{margin:0;max-width:560px}.landing-root .tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing-root .tool-card{background:var(--lp-black-2);border:1px solid var(--lp-border-dark);border-radius:12px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:border-color .3s,transform .3s;cursor:pointer;text-decoration:none;color:var(--lp-white)}.landing-root .tool-card:hover{border-color:hsla(0,0%,100%,.12);transform:translateY(-2px)}.landing-root .tool-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--lp-white);opacity:.9}.landing-root .tool-title{font-family:var(--lp-font-display);font-size:22px;font-weight:400;color:var(--lp-white);letter-spacing:-.01em;margin-top:4px}.landing-root .tool-desc{font-size:14px;color:var(--lp-gray-400);line-height:1.6;flex:1}.landing-root .tool-cta{font-size:13px;font-weight:500;color:var(--lp-white);display:inline-flex;align-items:center;gap:6px;margin-top:8px;transition:gap .2s}.landing-root .tool-card:hover .tool-cta{gap:10px}.landing-root .section-how{background:var(--lp-cream);padding:140px 32px;color:var(--lp-black)}.landing-root .how-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-top:72px;background:rgba(0,0,0,.08);border-radius:12px;overflow:hidden}.landing-root .how-step{background:var(--lp-off-white);padding:48px 40px;display:flex;flex-direction:column;gap:16px;transition:background .3s}.landing-root .how-step:hover{background:#eeeae3}.landing-root .how-step-num{font-family:var(--lp-font-display);font-size:48px;font-weight:400;color:var(--lp-gray-400);letter-spacing:-.03em;line-height:1;font-style:italic}.landing-root .how-step-title{font-family:var(--lp-font-display);font-size:28px;font-weight:400;color:var(--lp-black);letter-spacing:-.015em;line-height:1.15}.landing-root .how-step-desc{font-size:15px;color:var(--lp-gray-600);line-height:1.65;max-width:460px}.landing-root .how-step-visual{margin-top:24px;background:var(--lp-black);border-radius:8px;height:140px;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.landing-root .how-step-visual-text{font-family:var(--lp-font-display);font-size:36px;font-weight:400;color:var(--lp-white);letter-spacing:-.02em}.landing-root .how-step-visual-text em{color:var(--lp-gray-400);font-style:italic}.landing-root .section-features{background:var(--lp-black);padding:140px 32px}.landing-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--lp-border-dark);border-radius:12px;overflow:hidden;border:1px solid var(--lp-border-dark);margin-top:72px}.landing-root .feature-card{background:var(--lp-black-2);padding:40px 36px;display:flex;flex-direction:column;gap:14px;transition:background .3s;min-height:240px}.landing-root .feature-card:hover{background:var(--lp-black-3)}.landing-root .feature-card.large{grid-column:span 2}.landing-root .feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--lp-white);opacity:.85}.landing-root .feature-title{font-family:var(--lp-font-display);font-size:22px;font-weight:400;color:var(--lp-white);letter-spacing:-.01em;margin-top:4px}.landing-root .feature-desc{font-size:14px;color:var(--lp-gray-400);line-height:1.65}.landing-root .feature-score-display{font-family:var(--lp-font-display);font-size:96px;font-weight:400;letter-spacing:-.04em;color:var(--lp-white);line-height:1;margin-top:auto}.landing-root .feature-score-label{font-size:32px;color:var(--lp-gray-500);font-style:italic}.landing-root .section-compare{background:var(--lp-off-white);padding:140px 32px;color:var(--lp-black)}.landing-root .compare-wrapper{margin-top:64px;background:var(--lp-white);border-radius:12px;overflow:hidden;border:1px solid var(--lp-border-light)}.landing-root .compare-table{width:100%;border-collapse:collapse}.landing-root .compare-table th{padding:24px 20px;text-align:center;font-family:var(--lp-font-display);font-size:18px;font-weight:400;border-bottom:1px solid rgba(0,0,0,.08);color:var(--lp-gray-500);background:var(--lp-white)}.landing-root .compare-table th.highlight{background:var(--lp-black);color:var(--lp-white)}.landing-root .compare-table th:first-child{text-align:left;color:var(--lp-gray-500);font-family:var(--lp-font-body);font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.landing-root .compare-table td{padding:18px 20px;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px;text-align:center;color:var(--lp-gray-600)}.landing-root .compare-table td:first-child{text-align:left;color:var(--lp-black);font-weight:400}.landing-root .compare-table td.highlight{background:rgba(0,0,0,.02)}.landing-root .compare-table tr:last-child td{border-bottom:none}.landing-root .compare-table tbody tr:hover td{background:rgba(0,0,0,.02)}.landing-root .compare-table tbody tr:hover td.highlight{background:rgba(0,0,0,.04)}.landing-root .check-yes{color:var(--lp-black);font-size:16px;font-weight:500}.landing-root .check-no{color:var(--lp-gray-300);font-size:14px}.landing-root .section-pricing{background:var(--lp-black);padding:140px 32px}.landing-root .pricing-toggle-wrap{display:flex;justify-content:center;margin:32px 0 64px}.landing-root .pricing-toggle{display:inline-flex;align-items:center;background:var(--lp-black-3);border:1px solid var(--lp-border-dark);border-radius:100px;padding:4px}.landing-root .toggle-btn{padding:8px 20px;border:none;border-radius:100px;font-family:var(--lp-font-body);font-size:13px;font-weight:500;cursor:pointer;transition:all .25s;background:transparent;color:var(--lp-gray-400);display:flex;align-items:center;gap:6px}.landing-root .toggle-btn.active{background:var(--lp-white);color:var(--lp-black)}.landing-root .toggle-save{font-size:10px;font-weight:600;color:var(--lp-gray-500);background:var(--lp-black-4);padding:2px 6px;border-radius:100px}.landing-root .toggle-btn.active .toggle-save{background:rgba(0,0,0,.08);color:var(--lp-gray-600)}.landing-root .pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:960px;margin:0 auto}.landing-root .pricing-card{background:var(--lp-black-2);border:1px solid var(--lp-border-dark);border-radius:12px;padding:48px 40px;display:flex;flex-direction:column}.landing-root .pricing-card.popular{background:var(--lp-off-white);border-color:var(--lp-off-white);color:var(--lp-black);position:relative}.landing-root .popular-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--lp-black);background:var(--lp-white);padding:5px 12px;border-radius:100px;margin-bottom:24px;align-self:flex-start;border:1px solid var(--lp-border-light)}.landing-root .pricing-name{font-family:var(--lp-font-display);font-size:36px;font-weight:400;letter-spacing:-.015em;margin-bottom:10px;color:var(--lp-white)}.landing-root .pricing-card.popular .pricing-name{color:var(--lp-black)}.landing-root .pricing-desc{font-size:15px;margin-bottom:36px;color:var(--lp-gray-400)}.landing-root .pricing-card.popular .pricing-desc{color:var(--lp-gray-600)}.landing-root .pricing-price{display:flex;align-items:baseline;gap:6px;margin-bottom:40px}.landing-root .pricing-amount{font-family:var(--lp-font-display);font-size:72px;font-weight:400;letter-spacing:-.035em;line-height:1;color:var(--lp-white)}.landing-root .pricing-card.popular .pricing-amount{color:var(--lp-black)}.landing-root .pricing-period{font-size:16px;color:var(--lp-gray-500)}.landing-root .pricing-card.popular .pricing-period{color:var(--lp-gray-600)}.landing-root .pricing-features{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:40px;flex:1}.landing-root .pricing-features li{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:var(--lp-gray-300)}.landing-root .pricing-card.popular .pricing-features li{color:var(--lp-gray-600)}.landing-root .pricing-check{flex-shrink:0;margin-top:2px;width:16px;height:16px;color:var(--lp-white);opacity:.7}.landing-root .pricing-card.popular .pricing-check{color:var(--lp-black);opacity:1}.landing-root .btn-pricing-primary{width:100%;padding:16px;border-radius:100px;font-family:var(--lp-font-body);font-size:15px;font-weight:500;cursor:pointer;transition:background .2s;border:none;text-decoration:none;text-align:center;display:block;background:var(--lp-white);color:var(--lp-black)}.landing-root .btn-pricing-primary:hover{background:var(--lp-gray-200)}.landing-root .pricing-card.popular .btn-pricing-primary{background:var(--lp-black);color:var(--lp-white)}.landing-root .pricing-card.popular .btn-pricing-primary:hover{background:var(--lp-gray-900)}.landing-root .pricing-note{text-align:center;margin-top:40px;font-size:13px;color:var(--lp-gray-500)}.landing-root .section-faq{background:var(--lp-off-white);padding:140px 32px;color:var(--lp-black)}.landing-root .faq-layout{display:grid;grid-template-columns:340px 1fr;gap:80px;margin-top:24px}.landing-root .faq-list{display:flex;flex-direction:column}.landing-root .faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.landing-root .faq-item:first-child{border-top:1px solid rgba(0,0,0,.1)}.landing-root .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:26px 0;background:none;border:none;cursor:pointer;text-align:left;gap:24px;font-family:var(--lp-font-body);transition:padding .2s}.landing-root .faq-q-text{font-family:var(--lp-font-display);font-size:22px;font-weight:400;letter-spacing:-.01em;color:var(--lp-black);line-height:1.3}.landing-root .faq-icon{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .4s,background .25s,border-color .25s;font-size:18px;color:var(--lp-black);font-weight:300}.landing-root .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--lp-black);color:var(--lp-white);border-color:var(--lp-black)}.landing-root .faq-answer{font-size:16px;color:var(--lp-gray-600);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .45s ease,padding .35s ease;padding-bottom:0;max-width:640px}.landing-root .faq-item.open .faq-answer{max-height:500px;padding-bottom:28px}.landing-root .faq-intro-link{color:var(--lp-black);text-decoration:underline;text-underline-offset:3px}.landing-root .faq-intro{font-size:15px;color:var(--lp-gray-600);line-height:1.65}.landing-root .section-cta{background:var(--lp-black);padding:180px 32px;text-align:center;position:relative;overflow:hidden}.landing-root .cta-glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 80%,rgba(139,127,238,.08) 0,transparent 70%);pointer-events:none}.landing-root .cta-inner{position:relative;z-index:1}.landing-root .cta-headline{font-family:var(--lp-font-display);font-size:clamp(56px,7vw,96px);font-weight:400;letter-spacing:-.03em;color:var(--lp-white);line-height:1;max-width:880px;margin:0 auto 28px}.landing-root .cta-headline em{font-style:italic;color:var(--lp-gray-400)}.landing-root .cta-sub{font-size:19px;color:var(--lp-gray-400);margin-bottom:48px;max-width:560px;margin-left:auto;margin-right:auto}.landing-root .cta-actions{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.landing-root .lp-footer{background:var(--lp-black);border-top:1px solid var(--lp-border-dark);padding:80px 32px 40px}.landing-root .footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;margin-bottom:64px;max-width:1240px;margin-left:auto;margin-right:auto}.landing-root .footer-brand{font-family:var(--lp-font-display);font-size:28px;font-weight:400;letter-spacing:-.02em;color:var(--lp-white);margin-bottom:16px;display:flex;align-items:center;gap:10px}.landing-root .footer-tagline{font-size:14px;color:var(--lp-gray-500);margin-bottom:32px;max-width:280px;line-height:1.6}.landing-root .footer-copy{font-size:13px;color:var(--lp-gray-500)}.landing-root .footer-col-title{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-gray-400);margin-bottom:20px}.landing-root .footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.landing-root .footer-links a{font-size:14px;color:var(--lp-gray-400);text-decoration:none;transition:color .2s}.landing-root .footer-links a:hover{color:var(--lp-white)}.landing-root .footer-bottom{padding-top:32px;border-top:1px solid var(--lp-border-dark);max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--lp-gray-500)}.landing-root svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round}.landing-root .score-ring-svg circle,.landing-root svg{stroke-linecap:round}@media (max-width:768px){.landing-root .nav-links{display:none}.landing-root .hero{padding:120px 24px 60px}.landing-root .features-grid,.landing-root .how-grid,.landing-root .preview-inner,.landing-root .tools-grid{grid-template-columns:1fr}.landing-root .feature-card.large{grid-column:span 1}.landing-root .pricing-grid{grid-template-columns:1fr}.landing-root .faq-layout{grid-template-columns:1fr;gap:40px}.landing-root .footer-inner{grid-template-columns:1fr 1fr;gap:32px}.landing-root .lp-container{padding:0 24px}.landing-root .lp-nav{padding:16px 24px}}