.lp-root{background:#fff;color:#111827;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden}.lp-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.04);padding:0 1.5rem}.lp-nav-inner{justify-content:space-between;max-width:1140px;margin:0 auto;padding:1rem 0}.lp-logo,.lp-nav-inner{display:flex;align-items:center}.lp-logo{gap:10px;font-size:17px;font-weight:650;color:#0f172a;letter-spacing:-.3px}.lp-logo-icon{background:#2563eb;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.lp-logo-icon-sm{width:24px;height:24px;border-radius:6px}.lp-nav-links{display:flex;gap:2rem;font-size:14px}.lp-nav-links a{text-decoration:none;color:#64748b;transition:color .15s;font-weight:450}.lp-nav-links a:hover{color:#0f172a}.lp-nav-auth{display:flex;align-items:center;gap:6px}.lp-login{text-decoration:none;color:#374151;padding:9px 14px;font-size:14px;font-weight:500;border-radius:8px;transition:background .15s}.lp-login:hover{background:#f1f5f9}.lp-nav-cta{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;text-decoration:none;font-weight:550;transition:background .15s,box-shadow .15s;box-shadow:0 1px 2px rgba(37,99,235,.2)}.lp-nav-cta:hover{background:#1d4ed8;box-shadow:0 2px 8px rgba(37,99,235,.3)}.lp-hero{max-width:760px;margin:0 auto;text-align:center;padding:5.5rem 1.5rem 3.5rem}.lp-badge{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.05em;color:#2563eb;margin-bottom:1.5rem;background:#eff6ff;padding:7px 14px;border-radius:20px;border:1px solid #dbeafe}.lp-badge-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.lp-hero-title{font-size:60px;font-weight:780;line-height:1.04;letter-spacing:-2.8px;margin:0;color:#0f172a}.lp-accent{color:#2563eb}.lp-accent-light{color:#93c5fd}.lp-hero-subtitle{font-size:18px;color:#64748b;margin-top:1.4rem;line-height:1.65;max-width:500px;margin-left:auto;margin-right:auto}.lp-cta-row{display:flex;justify-content:center;gap:12px;margin-top:2.2rem;flex-wrap:wrap}.lp-btn-primary{background:#2563eb;color:#fff;border:none;padding:15px 30px;border-radius:10px;font-size:15px;text-decoration:none;font-weight:600;transition:background .15s,box-shadow .2s,transform .1s;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 3px rgba(37,99,235,.25),0 4px 12px rgba(37,99,235,.15)}.lp-btn-primary:hover{background:#1d4ed8;box-shadow:0 2px 6px rgba(37,99,235,.3),0 8px 24px rgba(37,99,235,.2);transform:translateY(-1px)}.lp-btn-secondary{color:#374151;border:1px solid #e2e8f0;padding:15px 24px;border-radius:10px;font-size:15px;text-decoration:none;font-weight:500;background:#fff;transition:border-color .15s,background .15s}.lp-btn-secondary:hover{border-color:#cbd5e1;background:#f8fafc}.lp-hero-note{font-size:13px;color:#94a3b8;margin-top:1.2rem}.lp-proof-wrapper{max-width:680px;margin:0 auto 4rem;padding:0 2rem}.lp-proof-bar{background:#f8fafc;border-radius:14px;border:1px solid #e2e8f0;padding:1.2rem 2rem;display:flex;justify-content:center;gap:2.5rem;align-items:center}.lp-proof-item{text-align:center;white-space:nowrap}.lp-proof-value{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.5px;line-height:1.2}.lp-proof-green{color:#059669}.lp-proof-label{font-size:12.5px;color:#64748b;margin-top:1px}.lp-divider{width:1px;background:#e2e8f0}.lp-section{max-width:1140px;margin:0 auto;padding:5rem 2rem}.lp-section-narrow{max-width:920px}.lp-section-header{text-align:center;margin-bottom:3.5rem}.lp-section-title{font-size:40px;font-weight:750;letter-spacing:-1.5px;line-height:1.12;margin:0;color:#0f172a}.lp-section-desc{font-size:17px;color:#64748b;margin-top:1rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e2e8f0;border-radius:20px;overflow:hidden;border:1px solid #e2e8f0}.lp-feature-card{background:#fff;padding:2rem;display:flex;flex-direction:column;transition:background .2s}.lp-feature-card:last-child{grid-column:span 1}.lp-features-grid:after{content:"";background:#fff}.lp-feature-card:hover{background:#f8fafc}.lp-feature-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.1rem}.lp-feature-icon{width:42px;height:42px;border-radius:10px;background:#eff6ff;border:1px solid #dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center}.lp-feature-num{font-size:11px;color:#cbd5e1;font-weight:600;font-variant-numeric:tabular-nums}.lp-feature-title{font-size:15px;font-weight:620;margin:0 0 6px;color:#0f172a;letter-spacing:-.2px}.lp-feature-desc{font-size:13.5px;color:#64748b;line-height:1.55;margin:0;flex:1}.lp-feature-tag{display:inline-block;margin-top:14px;font-size:10px;font-weight:700;letter-spacing:.06em;color:#2563eb}.lp-protection-section{background:linear-gradient(135deg,#1e3a8a,#1d4ed8 50%,#2563eb);border-radius:24px;padding:4.5rem 4rem;color:#fff;position:relative;overflow:hidden}.lp-protection-section:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);pointer-events:none}.lp-protection-icon-wrap{width:52px;height:52px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.lp-protection-title{font-size:38px;font-weight:750;letter-spacing:-1px;margin:0;color:#fff}.lp-protection-subtitle{font-size:16px;color:rgba(255,255,255,.75);margin-top:.8rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.lp-protection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.lp-protection-card{background:rgba(255,255,255,.06);border-radius:14px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:background .2s,border-color .2s}.lp-protection-card:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18)}.lp-protection-card-icon{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.lp-protection-card-title{font-size:14.5px;font-weight:600;margin:0 0 6px;color:#fff}.lp-protection-card-desc{font-size:13px;color:rgba(255,255,255,.65);line-height:1.6;margin:0}.lp-automation-section{max-width:780px;position:relative}.lp-automation-badge{display:inline-flex;align-items:center;gap:6px;margin:0 auto 2rem;padding:6px 16px;font-size:13px;font-weight:600;color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:100px;text-align:center;width:-moz-fit-content;width:fit-content;display:block;letter-spacing:-.2px}.lp-automation-timeline{display:flex;flex-direction:column;position:relative}.lp-auto-step{display:flex;gap:20px;align-items:flex-start}.lp-auto-step-left{flex-direction:column}.lp-auto-step-icon,.lp-auto-step-left{display:flex;align-items:center;flex-shrink:0;width:52px}.lp-auto-step-icon{height:52px;border-radius:16px;background:#fff;justify-content:center;font-size:22px;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.03)}.lp-auto-step-connector{width:2px;flex-grow:1;min-height:20px;background:linear-gradient(180deg,#bfdbfe,#e0e7ff);border-radius:1px}.lp-auto-step-card{flex:1;background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:18px 22px;margin-bottom:12px;box-shadow:0 1px 4px rgba(0,0,0,.03);transition:box-shadow .2s ease,border-color .2s ease}.lp-auto-step-card:hover{border-color:#dbeafe;box-shadow:0 4px 16px rgba(37,99,235,.06),0 1px 4px rgba(0,0,0,.03)}.lp-auto-step-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.lp-auto-step-label{font-size:15.5px;font-weight:650;margin:0;color:#0f172a;letter-spacing:-.3px}.lp-auto-step-tag{font-size:11.5px;font-weight:600;color:#2563eb;background:#eff6ff;padding:3px 10px;border-radius:100px;white-space:nowrap;letter-spacing:.1px;text-transform:uppercase}.lp-auto-step-detail{font-size:14px;color:#64748b;margin:0;line-height:1.6}.lp-automation-footer{margin-top:2.5rem;text-align:center}.lp-automation-footer-text{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:500;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 24px;margin:0}.lp-automation-footer-icon{font-size:18px}.lp-timeline{display:flex;flex-direction:column}.lp-timeline-step{display:flex;gap:16px;align-items:flex-start}.lp-timeline-left{flex-direction:column}.lp-timeline-dot,.lp-timeline-left{display:flex;align-items:center;flex-shrink:0;width:40px}.lp-timeline-dot{height:40px;border-radius:50%;background:#eff6ff;justify-content:center;font-size:17px;border:3px solid #fff;box-shadow:0 0 0 1px #dbeafe}.lp-timeline-line{width:2px;flex-grow:1;background:linear-gradient(180deg,#bfdbfe,#e2e8f0);min-height:24px}.lp-timeline-content{padding-bottom:28px;padding-top:8px}.lp-timeline-label{font-size:15px;font-weight:600;margin:0;color:#0f172a}.lp-timeline-detail{font-size:14px;color:#64748b;margin:4px 0 0;line-height:1.55}.lp-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.lp-step-card{text-align:center;padding:2.2rem 1.5rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;transition:border-color .2s,box-shadow .2s}.lp-step-card:hover{border-color:#bfdbfe;box-shadow:0 4px 16px rgba(37,99,235,.06)}.lp-step-body{flex:1;min-width:0}.lp-step-num{width:38px;height:38px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;margin:0 auto 1rem}.lp-step-title{font-size:16px;font-weight:620;margin:0;color:#0f172a;letter-spacing:-.2px}.lp-step-desc{font-size:14px;color:#64748b;margin-top:8px;line-height:1.55}.lp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:2.5rem;text-align:left}.lp-pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2rem;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.lp-pricing-card:hover{border-color:#bfdbfe}.lp-pricing-featured{border:2px solid #2563eb;box-shadow:0 4px 24px rgba(37,99,235,.1),0 0 0 1px rgba(37,99,235,.05);position:relative;overflow:hidden;padding-top:3.2rem}.lp-pricing-featured:hover{border-color:#2563eb;box-shadow:0 8px 32px rgba(37,99,235,.15),0 0 0 1px rgba(37,99,235,.1)}.lp-pricing-badge{position:absolute;top:0;left:0;right:0;background:#2563eb;padding:7px 0;text-align:center;font-size:11px;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase}.lp-pricing-header{margin-bottom:1.2rem}.lp-pricing-plan{font-size:16px;font-weight:700;margin:0 0 4px;color:#0f172a}.lp-pricing-for{font-size:13px;color:#94a3b8;margin:0}.lp-pricing-amount-wrap{margin-bottom:.5rem}.lp-pricing-amount{font-size:44px;font-weight:780;color:#0f172a;letter-spacing:-1.5px;line-height:1}.lp-pricing-amount-blue{color:#2563eb}.lp-pricing-period{font-size:14px;color:#94a3b8;margin-left:3px}.lp-pricing-properties{font-size:13px;font-weight:600;color:#2563eb;margin:6px 0 1.5rem}.lp-pricing-features{display:flex;flex-direction:column;gap:9px;margin-bottom:1.8rem;flex:1}.lp-pricing-feature{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#374151}.lp-pricing-check{width:18px;height:18px;border-radius:50%;background:#eff6ff;border:1px solid #dbeafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-btn-outline-pricing{display:block;width:100%;padding:12px 0;border-radius:10px;font-size:14px;text-align:center;background:#f1f5f9;color:#374151;text-decoration:none;font-weight:600;box-sizing:border-box;transition:background .15s}.lp-btn-outline-pricing:hover{background:#e2e8f0}.lp-btn-primary-pricing{display:block;width:100%;padding:12px 0;border-radius:10px;font-size:14px;text-align:center;background:#2563eb;color:#fff;text-decoration:none;font-weight:600;box-sizing:border-box;transition:background .15s,box-shadow .15s;box-shadow:0 1px 3px rgba(37,99,235,.2)}.lp-btn-primary-pricing:hover{background:#1d4ed8;box-shadow:0 2px 8px rgba(37,99,235,.3)}.lp-pricing-note{font-size:13px;color:#94a3b8;margin-top:1.5rem;text-align:center}.lp-faq-list{max-width:680px;margin:0 auto}.lp-faq-email-inline{color:#2563eb;text-decoration:none;font-weight:500}.lp-faq-email-inline:hover{text-decoration:underline}.lp-faq-item{border-bottom:1px solid #f1f5f9}.lp-faq-item:first-child{border-top:1px solid #f1f5f9}.lp-faq-question{padding:1.3rem 0;font-size:15px;font-weight:520;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:#1e293b;transition:color .15s}.lp-faq-question::-webkit-details-marker{display:none}.lp-faq-question:hover{color:#2563eb}.lp-faq-chevron{flex-shrink:0;margin-left:12px;color:#94a3b8;transition:transform .2s,color .2s}details[open] .lp-faq-chevron{transform:rotate(180deg);color:#2563eb}details[open] .lp-faq-question{color:#2563eb}.lp-faq-answer{padding:0 0 1.3rem;font-size:14px;color:#64748b;line-height:1.7}.lp-bottom-cta{border-radius:24px;background:linear-gradient(135deg,#1e3a8a,#1d4ed8 50%,#2563eb);padding:4.5rem 2rem;text-align:center;position:relative;overflow:hidden}.lp-bottom-cta:before{content:"";position:absolute;top:-40%;left:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);pointer-events:none}.lp-bottom-cta-title{font-size:38px;font-weight:750;letter-spacing:-1px;margin:0;color:#fff}.lp-bottom-cta-desc{font-size:16px;margin-top:.8rem;color:rgba(255,255,255,.75);max-width:420px;margin-left:auto;margin-right:auto;line-height:1.6}.lp-bottom-cta .lp-btn-primary{background:#fff;color:#1d4ed8;box-shadow:0 2px 8px rgba(0,0,0,.1)}.lp-bottom-cta .lp-btn-primary:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.lp-bottom-cta .lp-hero-note{color:rgba(255,255,255,.6)}.lp-footer{max-width:1140px;margin:0 auto;padding:3rem 2rem 2rem;border-top:1px solid #f1f5f9}.lp-footer-inner{display:flex;justify-content:space-between;align-items:flex-start}.lp-footer-brand{max-width:260px}.lp-footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:10px}.lp-footer-name{font-weight:600;color:#0f172a;font-size:14px}.lp-footer-tagline{font-size:13px;color:#94a3b8;margin:0 0 8px;line-height:1.6}.lp-footer-email{font-size:13px;color:#64748b;text-decoration:none;font-weight:500}.lp-footer-email:hover{color:#2563eb}.lp-footer-links{display:flex;gap:3rem}.lp-footer-col{display:flex;flex-direction:column;gap:7px}.lp-footer-col-title{font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.lp-footer-col a{color:#94a3b8;text-decoration:none;font-size:13px;transition:color .15s}.lp-footer-col a:hover{color:#64748b}.lp-footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;font-size:12px;color:#cbd5e1;text-align:center}@media (max-width:768px){.lp-nav-links{display:none}.lp-login{font-size:13px;padding:6px 10px}.lp-nav-inner{padding:.75rem 0}.lp-nav-cta{padding:8px 14px;font-size:13px;white-space:nowrap}.lp-hero{padding:3rem 1.25rem 2.5rem}.lp-hero-title{font-size:34px;letter-spacing:-1px;line-height:1.1}.lp-badge{font-size:10.5px;padding:6px 12px}.lp-hero-subtitle{font-size:15px;margin-top:1rem;line-height:1.6}.lp-cta-row{flex-direction:column;align-items:stretch;gap:10px;margin-top:1.8rem}.lp-btn-primary,.lp-btn-secondary{width:100%;text-align:center;box-sizing:border-box;justify-content:center;padding:14px 20px;font-size:15px}.lp-proof-wrapper{margin-bottom:2.5rem;padding:0 1.25rem}.lp-proof-bar{flex-wrap:wrap;gap:0;padding:0;border-radius:12px}.lp-proof-item{flex:1 1 50%;padding:1rem .5rem;border-bottom:1px solid #e2e8f0}.lp-proof-item:nth-child(odd){border-right:1px solid #e2e8f0}.lp-proof-item:nth-last-child(-n+2){border-bottom:none}.lp-divider{display:none}.lp-proof-value{font-size:22px}.lp-proof-label{font-size:12px}.lp-section{padding:3rem 1.25rem}.lp-section-header{margin-bottom:2.5rem}.lp-section-title{font-size:28px;letter-spacing:-.8px}.lp-section-desc{font-size:15px;max-width:100%}.lp-features-grid{grid-template-columns:1fr;border-radius:14px}.lp-feature-card{padding:1.5rem}.lp-feature-title{font-size:14.5px}.lp-feature-desc{font-size:13px}.lp-protection-section{padding:2.5rem 1.25rem;border-radius:16px}.lp-protection-grid{grid-template-columns:1fr;gap:10px}.lp-protection-title{font-size:24px;letter-spacing:-.5px}.lp-protection-subtitle{font-size:14px}.lp-protection-card{padding:1.25rem}.lp-auto-step{gap:14px}.lp-auto-step-left{width:42px}.lp-auto-step-icon{width:42px;height:42px;font-size:18px;border-radius:12px}.lp-auto-step-card{padding:14px 16px;margin-bottom:10px;border-radius:12px}.lp-auto-step-header{flex-wrap:wrap;gap:6px}.lp-auto-step-label{font-size:14px}.lp-auto-step-detail{font-size:13px}.lp-auto-step-tag{font-size:10px;padding:2px 8px}.lp-automation-badge{font-size:12px;padding:5px 14px}.lp-automation-footer-text{font-size:13px;padding:10px 16px;flex-direction:column;gap:4px;text-align:center}.lp-steps-grid{grid-template-columns:1fr;gap:12px;margin-top:2rem}.lp-step-card{padding:1.25rem;text-align:left;display:flex;align-items:flex-start;gap:14px}.lp-step-num{margin:0;flex-shrink:0;width:34px;height:34px;font-size:14px}.lp-step-desc,.lp-step-title{text-align:left}.lp-pricing-grid{grid-template-columns:1fr;gap:12px}.lp-pricing-card{padding:1.5rem}.lp-pricing-featured{padding-top:2.8rem}.lp-pricing-amount{font-size:38px}.lp-faq-question{font-size:14px;padding:1.1rem 0}.lp-faq-answer{font-size:13.5px}.lp-bottom-cta{padding:3rem 1.25rem;border-radius:16px}.lp-bottom-cta-title{font-size:26px}.lp-bottom-cta-desc{font-size:14px}.lp-footer{padding:2rem 1.25rem 1.5rem}.lp-footer-inner{flex-direction:column;gap:2rem}.lp-footer-brand{max-width:100%}.lp-footer-links{flex-wrap:wrap;gap:1.5rem 2rem;width:100%}.lp-footer-col{min-width:120px}.lp-footer-bottom{margin-top:1.5rem;padding-top:1rem}}@media (max-width:380px){.lp-hero-title{font-size:28px}.lp-section-title{font-size:24px}.lp-bottom-cta-title,.lp-protection-title{font-size:22px}.lp-pricing-amount{font-size:34px}.lp-proof-value{font-size:20px}}@media (min-width:769px) and (max-width:1024px){.lp-features-grid,.lp-pricing-grid,.lp-protection-grid{grid-template-columns:repeat(2,1fr)}.lp-nav-links{gap:1.5rem}.lp-hero-title{font-size:48px}.lp-section{padding:4rem 2rem}.lp-footer-links{gap:2rem}}.sp-hero{max-width:820px;margin:0 auto;text-align:center;padding:4rem 1.5rem 3rem}.sp-hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:7px 14px;border-radius:20px;margin-bottom:1.5rem}.sp-hero-badge-alert{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.sp-hero-badge-info{background:#eff6ff;color:#1e40af;border:1px solid #dbeafe}.sp-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sp-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.75rem;transition:border-color .2s}.sp-card:hover{border-color:#bfdbfe}.sp-card-icon{width:42px;height:42px;border-radius:10px;background:#eff6ff;border:1px solid #dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:1rem}.sp-card-title{font-size:16px;font-weight:620;margin:0 0 6px;color:#0f172a}.sp-card-desc{font-size:14px;color:#64748b;line-height:1.6;margin:0}.sp-comparison-table{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.sp-comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.sp-comparison-header>div{padding:14px 20px}.sp-comparison-header .sp-col-us{background:#f0fdf4;color:#065f46}.sp-comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #f1f5f9;font-size:14px}.sp-comparison-row:last-child{border-bottom:none}.sp-comparison-row>div{padding:13px 20px}.sp-comparison-row .sp-col-feature{font-weight:500;color:#374151}.sp-comparison-row .sp-col-us{color:#065f46;font-weight:600;background:#f0fdf4}.sp-comparison-row .sp-col-them{color:#6b7280}.sp-cost-box{background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;padding:2.5rem;text-align:center}.sp-cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:600px;margin:0 auto}.sp-cost-label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.sp-cost-value{font-size:32px;font-weight:750;letter-spacing:-1px}.sp-cost-green{color:#059669}.sp-cost-red{color:#dc2626}.sp-faq-list{max-width:680px;margin:0 auto}.sp-back-link{color:#64748b;text-decoration:none;font-size:13px;font-weight:500}.sp-back-link:hover{color:#2563eb}.sp-footer-inner{flex-direction:row;align-items:center}.sp-footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.sp-footer-links a{color:#94a3b8;text-decoration:none;font-size:13px}.sp-footer-links a:hover{color:#64748b}@media (max-width:768px){.sp-hero{padding:3rem 1.25rem 2rem}.sp-hero-badge{font-size:11px;padding:6px 12px}.sp-grid-2,.sp-grid-3{grid-template-columns:1fr}.sp-card{padding:1.5rem}.sp-card-title{font-size:15px}.sp-card-desc{font-size:13px}.sp-comparison-header,.sp-comparison-row{grid-template-columns:1.5fr 1fr 1fr;font-size:12px}.sp-comparison-header>div,.sp-comparison-row>div{padding:10px}.sp-cost-box{padding:1.5rem}.sp-cost-grid{grid-template-columns:1fr;gap:1rem}.sp-cost-value{font-size:28px}.sp-footer-inner{flex-direction:column;gap:1rem;align-items:center;text-align:center}.sp-footer-links{justify-content:center}}@media (min-width:769px) and (max-width:1024px){.sp-grid-3{grid-template-columns:repeat(2,1fr)}}html{scroll-behavior:smooth}@media (pointer:coarse){.lp-nav-auth a:not(.lp-login){min-height:44px;display:inline-flex;align-items:center}.lp-btn-primary,.lp-btn-secondary,.lp-faq-question{min-height:48px}.lp-btn-outline-pricing,.lp-btn-primary-pricing{min-height:44px;display:flex;align-items:center;justify-content:center}}