*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700;color:#6366f1;text-decoration:none}.nav-logo-icon{transition:transform .3s ease}.nav-logo-icon:hover{transform:scale(1.05)}.nav-logo i{margin-right:8px;font-size:28px}.nav-logo-icon,.footer-logo-icon{width:24px;height:24px;object-fit:contain}.nav-icon,.footer-icon{width:24px;height:24px;margin-right:8px;object-fit:contain}.nav-menu{display:flex;gap:30px}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#6366f1}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="300" fill="url(%23a)"/><circle cx="800" cy="300" r="200" fill="url(%23a)"/><circle cx="400" cy="700" r="400" fill="url(%23a)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.gradient-text{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;margin-bottom:40px;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:20px;margin-bottom:60px}.hero-app-icon{width:120px;height:120px;object-fit:contain;border-radius:20px;box-shadow:0 20px 40px #0000001a}.btn{display:inline-flex;align-items:center;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer}.btn i{margin-right:8px;font-size:18px}.btn-primary{background:linear-gradient(45deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 25px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #6366f166}.btn-secondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.btn-large{padding:20px 40px;font-size:18px}.feature-hero{padding:140px 0 80px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;text-align:center}.feature-hero-content{max-width:780px;margin:0 auto}.feature-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:24px}.feature-hero-content p{font-size:1.2rem;opacity:.95;margin-bottom:40px}.feature-hero .hero-buttons{justify-content:center;flex-wrap:wrap}.feature-hero .btn[aria-disabled=true]{cursor:not-allowed;opacity:.7;pointer-events:none}.features-page{background:#fff}.features-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.future-card{border-style:dashed;background:#f8fafc}.future-card .feature-icon{background:linear-gradient(45deg,#fbbf24,#f59e0b)}.feature-flow{background:#f1f5f9}.feature-flow .step{background:white;padding:28px;border-radius:18px;box-shadow:0 10px 30px #0f172a14}.feature-flow .step-number{box-shadow:0 6px 20px #6366f159}.download.feature-cta{background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 100%);padding:100px 0}.download.feature-cta .download-links{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:40px 0 16px}.download.feature-cta .system-requirements{color:#64748b}.download.feature-cta .btn-secondary{background:white;color:#6366f1;border:2px solid rgba(99,102,241,.2)}.download.feature-cta .btn-secondary:hover{border-color:#6366f166}.hero-stats{display:flex;gap:40px}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fbbf24}.stat-label{font-size:.9rem;opacity:.8}.app-preview{position:relative;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .3s ease}.app-preview:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(2deg)}.mac-window{background:#1e1e1e;border-radius:12px;box-shadow:0 25px 50px #0000004d;overflow:hidden}.mac-titlebar{background:#2d2d2d;padding:12px 16px;display:flex;align-items:center}.mac-buttons{display:flex;gap:8px}.mac-btn{width:12px;height:12px;border-radius:50%}.mac-btn.red{background:#ff5f57}.mac-btn.yellow{background:#ffbd2e}.mac-btn.green{background:#28ca42}.app-interface{padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.search-panel{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.2)}.search-input{position:relative;margin-bottom:20px}.search-input i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#ffffffb3}.search-input input{width:100%;padding:16px 16px 16px 48px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input input::placeholder{color:#ffffffb3}.snippet-list{display:flex;flex-direction:column;gap:8px}.snippet-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:rgba(255,255,255,.1);border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:all .2s ease;cursor:pointer}.snippet-item.active{background:rgba(255,255,255,.2);border-color:#fff6}.snippet-content{flex:1}.snippet-title{font-weight:600;color:#fff;margin-bottom:4px}.snippet-preview{font-size:.9rem;color:#fffc;line-height:1.4}.snippet-shortcut{background:rgba(255,255,255,.2);padding:4px 8px;border-radius:4px;font-size:.8rem;color:#fff;font-weight:600}.features{padding:100px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:80px}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:20px}.section-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.feature-card{background:white;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:80px;height:80px;background:linear-gradient(45deg,#6366f1,#8b5cf6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.feature-icon i{font-size:32px;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:16px}.feature-card p{color:#64748b;line-height:1.6}.how-it-works{padding:100px 0;background:white}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:60px;margin-top:60px}.step{display:flex;align-items:flex-start;gap:24px}.step-number{width:60px;height:60px;background:linear-gradient(45deg,#6366f1,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:12px}.step-content p{color:#64748b;line-height:1.6}.download{padding:100px 0;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff;text-align:center}.download-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.download-content p{font-size:1.25rem;margin-bottom:60px;opacity:.9}.download-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:80px;max-width:1000px;margin-left:auto;margin-right:auto}.download-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px 30px;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;position:relative}.download-card:hover{transform:translateY(-5px);border-color:#fff6}.download-card.featured{border-color:#fbbf24;background:rgba(251,191,36,.1)}.download-icon{width:80px;height:80px;background:linear-gradient(45deg,#6366f1,#8b5cf6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.download-card.featured .download-icon{background:linear-gradient(45deg,#fbbf24,#f59e0b)}.download-icon i{font-size:32px;color:#fff}.download-card h3{font-size:1.8rem;font-weight:600;margin-bottom:16px;color:#fff}.download-card p{color:#fffc;margin-bottom:24px;font-size:1.1rem}.price-display{margin-bottom:30px}.price{font-size:2.5rem;font-weight:700;color:#fbbf24;display:block}.price-note{font-size:.9rem;color:#ffffffb3}.download-button{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.trial-features,.full-features{list-style:none;text-align:left}.trial-features li,.full-features li{display:flex;align-items:center;margin-bottom:12px;color:#ffffffe6;font-size:.95rem}.trial-features li i,.full-features li i{color:#10b981;margin-right:12px;font-size:.9rem}.system-requirements{margin-top:60px}.system-requirements h4{font-size:1.5rem;font-weight:600;margin-bottom:30px;color:#fff}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:800px;margin:0 auto}.requirements-grid p{display:flex;align-items:center;gap:8px;font-size:1rem;opacity:.8;justify-content:center}.requirements-grid i{color:#10b981}.footer{background:#0f172a;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700;color:#6366f1;margin-bottom:16px}.footer-logo i{margin-right:8px;font-size:28px}.footer-logo-icon{transition:transform .3s ease}.footer-logo-icon:hover{transform:scale(1.05)}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#f1f5f9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#6366f1}.footer-bottom{border-top:1px solid #334155;padding-top:20px;text-align:center;color:#94a3b8}.features-hero{padding:120px 0 80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center}.features-hero h1{font-size:3rem;font-weight:700;margin-bottom:20px}.features-hero p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto}.main-features{padding:80px 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.feature-card{background:white;padding:30px;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.feature-card.coming-soon{border:2px dashed #cbd5e1;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;font-size:24px}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:15px}.feature-card p{color:#64748b;line-height:1.6;margin-bottom:20px}.feature-highlight{background:#f1f5f9;padding:12px 16px;border-radius:8px;border-left:4px solid #667eea;font-size:.9rem;color:#475569}.how-it-works{padding:80px 0;background:white}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:60px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:40px}.step{text-align:center;padding:30px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.step h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:15px}.step p{color:#64748b;line-height:1.6}.benefits{padding:80px 0;background:#f8fafc}.benefits h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:60px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.benefit{text-align:center;padding:30px 20px}.benefit i{font-size:3rem;color:#667eea;margin-bottom:20px}.benefit h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:15px}.benefit p{color:#64748b;line-height:1.6}.legal-page{min-height:100vh;background:#ffffff}.legal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:60px 0 40px}.legal-header-content{text-align:center;max-width:800px;margin:0 auto}.legal-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:10px}.legal-header p{color:#64748b;font-size:1.1rem}.legal-content{padding:60px 0}.legal-text{max-width:800px;margin:0 auto;line-height:1.7;color:#374151}.legal-text h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.legal-text h3{color:#374151;font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:1rem}.legal-text p{margin-bottom:1.5rem;color:#4b5563}.legal-text ul{margin:1.5rem 0;padding-left:0;list-style:none}.legal-text li{margin:.75rem 0;padding-left:1.5rem;position:relative;color:#4b5563}.legal-text li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}.legal-text a{color:#667eea;text-decoration:none;font-weight:500}.legal-text a:hover{text-decoration:underline;color:#5a67d8}.legal-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0;text-align:center}.legal-footer p{margin:.5rem 0;color:#64748b;font-size:.9rem}@media (max-width: 768px){.legal-header{padding:40px 0 30px}.legal-header h1{font-size:2rem}.legal-content{padding:40px 0}.legal-text{padding:0 20px}.legal-text h2{font-size:1.3rem;margin-top:2.5rem}}.features-hero h1{font-size:2.5rem}.features-grid,.steps-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-container{grid-template-columns:1fr;text-align:center;gap:40px}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center;gap:30px}.features-grid,.features-grid--wide{grid-template-columns:1fr}.feature-hero{padding:120px 0 60px}.feature-hero-content h1{font-size:2.4rem}.feature-hero-content p{font-size:1.1rem}.download.feature-cta .download-links{flex-direction:column}.steps{grid-template-columns:1fr;gap:40px}.step{flex-direction:column;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center}.system-requirements{flex-direction:column;gap:20px}}@media (max-width: 480px){.hero-title,.feature-hero-content h1{font-size:2rem}.feature-hero-content p{font-size:1rem}.feature-hero{padding:110px 0 50px}.section-header h2{font-size:2rem}.btn{padding:14px 24px;font-size:14px}.btn-large{padding:16px 32px;font-size:16px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card{animation:fadeInUp .6s ease forwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:nth-child(7){animation-delay:.7s}html{scroll-behavior:smooth}.pricing-hero{padding:120px 0 80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center}.pricing-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:20px}.pricing-hero-content p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto}.pricing-plans{padding:100px 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;max-width:1200px;margin:0 auto}.pricing-card{background:white;border-radius:20px;padding:40px 30px;box-shadow:0 4px 6px #0000000d;border:2px solid #e2e8f0;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.pricing-card.featured{border-color:#6366f1;transform:scale(1.05);box-shadow:0 20px 40px #6366f133}.popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(45deg,#6366f1,#8b5cf6);color:#fff;padding:8px 24px;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:40px}.pricing-header h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:20px}.price{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10px;position:relative}.price-original{display:flex;align-items:baseline;justify-content:center;margin-bottom:5px;opacity:.6}.price-original .currency,.price-original .amount{font-size:1.2rem;font-weight:500;color:#94a3b8;text-decoration:line-through}.price-discounted{display:flex;align-items:baseline;justify-content:center;margin-bottom:5px}.discount-badge{position:absolute;top:-8px;right:-20px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:12px;box-shadow:0 2px 8px #ef44444d;transform:rotate(12deg)}.promo-code-info{margin-top:15px;padding:12px;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;text-align:center}.promo-code-text{margin:0 0 8px;font-size:.9rem;color:#1e40af;display:flex;align-items:center;justify-content:center;gap:6px}.promo-code-text i{color:#3b82f6}.promo-code-text strong{background:white;padding:2px 8px;border-radius:4px;font-family:Monaco,Courier New,monospace;color:#1e40af;border:1px solid #bfdbfe}.promo-code-disclaimer{margin:0;font-size:.8rem;color:#64748b;display:flex;align-items:center;justify-content:center;gap:6px}.promo-code-disclaimer i{color:#94a3b8;font-size:.75rem}.promo-code-disclaimer .terms-link{color:#6366f1;text-decoration:underline;cursor:pointer;transition:color .2s}.promo-code-disclaimer .terms-link:hover{color:#4f46e5}.currency{font-size:1.5rem;font-weight:600;color:#6366f1}.amount{font-size:3rem;font-weight:700;color:#1e293b;margin:0 4px}.period{font-size:1rem;color:#64748b}.price-description{color:#64748b;font-size:1rem}.pricing-features{margin-bottom:40px}.pricing-features ul{list-style:none}.pricing-features li{display:flex;align-items:center;margin-bottom:16px;color:#64748b}.pricing-features li i{color:#10b981;margin-right:12px;font-size:1rem}.pricing-action{text-align:center}.feature-comparison{padding:100px 0;background:white}.comparison-table{margin-top:60px;overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse;background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.comparison-table th,.comparison-table td{padding:20px;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table th{background:#f8fafc;font-weight:600;color:#1e293b}.comparison-table td:first-child{font-weight:500;color:#1e293b}.comparison-table i.fa-check{color:#10b981}.comparison-table i.fa-times{color:#ef4444}.faq{padding:100px 0;background:#f8fafc}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:60px}.faq-item{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 4px #0000000d}.faq-item h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:16px}.faq-item p{color:#64748b;line-height:1.6}.pricing-cta{padding:100px 0;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-content p{font-size:1.25rem;margin-bottom:40px;opacity:.9}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.nav-link.active{color:#6366f1;font-weight:600}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.discount-badge{top:-5px;right:-10px;font-size:.65rem;padding:3px 8px}.promo-code-info{padding:10px}.promo-code-text{font-size:.85rem;flex-wrap:wrap}.promo-code-disclaimer{font-size:.75rem;flex-wrap:wrap}.faq-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.comparison-table{font-size:.9rem}.comparison-table th,.comparison-table td{padding:12px 8px}}.legal-header{padding:120px 0 60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center}.legal-header-content h1{font-size:3rem;font-weight:700;margin-bottom:10px}.legal-header-content p{font-size:1.1rem;opacity:.9}.legal-content{padding:80px 0;background:white}.legal-text{max-width:800px;margin:0 auto;line-height:1.8;color:#374151}.legal-text h2{font-size:1.8rem;font-weight:600;color:#1f2937;margin:50px 0 20px;padding-top:20px;border-top:2px solid #e5e7eb}.legal-text h2:first-of-type{border-top:none;margin-top:0}.legal-text h3{font-size:1.3rem;font-weight:600;color:#374151;margin:30px 0 15px}.legal-text p{margin-bottom:20px;color:#4b5563}.legal-text ul{margin:20px 0;padding-left:30px}.legal-text li{margin-bottom:10px;color:#4b5563}.legal-text strong{color:#1f2937;font-weight:600}.legal-footer{margin-top:60px;padding-top:30px;border-top:2px solid #e5e7eb;text-align:center;color:#6b7280}.legal-footer p{margin-bottom:10px}@media (max-width: 768px){.legal-header-content h1{font-size:2.5rem}.legal-text{padding:0 20px}.legal-text h2{font-size:1.5rem}.legal-text h3{font-size:1.2rem}}.terms-modal-container{background:white;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:700px;width:100%;margin:0 auto;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.terms-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.terms-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.terms-modal-content{padding:24px;overflow-y:auto;flex:1}.terms-section{margin-bottom:24px}.terms-section:last-of-type{margin-bottom:0}.terms-section h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:8px}.terms-section p{font-size:.9rem;line-height:1.6;color:#4b5563;margin:0}.terms-footer{margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.terms-footer p{font-size:.85rem;color:#6b7280;text-align:center;margin:0}.terms-footer strong{color:#1f2937}@media (max-width: 640px){.terms-modal-container{max-width:100%;margin:10px}.terms-modal-header{padding:16px 20px}.terms-modal-header h3{font-size:1.1rem}.terms-modal-content{padding:20px}.terms-section h4{font-size:.95rem}.terms-section p{font-size:.85rem}}.lemon-squeezy-embed-container{background:white;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:500px;width:100%;margin:0 auto;overflow:hidden}.lemon-squeezy-embed-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.lemon-squeezy-embed-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.lemon-squeezy-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}.lemon-squeezy-close:hover{background:#e5e7eb;color:#1f2937}.lemon-squeezy-embed-content{padding:32px 24px;text-align:center}.promo-code-section{margin-bottom:24px;text-align:left}.promo-code-label{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:8px}.promo-code-label i{color:#6366f1}.promo-code-input-group{display:flex;gap:8px;margin-bottom:8px}.promo-code-input{flex:1;padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:Monaco,Courier New,monospace;text-transform:uppercase;transition:all .2s}.promo-code-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.promo-code-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.promo-code-apply-btn{padding:10px 20px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap}.promo-code-apply-btn:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.promo-code-apply-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.promo-code-applied{margin:8px 0 0;font-size:.85rem;color:#10b981;display:flex;align-items:center;gap:6px}.promo-code-applied i{color:#10b981}.promo-code-applied strong{font-weight:600;color:#059669}.lemon-squeezy-embed-content .lemonsqueezy-button{display:inline-block;background:#3b82f6;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer;width:100%;max-width:300px}.lemon-squeezy-embed-content .lemonsqueezy-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.lemon-squeezy-embed-content .lemonsqueezy-button .btn-content{display:flex;align-items:center;justify-content:center;gap:8px}.lemon-squeezy-note{margin-top:16px;font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:6px}.lemon-squeezy-note i{color:#10b981}.lemon-squeezy-loading,.lemon-squeezy-error{padding:40px 24px;text-align:center}.lemon-squeezy-loading{color:#6b7280}.lemon-squeezy-loading i{font-size:2rem;margin-bottom:16px;color:#3b82f6}.lemon-squeezy-error{color:#dc2626}.lemon-squeezy-error i{font-size:2rem;margin-bottom:16px}.lemon-squeezy-error p{margin:16px 0;color:#1f2937}.lemon-squeezy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease-out}.lemon-squeezy-modal-overlay .lemon-squeezy-embed-container{animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.lemon-squeezy-embed-container{max-width:100%}.lemon-squeezy-embed-header{padding:16px 20px}.lemon-squeezy-embed-content{padding:24px 20px}.lemon-squeezy-embed-content .lemonsqueezy-button{width:100%}.promo-code-input-group{flex-direction:column}.promo-code-apply-btn{width:100%;justify-content:center}}.purchase-success{padding:80px 20px;min-height:60vh;display:flex;align-items:center;justify-content:center}.success-content{max-width:600px;text-align:center}.success-icon{font-size:80px;color:#10b981;margin-bottom:30px}.success-content h1{font-size:2.5rem;margin-bottom:15px;color:#1f2937}.success-message{font-size:1.2rem;color:#6b7280;margin-bottom:40px}.license-key-section{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:30px;margin:30px 0;text-align:left}.license-key-section h2{font-size:1.5rem;margin-bottom:15px;color:#1f2937}.license-key-box{display:flex;align-items:center;gap:10px;background:white;border:1px solid #d1d5db;border-radius:8px;padding:15px;margin-bottom:15px}.license-key-box code{flex:1;font-family:Monaco,Courier New,monospace;font-size:.9rem;color:#1f2937;word-break:break-all}.btn-copy{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-size:.9rem;transition:background .2s;white-space:nowrap}.btn-copy:hover{background:#2563eb}.license-instructions{color:#6b7280;font-size:.95rem;margin:0}.email-notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:20px;margin:30px 0}.email-notice p{margin:0;color:#1e40af;display:flex;align-items:center;gap:10px;justify-content:center}.email-notice i{font-size:1.2rem}.order-info{margin-top:15px;padding-top:15px;border-top:1px solid #bfdbfe;color:#1e40af;display:flex;align-items:center;gap:10px;justify-content:center;font-size:.95rem}.order-info i{font-size:1rem}.loading-notice{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:20px;margin:30px 0;display:flex;align-items:center;gap:10px;justify-content:center;color:#0369a1}.loading-notice i{font-size:1.2rem}.loading-notice p{margin:0}.error-notice{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:20px;margin:30px 0;display:flex;align-items:center;gap:10px;justify-content:center;color:#991b1b}.error-notice i{font-size:1.2rem}.error-notice p{margin:0}.next-steps{text-align:left;margin:40px 0;background:#f9fafb;padding:25px;border-radius:8px}.next-steps h2{font-size:1.3rem;margin-bottom:15px;color:#1f2937}.next-steps ol{margin:0;padding-left:20px;color:#4b5563}.next-steps li{margin-bottom:10px;line-height:1.6}.next-steps li strong{color:#1f2937}.step-note{display:block;margin-top:6px;font-size:.9rem;color:#6b7280;font-weight:400}.step-note a{color:#3b82f6;text-decoration:none;font-weight:500}.step-note a:hover{text-decoration:underline}.next-steps a{color:#3b82f6;text-decoration:none}.next-steps a:hover{text-decoration:underline}.next-steps-note{margin-top:20px;padding:12px 16px;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:4px;color:#1e40af;font-size:.9rem;display:flex;align-items:center;gap:8px}.next-steps-note i{font-size:1rem;flex-shrink:0}.support-section{margin:40px 0;padding:25px;background:#f9fafb;border-radius:8px;text-align:center}.support-section h3{font-size:1.2rem;margin-bottom:10px;color:#1f2937}.support-section>p{color:#6b7280;margin-bottom:20px;font-size:.95rem}.support-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s;margin-bottom:15px}.support-link:hover{background:#2563eb}.support-link i{font-size:1rem}.support-note{margin:0;font-size:.85rem;color:#6b7280;font-style:italic}.success-actions{display:flex;gap:15px;justify-content:center;margin-top:40px;flex-wrap:wrap}@media (max-width: 768px){.success-content h1{font-size:2rem}.license-key-box{flex-direction:column;align-items:stretch}.support-section{padding:20px}.support-link{width:100%;justify-content:center}.success-actions{flex-direction:column}.success-actions .btn{width:100%}}
