*,*:before,*:after{box-sizing:border-box}:root{--brand: #1e40af;--brand-dark: #1e3a8a;--accent: #3b82f6;--text: #1a1a2e;--muted: #666;--border: #e8e8e8;--bg-alt: #f7f8fc;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.08)}.lp-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:64px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.lp-nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:700;font-size:1.1rem}.lp-nav-brand-icon{font-size:1.5rem}.lp-nav-actions{display:flex;gap:12px;align-items:center}.lp-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;border:none;border-radius:8px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s;white-space:nowrap}.lp-btn-primary:hover{background:var(--brand-dark)}.lp-btn-primary.lp-btn-lg{padding:.85rem 2rem;font-size:1.05rem}.lp-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--brand);border:1.5px solid var(--brand);border-radius:8px;padding:.6rem 1.3rem;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}.lp-btn-outline:hover{background:var(--brand);color:#fff}.lp-hero{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;text-align:center;padding:5rem 5% 4rem}.lp-hero-badge{display:inline-block;background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:100px;padding:.3rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.lp-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;max-width:800px;margin-left:auto;margin-right:auto}.lp-hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);opacity:.9;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.lp-hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.lp-hero-btn-outline{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.6);border-radius:8px;padding:.85rem 2rem;font-size:1.05rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s;white-space:nowrap}.lp-hero-btn-outline:hover{background:#ffffff40}.lp-hero-stats{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.lp-hero-stat strong{display:block;font-size:1.8rem;font-weight:800}.lp-hero-stat span{font-size:.85rem;opacity:.8}.lp-section{padding:5rem 5%}.lp-section-alt{background:var(--bg-alt)}.lp-section-label{display:block;color:var(--brand);font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.lp-section h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--text);margin-bottom:1rem}.lp-section-sub{color:var(--muted);font-size:1.05rem;max-width:560px;line-height:1.65;margin-bottom:3rem}.lp-section-center{text-align:center}.lp-section-center .lp-section-sub{margin-left:auto;margin-right:auto}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.lp-feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:box-shadow .2s,transform .2s}.lp-feature-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.lp-feature-icon{font-size:2rem;margin-bottom:1rem}.lp-feature-card h3{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.lp-feature-card p{color:var(--muted);font-size:.92rem;line-height:1.6}.lp-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.lp-step{text-align:center}.lp-step-num{width:52px;height:52px;border-radius:50%;background:var(--brand);color:#fff;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.lp-step h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.lp-step p{color:var(--muted);font-size:.9rem;line-height:1.6}.lp-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:960px;margin:0 auto}.lp-plan{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;display:flex;flex-direction:column}.lp-plan.lp-plan-featured{border-color:var(--brand);box-shadow:0 0 0 4px #1e40af1a}.lp-plan-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .85rem;border-radius:100px;white-space:nowrap}.lp-plan-name{font-size:1rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.lp-plan-price{font-size:2.5rem;font-weight:800;color:var(--text);margin-bottom:.25rem}.lp-plan-price span{font-size:1rem;font-weight:400;color:var(--muted)}.lp-plan-desc{color:var(--muted);font-size:.9rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.lp-plan-features{list-style:none;flex:1;margin-bottom:2rem}.lp-plan-features li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--text);padding:.4rem 0}.lp-plan-features li:before{content:"✓";color:#22a06b;font-weight:700;flex-shrink:0}.lp-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:4px}.lp-faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.lp-faq-q{width:100%;background:#fff;border:none;text-align:left;padding:1.1rem 1.5rem;font-size:.97rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .15s}.lp-faq-q:hover{background:var(--bg-alt)}.lp-faq-chevron{font-size:.8rem;transition:transform .2s;flex-shrink:0}.lp-faq-chevron.open{transform:rotate(180deg)}.lp-faq-a{padding:0 1.5rem 1.25rem;color:var(--muted);font-size:.92rem;line-height:1.7}.lp-cta{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;text-align:center;padding:4.5rem 5%}.lp-cta h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:1rem}.lp-cta p{font-size:1.05rem;opacity:.9;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.lp-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.lp-cta-btn-white{background:#fff;color:var(--brand);border:none;border-radius:8px;padding:.85rem 2rem;font-size:1.05rem;font-weight:700;cursor:pointer;text-decoration:none;transition:opacity .2s;white-space:nowrap}.lp-cta-btn-white:hover{opacity:.92}.lp-cta-btn-ghost{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.6);border-radius:8px;padding:.85rem 2rem;font-size:1.05rem;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap}.lp-cta-btn-ghost:hover{background:#ffffff40}.lp-footer{background:var(--text);color:#ffffffb3;padding:3rem 5% 2rem}.lp-footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem}.lp-footer-brand{font-weight:700;font-size:1.05rem;color:#fff;display:flex;align-items:center;gap:8px}.lp-footer-links{display:flex;gap:2.5rem;flex-wrap:wrap}.lp-footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .15s}.lp-footer-links a:hover{color:#fff}.lp-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem}.lp-footer-legal{display:flex;gap:1.5rem}.lp-footer-legal a{color:#fff9;text-decoration:none;font-size:.85rem;transition:color .15s}.lp-footer-legal a:hover{color:#fff}@media (max-width: 640px){.lp-nav-actions .lp-btn-outline{display:none}.lp-hero{padding:3.5rem 5% 3rem}.lp-hero-stats{gap:1.5rem}.lp-section{padding:3.5rem 5%}.lp-footer-top{flex-direction:column}.lp-footer-links{gap:1.5rem}}
