.site-footer{background-color:#1f2937;color:#d1d5db;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem}.footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.5;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-section ul li a:hover{color:#fff}.footer-disclosures{background-color:#374151;border-radius:8px;padding:1.5rem;margin-top:2rem}.disclosures-header h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.disclosures-content p{color:#9ca3af;font-size:.85rem;line-height:1.5;margin-bottom:1rem}.disclosures-content p:last-child{margin-bottom:0}.footer-bottom{background-color:#111827;padding:1rem 2rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem;margin:0}@media (max-width: 768px){.footer-sections{grid-template-columns:1fr;gap:1.5rem}.footer-content{padding:2rem 1rem 1rem}.footer-disclosures,.footer-bottom{padding:1rem}}.credit-card-form{max-width:100%;margin:0;padding:0;background:transparent;border-radius:0;box-shadow:none}.form-section{margin-bottom:32px}.form-section h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#1f2937}.form-group{margin-bottom:20px;position:relative}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.form-row.two-column{grid-template-columns:1fr 1fr}.form-group label{display:block;font-size:15px;font-weight:600;color:#374151;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:14px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:16px;background:#fafafa;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea26;background:#fff}.form-group input.valid{border-color:#10b981;background:#f0fdf4}.form-group input.error,.form-group select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.error-text{display:block;color:#ef4444;font-size:12px;margin-top:4px}.order-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:24px 0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.summary-row.total{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:16px;font-weight:600;font-size:16px}.amount{font-weight:600;color:#1f2937}.payment-button{width:100%;padding:14px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;margin:16px 0}.payment-button:hover:not(:disabled){background:#2563eb}.payment-button:disabled{background:#9ca3af;cursor:not-allowed}.security-notice{text-align:center;margin-top:16px}.security-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f0f9ff;color:#0369a1;border-radius:6px;font-size:14px;font-weight:500}.security-badge:before{content:"🔒"}@media (max-width: 768px){.credit-card-form{padding:0;margin:0}.form-row{grid-template-columns:1fr;gap:16px}.form-row.two-column{grid-template-columns:1fr}.form-group input,.form-group select{padding:16px;font-size:16px}}@media (max-width: 480px){.form-section h3,.form-group input,.form-group select{font-size:16px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;min-height:100vh;color:#1e293b;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.navigation{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:relative}.nav-brand h2{font-size:1.75rem;font-weight:700;color:#1e40af;display:flex;align-items:center;gap:.5rem}.nav-brand h2:before{content:"🛡️";font-size:1.5rem}.brand-logo{height:40px;width:auto}.nav-links{display:flex;gap:.5rem;justify-self:center}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;color:#64748b;font-weight:500;transition:all .2s ease;cursor:pointer}.nav-link:hover{background:#f1f5f9;color:#1e40af}.nav-link.active{background:#dbeafe;color:#1e40af}.nav-icon{font-size:1.1rem}.user-dropdown{position:relative;display:flex;align-items:center;justify-self:end;min-width:120px}.user-button{background:#fff;border:1px solid #e2e8f0;cursor:pointer;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;box-shadow:0 1px 3px #0000001a;font-family:inherit}.user-button:hover{background:#f1f5f9}.user-info{display:flex;align-items:center;gap:.75rem}.user-name{font-size:.95rem;font-weight:500;color:#374151}.user-avatar{width:32px;height:32px;border-radius:50%;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;z-index:50;overflow:hidden}.dropdown-header{padding:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.user-email{font-size:.875rem;color:#374151;font-weight:500;margin-bottom:.5rem}.user-status{display:flex;align-items:center}.status-badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.status-badge.paid{background:#dcfce7;color:#166534}.status-badge.free{background:#fef3c7;color:#92400e}.dropdown-divider{height:1px;background:#e2e8f0;margin:.5rem 0}.dropdown-item{width:100%;text-align:left;padding:.75rem 1rem;border:none;background:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .2s}.dropdown-item:hover{background:#f1f5f9}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2}@media (max-width: 768px){.navigation{padding:1rem}.nav-content{gap:1rem}.nav-links{gap:.25rem}.nav-link{padding:.5rem .75rem;font-size:.875rem}.user-name{display:none}.dropdown-menu{min-width:180px}.page{padding:1rem 1rem 1.5rem}.page-hero h1{font-size:2rem}.page-hero p{font-size:1.125rem}.content-section{margin-bottom:2rem}.card,.form-container{padding:1.5rem}}@media (max-width: 640px){.nav-links{display:none}.user-dropdown{margin-left:auto}}.main-content{flex:1;padding:0;max-width:1200px;margin:0 auto;width:100%}.page{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem 3rem}.page-hero{margin-bottom:3rem;text-align:center}.page-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;color:#1e293b}.page-hero p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.025em}.page-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.content-section{margin-bottom:3rem;text-align:center}.content-section h2{margin-bottom:1.5rem;font-size:2rem;font-weight:600;color:#1e293b;text-align:center}.content-section h3{margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#1e293b;text-align:center}.content-section .threat-removal-description{text-align:center;max-width:800px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6;color:#64748b}.card,.form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.btn{background:#1e40af;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;box-shadow:0 1px 3px #0000001a}.btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #1e40af4d}.btn-primary{background:#059669;box-shadow:0 1px 3px #0000001a}.btn-primary:hover{background:#047857;box-shadow:0 4px 12px #0596694d}.btn.full-width{width:100%}.btn-secondary{background:#fff;color:#1e40af;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-large{padding:1.5rem 3rem;font-size:1.25rem;font-weight:700;border-radius:12px}.dashboard-redirect{text-align:center;margin:2rem 0;padding:2rem 0}.scan-header{text-align:center;margin-bottom:3rem}.scan-title{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.scan-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.what-we-scan{margin:4rem 0;text-align:center}.scan-section-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:3rem}.scan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.scan-container{display:flex;justify-content:center}.scan-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:left;border:1px solid #e2e8f0;display:flex;align-items:flex-start;gap:1rem;transition:all .2s ease}.scan-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.scan-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#059669;font-weight:700;flex-shrink:0;margin-top:.25rem}.scan-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#0f172a}.scan-content p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.scan-features{margin:2.5rem 0;text-align:left;background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.feature{display:flex;align-items:center;margin:1rem 0;color:#475569;font-weight:500}.feature:before{content:"✓";color:#059669;font-weight:700;margin-right:.75rem;font-size:1.1rem}.vulnerabilities-list h3{margin-bottom:2rem;font-size:1.75rem;font-weight:700;color:#0f172a}.vulnerability-card{background:#fff;padding:2rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;border-left:4px solid}.vulnerability-card.high{border-left-color:#dc2626}.vulnerability-card.medium{border-left-color:#d97706}.vulnerability-card.low{border-left-color:#059669}.vuln-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.vuln-type{font-weight:600;color:#0f172a;font-size:1.1rem}.vuln-severity{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.vuln-severity.high{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.vuln-severity.medium{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.vuln-severity.low{background:#f0fdf4;color:#059669;border:1px solid #bbf7d0}.vuln-description{color:#64748b;line-height:1.6}.form-header{text-align:center;margin-bottom:3rem}.form-header h1{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.form-header p{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.action-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.protection-benefits h3{margin-bottom:2.5rem;font-size:1.75rem;font-weight:700;color:#0f172a}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.benefit-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.benefit-icon{width:60px;height:60px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;color:#1e40af}.benefit-card h4{margin-bottom:.75rem;font-weight:600;color:#0f172a}.benefit-card p{font-size:.95rem;color:#64748b;line-height:1.5}.registration-form{background:#fff;padding:3rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000001a}.registration-form h3{margin-bottom:2.5rem;text-align:center;font-size:1.75rem;font-weight:700;color:#0f172a}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:#374151}.form-group input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.form-group input::placeholder{color:#9ca3af}.pricing-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22c55e;padding:2rem;border-radius:12px;text-align:center;margin:2rem 0}.price{font-size:2rem;font-weight:800;color:#059669;margin-bottom:.5rem}.price-description{font-size:1rem;color:#065f46;font-weight:500}.error-message{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:1.5rem;font-weight:500}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;font-weight:700}.success-message p{font-size:1.1rem;color:#065f46;font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}button:disabled{opacity:.6;cursor:not-allowed}.payment-status-banner{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.payment-status-banner.protected{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#bbf7d0}.payment-status-banner.upgrade{background:linear-gradient(135deg,#fef3c7,#fef7cd);border-color:#fbbf24}.status-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.status-indicator{display:flex;align-items:center;gap:.75rem}.status-dot.active{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.status-text{font-size:1.25rem;font-weight:600;color:#059669}.status-description{color:#047857;font-size:.95rem;margin:0}.upgrade-message{flex:1}.upgrade-message h3{font-size:1.5rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.upgrade-message p{color:#78350f;margin-bottom:1rem;font-size:1rem}.btn-small{padding:.75rem 1.5rem;font-size:.95rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:4rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a}.stat-value{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#059669}.stat-label{font-size:1rem;color:#64748b;font-weight:500}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.dashboard-section{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.dashboard-section h3{margin-bottom:2rem;font-size:1.5rem;font-weight:700;color:#0f172a}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.activity-info{flex:1}.activity-action{font-weight:600;margin-bottom:.25rem;color:#0f172a}.activity-time{font-size:.875rem;color:#64748b}.activity-status{font-size:1.25rem;font-weight:700}.activity-status.success{color:#059669}.activity-status.warning{color:#d97706}.status-indicator{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0}.status-indicator span{font-weight:600;color:#065f46}.status-dot{width:12px;height:12px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.status-details p{margin:.75rem 0;color:#64748b;font-size:.95rem;line-height:1.5}.security-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#065f46;font-size:.875rem;font-weight:500}.security-badge:before{content:"🔒";font-size:1rem}.encrypted-indicator{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;background:#fffbeb;border:1px solid #fed7aa;border-radius:6px;color:#92400e;font-size:.875rem}.encrypted-indicator:before{content:"🔐";font-size:1rem}.loading-state{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0c4a6e}.loading-spinner{width:20px;height:20px;border:2px solid #e0f2fe;border-top:2px solid #0284c7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-steps{display:flex;justify-content:center;margin:2rem 0;gap:1rem}.progress-step{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f1f5f9;border-radius:25px;color:#64748b;font-weight:500}.progress-step.active{background:#dbeafe;color:#1e40af}.progress-step.completed{background:#dcfce7;color:#059669}.scan-hero,.action-hero,.dashboard-hero,.account-hero{text-align:center;padding:3rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:3rem}.scan-hero h1,.action-hero h1,.dashboard-hero h1,.account-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.scan-hero p,.action-hero p,.dashboard-hero p,.account-hero p{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:600}.array-scan-container{max-width:800px;margin:2rem auto;padding:0 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}array-pip-marketing{display:block;width:100%;min-height:500px}.scan-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:3rem 0}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.benefit-icon{font-size:1.5rem}.trust-indicators{display:flex;justify-content:center;gap:4rem;margin:2rem 0;padding:2rem}.trust-item{text-align:center;max-width:200px}.trust-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:3px solid;background:#fff;position:relative}.trust-icon svg{width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trust-icon.clock,.trust-icon.eye{border-color:#64748b;color:#64748b}.trust-icon.dollar{border-color:#f59e0b;color:#f59e0b}.trust-item h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.trust-item p{font-size:.9rem;color:#64748b;margin:0}.scan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0;max-width:800px;margin-left:auto;margin-right:auto}.scan-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.scan-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.scan-icon.green{background:#dcfce7;color:#166534}.scan-content h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.scan-content p{font-size:.9rem;color:#64748b;margin:0}.section-intro{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:1rem;text-align:center}.section-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:2rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.statistics-list{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.stat-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:8px;border-left:4px solid;background:#fff}.stat-item.red{border-left-color:#ef4444}.stat-item.orange{border-left-color:#f97316}.stat-item.yellow{border-left-color:#eab308}.stat-item.blue{border-left-color:#3b82f6}.stat-item.purple{border-left-color:#a855f7}.stat-item.green{border-left-color:#22c55e}.stat-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:.25rem;flex-shrink:0;border:2px solid;background:#fff;position:relative}.stat-icon svg{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stat-icon.red{border-color:#ef4444;color:#ef4444}.stat-icon.orange{border-color:#f97316;color:#f97316}.stat-icon.yellow{border-color:#eab308;color:#eab308}.stat-icon.blue{border-color:#3b82f6;color:#3b82f6}.stat-icon.purple{border-color:#a855f7;color:#a855f7}.stat-icon.green{border-color:#22c55e;color:#22c55e}.stat-item p{margin:0;font-size:1rem;line-height:1.6;color:#374151}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb;margin-bottom:0}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;background:#fff;border:none;width:100%;text-align:left}.faq-question h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0;flex-grow:1}.faq-toggle{font-size:1.5rem;color:#6b7280;font-weight:300;margin-left:1rem}.faq-answer{display:none;padding:0 0 1.5rem;animation:fadeIn .3s ease-in-out}.faq-answer.open{display:block}.faq-answer p{font-size:.95rem;line-height:1.6;color:#4b5563;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.scan-progress{text-align:center;margin-top:3rem}.progress-bar{width:100%;max-width:400px;height:8px;background:#e2e8f0;border-radius:4px;margin:0 auto 1rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px}.upgrade-section-dashboard{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 4px 12px #0000001a}.upgrade-section-dashboard .upgrade-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.upgrade-section-dashboard .benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.upgrade-cta{text-align:center}.protection-active{background:#d1fae5;border:1px solid #10b981;border-radius:12px;padding:1.5rem;margin:2rem 0}.status-indicator{display:flex;align-items:center;gap:.5rem}.status-dot{width:12px;height:12px;border-radius:50%;background:#dc2626}.status-dot.active{background:#10b981}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.9rem}.activity-preview{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0}.activity-preview h3{margin-bottom:1.5rem;color:#0f172a}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f8fafc;border-radius:8px}.activity-icon{color:#10b981;font-weight:700}.upgrade-activity{text-align:center;color:#64748b;font-style:italic}.array-protection-module{margin:2rem 0;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.identity-protection-placeholder{text-align:center;padding:2rem}.identity-protection-placeholder h3{color:#0f172a;font-size:1.5rem;margin-bottom:1rem}.identity-protection-placeholder p{color:#64748b;margin-bottom:2rem}.protection-status{display:flex;align-items:center;justify-content:center;gap:1rem}.status-indicator{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.status-indicator.active{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.dashboard-subtitle{color:#64748b;font-size:1.1rem;margin-top:.5rem;margin-bottom:0}.token-refresh-notice{margin:2rem 0;display:flex;justify-content:center}.notice-card{background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;padding:2rem;text-align:center;max-width:500px}.notice-card h3{color:#92400e;margin:0 0 1rem;font-size:1.2rem}.notice-card p{color:#92400e;margin:0 0 1.5rem}.recent-activity{margin-top:3rem}.recent-activity h3{font-size:1.3rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f8fafc;border-radius:8px;border-left:4px solid transparent}.activity-item.success{border-left-color:#10b981}.activity-item.warning{border-left-color:#f59e0b}.activity-details{display:flex;flex-direction:column;gap:.25rem}.activity-action{font-weight:500;color:#0f172a}.activity-time{color:#64748b;font-size:.9rem}.activity-status{font-size:1.2rem;font-weight:700}.activity-status.success{color:#10b981}.activity-status.warning{color:#f59e0b}.account-header{text-align:center;padding:2rem 0 1rem}.account-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.conversion-layout{display:grid;grid-template-columns:300px 1fr;gap:3rem;max-width:900px;margin:0 auto;align-items:start}.benefits-sidebar{background:#f8fafc;border-radius:12px;padding:2rem;position:sticky;top:2rem}.pricing-highlight{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;border:2px solid #667eea}.price-large{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.price-note{font-size:.9rem;color:#64748b}.key-benefits{display:flex;flex-direction:column;gap:1rem}.benefit-point{display:flex;align-items:center;gap:.75rem}.check-icon{color:#10b981;font-weight:700;font-size:1.1rem}.payment-form-primary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000026;border:1px solid #e2e8f0}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.security-badges{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.badge{font-size:.8rem;color:#64748b;background:#f1f5f9;padding:.5rem 1rem;border-radius:20px}.account-details{max-width:600px;margin:0 auto}.status-card{background:#d1fae5;border:1px solid #10b981;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem}.account-info{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem}.account-info h3{margin-bottom:1.5rem;color:#0f172a}.account-info .info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0}.account-info .info-item:last-child{border-bottom:none}@media (max-width: 768px){.navigation{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:.5rem;justify-content:center;flex-wrap:wrap}.main-content{padding:2rem 1rem}.scan-hero h1,.results-hero h1,.action-hero h1,.dashboard-hero h1,.account-hero h1{font-size:2rem}.conversion-layout{grid-template-columns:1fr;gap:2rem}.benefits-sidebar{position:static;order:2}.payment-form-primary{order:1}.risk-summary{flex-direction:column;align-items:center;gap:1rem}.scan-benefits{grid-template-columns:1fr}.trust-indicators{flex-direction:column;gap:1rem}.dashboard-stats{grid-template-columns:1fr}.registration-form{padding:2rem}}.auth-tabs{display:flex!important;margin-bottom:2rem;border-bottom:1px solid #e2e8f0;width:100%}.auth-tab{flex:1;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;color:#64748b;border-bottom:2px solid transparent;transition:all .2s ease;font-family:inherit}.auth-tab:hover{color:#334155;background:#f8fafc}.upgrade-cta-large{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:2rem 0}.upgrade-subtext{margin-top:1rem;font-size:.9rem;color:#64748b;font-style:italic;text-align:center}.threat-removal-section{background:#f8fafc;padding:3rem 2rem;border-radius:16px;margin-bottom:2rem;text-align:center}.threat-removal-section h2{font-size:2.2rem;color:#1a202c;margin-bottom:1rem;font-weight:700}.threat-removal-description{font-size:1.1rem;color:#4a5568;line-height:1.6;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.scan-preview{margin:2rem 0}.scan-preview-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.upgrade-guarantee{background:#fff;padding:2rem;border-radius:12px;margin:2rem 0;box-shadow:0 4px 20px #0000000d}.upgrade-guarantee h3{font-size:1.4rem;color:#1a202c;margin-bottom:1.5rem;font-weight:600}.guarantee-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.guarantee-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4a5568}.guarantee-icon{font-size:1.2rem;width:24px;text-align:center}.upgrade-cta-large{margin-top:2rem}.btn-large{font-size:1.3rem;padding:1.2rem 2.5rem;font-weight:700}.upgrade-subtext{font-size:.9rem;color:#64748b;margin-top:.5rem;font-style:italic}@media (max-width: 768px){.threat-removal-section{padding:2rem 1rem}.threat-removal-section h2{font-size:1.8rem}.guarantee-list{grid-template-columns:1fr}.btn-large{font-size:1.1rem;padding:1rem 1.5rem}}.auth-tab.active{color:#2563eb;border-bottom-color:#2563eb;background:#f8fafc;font-weight:600}.account-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.account-info-section,.subscription-section{display:flex;flex-direction:column}.account-card,.subscription-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000001a}.account-card h3,.subscription-card h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center}.info-grid{display:grid;gap:1.5rem}.info-item{border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.info-item:last-child{border-bottom:none;padding-bottom:0}.info-item label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1.1rem;color:#0f172a;font-weight:500}.status-badge{border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid}.status-badge.active{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#bbf7d0}.status-badge.trial{background:linear-gradient(135deg,#fef3c7,#fef7cd);border-color:#fbbf24}.subscription-details{margin:1.5rem 0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#64748b;font-weight:500}.detail-row span:last-child{color:#0f172a;font-weight:600}.status-active{color:#059669;font-weight:600}.status-trial{color:#d97706;font-weight:600}.subscription-actions{margin-top:2rem}.premium-actions{text-align:center}.premium-benefits{background:#f8fafc;padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid #e2e8f0}.premium-benefits h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem;text-align:center}.premium-benefits ul{list-style:none;padding:0;margin:0}.premium-benefits li{padding:.5rem 0;color:#059669;font-weight:500;font-size:.95rem}.success-alert{padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#059669;margin-bottom:1.5rem;font-weight:500}@media (max-width: 768px){.account-content{grid-template-columns:1fr;gap:1rem}.account-card,.subscription-card{padding:1.5rem}}.credit-card-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-top:1.5rem}.credit-card-form h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.form-description{color:#64748b;margin-bottom:2rem;font-size:.95rem}.form-section{margin-bottom:2rem}.form-section h5{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-group input.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.error-text{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:block}.payment-summary{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:2rem 0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.summary-row.total{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:.5rem;font-weight:600;font-size:1.1rem}.summary-row .amount{font-weight:600;color:#059669}.payment-button{font-size:1.1rem;padding:1.25rem 2rem;font-weight:700;margin-bottom:1rem}.security-notice{text-align:center;margin-top:1rem}.payment-form-container{width:100%}.support-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin:2rem 0}.support-section h3{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.support-section p{color:#64748b;margin-bottom:1rem;line-height:1.6}.contact-info p{color:#475569;margin-bottom:.5rem;font-weight:500}.support-email{display:inline-block;color:#2563eb;text-decoration:none;font-weight:600;padding:.5rem 1rem;background:#eff6ff;border-radius:8px;border:1px solid #dbeafe;transition:all .2s}.support-email:hover{background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px)}@media (max-width: 768px){.credit-card-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.support-section{padding:1.5rem}}
