@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--lp-primary: #7c3aed;--lp-primary-hover: #6d28d9;--lp-bg: #F3F5F9;--lp-text: #1e293b;--lp-text-muted: #64748b;--lp-white: #ffffff;--lp-radius: 8px;--lp-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--lp-shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}.lp-container{font-family:Inter,sans-serif;background-color:var(--lp-bg);color:var(--lp-text);overflow-x:hidden;scroll-behavior:smooth}.lp-navbar{position:fixed;top:0;left:0;right:0;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.05)}.lp-nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.lp-logo{display:flex;align-items:center;gap:.75rem}.lp-logo-icon{background:var(--lp-primary);width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.lp-logo-icon.small{width:28px;height:28px;border-radius:6px}.lp-logo-text{font-size:1.5rem;font-weight:700;color:var(--lp-text);letter-spacing:-.025em}.lp-logo-text.small{font-size:1.1rem}.lp-logo-text span{color:var(--lp-primary)}.lp-nav-links{display:flex;align-items:center;gap:2rem}.lp-nav-links a{text-decoration:none;color:var(--lp-text-muted);font-weight:500;transition:color .2s}.lp-nav-links a:hover{color:var(--lp-primary)}.lp-btn-primary{background:var(--lp-primary);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:var(--lp-radius);font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.lp-btn-primary:hover{background:var(--lp-primary-hover);transform:translateY(-1px)}.lp-btn-primary.lg{padding:1rem 2rem;font-size:1.125rem}.lp-btn-primary.white{background:#fff;color:var(--lp-primary)}.lp-btn-primary.white:hover{background:#f8fafc}.lp-btn-secondary{background:transparent;color:var(--lp-text);border:none;font-weight:600;cursor:pointer}.lp-btn-outline{background:#fff;color:var(--lp-text);border:1px solid #e2e8f0;padding:.625rem 1.25rem;border-radius:var(--lp-radius);font-weight:600;cursor:pointer;transition:all .2s}.lp-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.lp-btn-outline.lg{padding:1rem 2rem;font-size:1.125rem}.lp-hero{padding:160px 2rem 100px;background:radial-gradient(circle at top right,rgba(124,58,237,.05),transparent 40%),radial-gradient(circle at bottom left,rgba(124,58,237,.05),transparent 40%)}.lp-hero-content{max-width:1000px;margin:0 auto;text-align:center}.lp-hero-badge{display:inline-block;padding:.5rem 1rem;background:#7c3aed1a;color:var(--lp-primary);border-radius:9999px;font-weight:600;font-size:.875rem;margin-bottom:2rem}.lp-hero-title{font-size:4rem;font-weight:800;line-height:1.1;letter-spacing:-.05em;margin-bottom:1.5rem}.lp-hero-title span{color:var(--lp-primary)}.lp-hero-subtitle{font-size:1.25rem;color:var(--lp-text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.6}.lp-hero-actions{display:flex;justify-content:center;gap:1.5rem;margin-bottom:5rem}.lp-hero-image-wrapper{position:relative;max-width:1000px;margin:0 auto}.lp-hero-image-shadow{position:absolute;top:10%;left:10%;right:10%;bottom:-5%;background:var(--lp-primary);filter:blur(100px);opacity:.15;z-index:0}.lp-hero-image{width:100%;border-radius:12px;box-shadow:var(--lp-shadow-lg);border:4px solid white;position:relative;z-index:1}.lp-stats{padding:4rem 2rem;background:#fff;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.lp-stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.lp-stat-item h3{font-size:2.5rem;font-weight:800;color:var(--lp-primary);margin-bottom:.5rem}.lp-stat-item p{color:var(--lp-text-muted);font-weight:500}.lp-features{padding:100px 2rem;max-width:1200px;margin:0 auto}.lp-section-header{text-align:center;margin-bottom:6rem}.lp-section-title{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.lp-section-subtitle{font-size:1.125rem;color:var(--lp-text-muted)}.lp-feature-highlight{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:8rem}.lp-feature-info{display:flex;flex-direction:column;gap:1.5rem}.lp-feature-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.lp-feature-icon-wrapper.purple{background:#f0ebff;color:#6d28d9;border:1px solid rgba(124,58,237,.1)}.lp-feature-icon-wrapper.blue{background:#e0efff;color:#2563eb;border:1px solid rgba(59,130,246,.1)}.lp-feature-info h3{font-size:2rem;font-weight:700;letter-spacing:-.025em}.lp-feature-info p{color:var(--lp-text-muted);line-height:1.6;font-size:1.125rem}.lp-feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.lp-feature-list li{display:flex;align-items:center;gap:.75rem;font-weight:500}.lp-feature-image{width:100%;border-radius:12px;box-shadow:var(--lp-shadow-lg)}.lp-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.lp-feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--lp-shadow);transition:transform .2s,box-shadow .2s}.lp-feature-card:hover{transform:translateY(-5px);box-shadow:var(--lp-shadow-lg)}.lp-card-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.lp-card-icon.green{background:#dcfce7;color:#15803d;border:1px solid rgba(34,197,94,.1)}.lp-card-icon.orange{background:#ffedd5;color:#c2410c;border:1px solid rgba(249,115,22,.1)}.lp-card-icon.red{background:#fee2e2;color:#b91c1c;border:1px solid rgba(239,68,68,.1)}.lp-card-icon.violet{background:#f3e8ff;color:#7e22ce;border:1px solid rgba(139,92,246,.1)}.lp-feature-card h4{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.lp-feature-card p{color:var(--lp-text-muted);line-height:1.5}.lp-plans{padding:100px 2rem;background:#fff}.lp-plans-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.lp-plan-card{padding:3rem 2rem;border-radius:24px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;gap:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.lp-plan-card:hover{transform:translateY(-8px);box-shadow:var(--lp-shadow-lg);border-color:var(--lp-primary)}.lp-plan-card.popular{border:2px solid var(--lp-primary);transform:scale(1.05);box-shadow:var(--lp-shadow-lg);z-index:10}.lp-plan-card.popular:hover{transform:scale(1.05) translateY(-8px)}.lp-plan-popular-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--lp-primary);color:#fff;padding:.25rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.lp-plan-premium-tag{position:absolute;top:2rem;right:2rem;background:#fef9c3;color:#854d0e;padding:.25rem .75rem;border-radius:6px;font-size:.7rem;font-weight:700}.lp-plan-card h3{font-size:1.5rem;font-weight:700}.lp-plan-price{font-size:3rem;font-weight:800;letter-spacing:-.05em}.lp-plan-price span{font-size:1rem;color:var(--lp-text-muted);font-weight:500;letter-spacing:0}.lp-plan-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.lp-plan-features li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--lp-text-muted)}.lp-plan-features .text-violet-500{color:var(--lp-primary)}.lp-btn-outline.full,.lp-btn-primary.full{width:100%;margin-top:auto}.lp-faq{padding:100px 2rem;background:var(--lp-bg)}.lp-faq-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.lp-faq-item{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--lp-shadow)}.lp-faq-item h4{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--lp-primary)}.lp-faq-item p{color:var(--lp-text-muted);line-height:1.6}.lp-cta{padding:100px 2rem;max-width:1200px;margin:0 auto}.lp-cta-card{background:var(--lp-primary);border-radius:24px;padding:5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.lp-cta-glow{position:absolute;top:-50%;left:-20%;width:150%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);pointer-events:none}.lp-cta-card h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem;position:relative}.lp-cta-card p{font-size:1.25rem;opacity:.9;margin-bottom:3rem;position:relative}.lp-footer{background:#fff;padding:5rem 2rem;border-top:1px solid rgba(0,0,0,.05)}.lp-footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}.lp-footer-brand p{margin-top:1.5rem;color:var(--lp-text-muted)}.lp-footer-links{display:flex;gap:6rem}.lp-footer-col h5{font-size:1rem;font-weight:700;margin-bottom:1.5rem}.lp-footer-col a{text-decoration:none;color:var(--lp-text-muted);transition:color .2s}.lp-footer-col a:hover{color:var(--lp-primary)}.lp-mobile-menu-btn{display:none;background:transparent;border:none;color:var(--lp-text);cursor:pointer;padding:.5rem;z-index:1001}@media(max-width:1024px){.lp-hero-title{font-size:3rem}.lp-stats-grid,.lp-feature-grid,.lp-plans-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.lp-mobile-menu-btn{display:block}.lp-nav-links{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#fff;flex-direction:column;padding:80px 2rem;transition:.3s ease-in-out;box-shadow:-10px 0 30px #0000001a;gap:1.5rem;align-items:flex-start}.lp-nav-links.open{right:0}.lp-nav-links a,.lp-btn-secondary{width:100%;text-align:left;font-size:1.125rem}.lp-btn-primary{width:100%}.lp-hero{padding:120px 1rem 60px}.lp-hero-title{font-size:2.25rem}.lp-hero-subtitle{font-size:1.125rem;margin-bottom:2rem}.lp-hero-actions{flex-direction:column;gap:1rem;margin-bottom:3rem}.lp-hero-actions .lp-btn-primary,.lp-hero-actions .lp-btn-outline{width:100%}.lp-feature-highlight{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.lp-feature-highlight.left .lp-feature-image-wrapper{order:2}.lp-feature-info h3{font-size:1.75rem}.lp-feature-grid{grid-template-columns:1fr}.lp-plans-grid{grid-template-columns:1fr;gap:2rem}.lp-plan-card.popular{transform:none}.lp-plan-card.popular:hover{transform:translateY(-8px)}.lp-plan-price{font-size:2.5rem}.lp-cta-card h2{font-size:2rem}.lp-footer-content{flex-direction:column;gap:3rem}.lp-footer-links{gap:3rem;flex-direction:column}.lp-feature-icon-wrapper{width:64px;height:64px;border-radius:16px}.lp-feature-icon-wrapper svg{width:32px;height:32px}.lp-card-icon{width:56px;height:56px;border-radius:14px}.lp-card-icon svg{width:28px;height:28px}}@media(max-width:480px){.lp-stats-grid{grid-template-columns:1fr;gap:1.5rem}.lp-hero-title{font-size:2rem}.lp-section-title{font-size:1.75rem}}.ml-2{margin-left:.5rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.text-violet-500{color:#8b5cf6}.text-blue-500{color:#3b82f6}.text-green-500{color:#22c55e}.fill-yellow-400{fill:#facc15}.text-yellow-400{color:#facc15}.lp-hero-trust{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.lp-trust-item{display:flex;align-items:center;gap:.5rem;color:var(--lp-text-muted);font-size:.875rem;font-weight:500}.lp-badges-section{padding:80px 2rem;background:#fff}.lp-badges-grid{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.lp-badge-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--lp-text);transition:all .2s}.lp-badge-item:hover{background:#7c3aed1a;border-color:var(--lp-primary);color:var(--lp-primary)}.lp-badge-item svg{color:var(--lp-primary)}.lp-section-title span{color:var(--lp-primary)}.lp-premium-modules{padding:100px 2rem;background:linear-gradient(180deg,#1e1b4b,#312e81);color:#fff}.lp-premium-modules .lp-section-header{margin-bottom:4rem}.lp-premium-modules .lp-section-title{color:#fff}.lp-premium-modules .lp-section-subtitle{color:#ffffffb3}.lp-premium-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#7c3aed4d;color:#a78bfa;border-radius:9999px;font-weight:600;font-size:.875rem;margin-bottom:1.5rem}.lp-premium-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.lp-premium-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;transition:all .3s}.lp-premium-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-5px)}.lp-premium-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.lp-premium-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center}.lp-premium-icon.nfe{background:linear-gradient(135deg,#10b981,#059669)}.lp-premium-icon.tef{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.lp-premium-tag{background:#ffffff1a;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.lp-premium-card h3{font-size:1.75rem;font-weight:800;margin-bottom:1rem}.lp-premium-description{color:#ffffffb3;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.lp-premium-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.875rem}.lp-premium-features li{display:flex;align-items:flex-start;gap:.75rem}.lp-premium-features li span{color:#ffffffe6;font-size:.9375rem;line-height:1.4}.lp-premium-features li strong{color:#fff}.lp-premium-types,.lp-premium-integrations{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.lp-premium-types span{background:#10b98133;color:#6ee7b7;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700}.lp-integration-item{display:flex;align-items:center;gap:.375rem;background:#3b82f633;color:#93c5fd;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.lp-premium-cta{max-width:1200px;margin:4rem auto 0;text-align:center;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.lp-premium-cta p{color:#ffffffb3;margin-bottom:1.5rem;font-size:1.125rem}.lp-premium-cta .lp-btn-primary{background:#fff;color:#312e81}.lp-premium-cta .lp-btn-primary:hover{background:#f8fafc}.lp-why-choose{padding:100px 2rem;background:linear-gradient(180deg,white 0%,var(--lp-bg) 100%)}.lp-why-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.lp-why-item{text-align:center;padding:2rem}.lp-why-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#7c3aed1a;border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--lp-primary)}.lp-why-item h4{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.lp-why-item p{color:var(--lp-text-muted);line-height:1.5}.lp-testimonials{padding:100px 2rem;background:var(--lp-bg)}.lp-testimonials-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-testimonial-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:var(--lp-shadow);display:flex;flex-direction:column;gap:1.5rem}.lp-testimonial-rating{display:flex;gap:.25rem}.lp-testimonial-text{font-size:1rem;line-height:1.6;color:var(--lp-text);flex:1}.lp-testimonial-author{display:flex;align-items:center;gap:1rem;border-top:1px solid #f1f5f9;padding-top:1.5rem}.lp-testimonial-avatar{width:48px;height:48px;background:#7c3aed1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.lp-testimonial-author h5{font-weight:600;margin-bottom:.25rem}.lp-testimonial-author span{font-size:.875rem;color:var(--lp-text-muted)}.lp-faq-item{background:#fff;border-radius:16px;box-shadow:var(--lp-shadow);overflow:hidden;transition:all .2s}.lp-faq-item.open{box-shadow:var(--lp-shadow-lg)}.lp-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:600;color:var(--lp-text)}.lp-faq-question:hover{color:var(--lp-primary)}.lp-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.lp-faq-item.open .lp-faq-answer{max-height:300px}.lp-faq-answer p{padding:0 2rem 1.5rem;color:var(--lp-text-muted);line-height:1.6}.lp-cta-note{display:block;margin-top:1.5rem;font-size:.875rem;opacity:.8}.lp-footer{background:#1e293b;color:#fff;padding:0}.lp-footer-content{max-width:1200px;margin:0 auto}.lp-footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding:5rem 2rem 3rem}.lp-footer-brand{display:flex;flex-direction:column;gap:1.5rem}.lp-footer .lp-logo-text{color:#fff}.lp-footer .lp-logo-text span{color:#a78bfa}.lp-footer-description{color:#94a3b8;line-height:1.6;font-size:.9375rem}.lp-footer-social{display:flex;gap:1rem}.lp-footer-social a{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}.lp-footer-social a:hover{background:var(--lp-primary)}.lp-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.lp-footer-col h5{font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.lp-footer-col{display:flex;flex-direction:column;gap:.75rem}.lp-footer-col a{text-decoration:none;color:#94a3b8;font-size:.9375rem;display:flex;align-items:center;gap:.5rem;transition:color .2s}.lp-footer-col a:hover{color:#fff}.lp-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.lp-footer-bottom p{color:#64748b;font-size:.875rem}.lp-footer-badges{display:flex;gap:1rem}.lp-security-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:8px;font-size:.875rem;color:#94a3b8}@media(max-width:1024px){.lp-why-grid,.lp-testimonials-grid{grid-template-columns:repeat(2,1fr)}.lp-footer-main{grid-template-columns:1fr}.lp-footer-links{grid-template-columns:repeat(2,1fr)}.lp-premium-grid{grid-template-columns:1fr}.lp-premium-card{padding:2rem}}@media(max-width:768px){.lp-hero-trust{flex-direction:column;align-items:center;gap:1rem}.lp-badges-grid{gap:.75rem}.lp-badge-item{padding:.5rem 1rem;font-size:.75rem}.lp-why-grid{grid-template-columns:1fr;gap:1rem}.lp-why-item{padding:1.5rem}.lp-testimonials-grid{grid-template-columns:1fr}.lp-footer-links{grid-template-columns:1fr 1fr;gap:2rem}.lp-footer-bottom{flex-direction:column;text-align:center}.lp-faq-question{font-size:1rem;padding:1.25rem 1.5rem}.lp-faq-answer p{padding:0 1.5rem 1.25rem}}@media(max-width:480px){.lp-footer-links{grid-template-columns:1fr}.lp-footer-badges{flex-direction:column;width:100%}.lp-security-badge{justify-content:center}}.w-4{width:1rem}.h-4{height:1rem}.w-8{width:2rem}.h-8{height:2rem}.lp-plans{padding:100px 2rem;background:linear-gradient(180deg,var(--lp-bg) 0%,white 50%,var(--lp-bg) 100%)}.lp-plans-grid-5{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.lp-plan-card{background:#fff;border-radius:24px;padding:2rem;border:2px solid #e2e8f0;transition:all .3s;display:flex;flex-direction:column;position:relative}.lp-plan-card:hover{border-color:var(--lp-primary);transform:translateY(-8px);box-shadow:0 20px 40px #7c3aed26}.lp-plan-card.popular{border-color:var(--lp-primary);box-shadow:0 10px 40px #7c3aed33;transform:scale(1.02)}.lp-plan-card.enterprise{border-color:#0ea5e9}.lp-plan-card.unlimited{background:linear-gradient(135deg,#1e1b4b,#312e81);border-color:transparent;color:#fff}.lp-plan-card h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:var(--lp-text)}.lp-plan-card.unlimited h3{color:#fff}.lp-plan-price{font-size:2.5rem;font-weight:900;color:var(--lp-primary);margin-bottom:.5rem}.lp-plan-card.unlimited .lp-plan-price{color:#a78bfa}.lp-plan-price span{font-size:1rem;font-weight:500;color:var(--lp-text-muted)}.lp-plan-card.unlimited .lp-plan-price span{color:#fff9}.lp-plan-desc{color:var(--lp-text-muted);font-size:.875rem;margin-bottom:1rem}.lp-plan-card.unlimited .lp-plan-desc{color:#ffffffb3}.lp-plan-invoice-badge{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;margin-bottom:1.5rem}.lp-plan-invoice-badge.none{background:#f1f5f9;color:#64748b}.lp-plan-invoice-badge.basic{background:#dbeafe;color:#1d4ed8}.lp-plan-invoice-badge.pro{background:#ede9fe;color:#7c3aed}.lp-plan-invoice-badge.enterprise{background:#e0f2fe;color:#0284c7}.lp-plan-invoice-badge.unlimited{background:#a78bfa33;color:#a78bfa}.lp-plan-features{list-style:none;padding:0;margin:0 0 1.5rem;flex:1;display:flex;flex-direction:column;gap:.625rem}.lp-plan-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--lp-text)}.lp-plan-card.unlimited .lp-plan-features li{color:#ffffffe6}.lp-plan-features li svg{color:#10b981;flex-shrink:0}.lp-plan-features .lp-plan-overage{color:#f59e0b;font-weight:600;font-size:.75rem;margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e2e8f0}.lp-plan-card.unlimited .lp-plan-features .lp-plan-overage{border-top-color:#fff3}.lp-plan-popular-tag,.lp-plan-premium-tag,.lp-plan-unlimited-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;white-space:nowrap}.lp-plan-popular-tag{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}.lp-plan-premium-tag{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff}.lp-plan-unlimited-tag{background:linear-gradient(135deg,#f97316,#fbbf24);color:#fff}.lp-plan-card .lp-btn-primary.full,.lp-plan-card .lp-btn-outline.full{width:100%;justify-content:center;margin-top:auto}.lp-plan-card.unlimited .lp-btn-primary{background:#fff;color:#312e81}.lp-plan-card.unlimited .lp-btn-primary:hover{background:#f8fafc}.lp-plans-note{max-width:800px;margin:3rem auto 0;text-align:center;color:var(--lp-text-muted);font-size:.875rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0}@media(max-width:1280px){.lp-plans-grid-5{grid-template-columns:repeat(3,1fr)}.lp-plan-card.popular{grid-column:2}}@media(max-width:900px){.lp-plans-grid-5{grid-template-columns:repeat(2,1fr)}.lp-plan-card.popular{grid-column:auto}}@media(max-width:600px){.lp-plans-grid-5{grid-template-columns:1fr;max-width:400px}.lp-plan-card{padding:1.5rem}.lp-plan-price{font-size:2rem}}
