@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,sans-serif;background:#f5f6fa;color:#1a1a2e;line-height:1.65;-webkit-font-smoothing:antialiased}.hero{background:linear-gradient(135deg,#0f0f23,#1a1a3e);color:#fff;padding:80px 0 100px;text-align:center}.hero-inner{max-width:720px;margin:0 auto;padding:0 24px}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(126,231,135,.1);border:1px solid rgba(126,231,135,.25);color:#7ee787;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:28px}.hero h1{font-size:46px;font-weight:800;line-height:1.15;margin-bottom:16px;letter-spacing:-.5px}.hero h1 .highlight{color:#7ee787}.hero p.subtitle{font-size:20px;color:#a0a0c0;max-width:560px;margin:0 auto 40px}.url-form{display:flex;gap:0;max-width:560px;margin:0 auto;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.25)}.url-form input{flex:1 1;padding:18px 20px;border:none;font-size:16px;font-family:inherit;color:#1a1a2e;outline:none;min-width:0}.url-form input::placeholder{color:#aaa}.url-form button{padding:18px 28px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:opacity .15s}.url-form button:hover{opacity:.9}.url-form button:disabled{opacity:.6;cursor:not-allowed}.url-error{color:#fca5a5;font-size:13px;margin-top:10px;text-align:center}.hero-checks{display:flex;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}.hero-check{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#7ee787;font-weight:500}.hero-check svg{flex-shrink:0}.loading-overlay{display:none;position:fixed;inset:0;background:linear-gradient(135deg,#0f0f23,#1a1a3e);z-index:100;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:24px}.loading-overlay.active{display:flex}.loading-logo{font-size:18px;font-weight:700;color:#7ee787;margin-bottom:40px;letter-spacing:.5px}.loading-url{font-family:Fira Code,monospace;font-size:14px;color:#a0a0c0;margin-bottom:32px;background:hsla(0,0%,100%,.05);padding:8px 16px;border-radius:8px}.loading-steps{display:flex;flex-direction:column;gap:16px;max-width:380px;width:100%;margin-bottom:40px}.loading-step{display:flex;align-items:center;gap:12px;font-size:14px;color:#555;transition:color .3s}.loading-step.active{color:#fff}.loading-step.done{color:#7ee787}.loading-step .step-indicator{width:24px;height:24px;border-radius:50%;border:2px solid #333;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.loading-step.active .step-indicator{border-color:#7ee787;background:rgba(126,231,135,.15)}.loading-step.done .step-indicator{border-color:#7ee787;background:#7ee787;color:#0f0f23}.loading-spinner{width:6px;height:6px;border-radius:50%;background:#7ee787;animation:pulse .8s infinite alternate}@keyframes pulse{0%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.loading-progress{width:280px;height:4px;background:hsla(0,0%,100%,.1);border-radius:2px;overflow:hidden}.loading-progress-bar{height:100%;background:#7ee787;border-radius:2px;width:0;transition:width .5s ease}.loading-fact{margin-top:32px;max-width:380px;font-size:14px;color:#a0a0c0;line-height:1.6;background:rgba(126,231,135,.06);border:1px solid rgba(126,231,135,.15);border-radius:12px;padding:14px 18px;animation:factFadeIn .5s ease}.loading-fact-icon{margin-right:6px}@keyframes factFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.social-proof{max-width:900px;margin:-50px auto 0;padding:0 24px;position:relative;z-index:2}.proof-card{background:#fff;border-radius:16px;padding:28px 32px;box-shadow:0 4px 24px rgba(0,0,0,.08);display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.proof-item{text-align:center}.proof-number{font-size:32px;font-weight:800;color:#0f0f23}.proof-label{font-size:14px;color:#555;margin-top:2px}.section-bg-alt{background:#eef0f5}.section-bg-dark{background:linear-gradient(135deg,#0f0f23,#1a1a3e)}.section{max-width:900px;margin:0 auto;padding:64px 24px}.section-label{font-size:14px;font-weight:600;color:#16a34a;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.section h2{font-size:32px;font-weight:800;margin-bottom:40px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.step-card{text-align:center;padding:32px 24px;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.step-card .step-num{width:48px;height:48px;margin:0 auto 16px;background:#0f0f23;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px}.step-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.step-card p{font-size:15px;color:#555;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.benefit{display:flex;gap:16px;padding:24px;background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.benefit-icon{width:44px;height:44px;background:#dcfce7;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.benefit h3{font-size:16px;font-weight:700;margin-bottom:4px}.benefit p{font-size:14px;color:#555;line-height:1.6}.pricing{background:#fff;border-radius:16px;max-width:620px;margin:0 auto;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.08);text-align:center}.pricing .price-old{font-size:20px;color:#aaa;text-decoration:line-through;margin-bottom:2px}.pricing .price{font-size:48px;font-weight:800;color:#0f0f23;margin-bottom:4px}.pricing .price-note{font-size:15px;color:#666;margin-bottom:0}.pricing-label{font-size:16px;font-weight:700;color:#1a1a2e;text-align:left;margin-bottom:14px}.pricing-free-badge{display:inline-block;background:#dcfce7;color:#16a34a;font-size:12px;font-weight:700;padding:3px 10px;border-radius:10px;margin-left:6px;vertical-align:middle}.pricing-desc{font-size:14px;color:#555;line-height:1.55}.pricing ul{list-style:none;text-align:left;margin-bottom:28px}.pricing li{display:flex;align-items:flex-start;gap:12px;padding:14px 0;font-size:15px;color:#1a1a2e;border-bottom:1px solid #f0f0f0}.pricing li:last-child{border-bottom:none}.pricing li svg{width:18px;height:18px;color:#16a34a;flex-shrink:0;margin-top:2px}.cta-btn{display:block;width:100%;padding:16px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px rgba(22,163,74,.3)}.cta-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(22,163,74,.4)}.faq-list{max-width:640px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb;padding:20px 0}.faq-item:last-child{border-bottom:none}.faq-q{font-size:16px;font-weight:600;margin-bottom:6px}.faq-a{font-size:15px;color:#555;line-height:1.6}.footer{text-align:center;padding:48px 24px;font-size:13px;color:#777}.footer-brand{font-size:15px;font-weight:700;color:#0f0f23;margin-bottom:4px}@media (max-width:700px){.hero h1{font-size:32px}.hero p.subtitle{font-size:16px}.hero-checks{gap:12px}.url-form{flex-direction:column}.url-form button{padding:16px}.benefits-grid,.steps-grid{grid-template-columns:1fr}.proof-card{gap:24px}}.report-header{background:linear-gradient(135deg,#0f0f23,#1a1a3e);color:#fff;padding:40px 0}.report-header-inner{max-width:900px;margin:0 auto;padding:0 24px}.report-brand{font-size:14px;font-weight:600;color:#7ee787;margin-bottom:24px;letter-spacing:.5px}.report-header h1{font-size:28px;font-weight:800;margin-bottom:8px;line-height:1.3}.report-subtitle{font-size:15px;color:#a0a0c0}.report-url{display:inline-block;margin-top:16px;background:rgba(126,231,135,.1);border:1px solid rgba(126,231,135,.3);padding:6px 14px;border-radius:6px;font-size:13px;color:#7ee787;font-family:monospace}.report-score-section{max-width:900px;margin:-40px auto 0;padding:0 24px;position:relative;z-index:2}.report-score-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.08);display:flex;align-items:flex-start;gap:32px;flex-wrap:wrap}.report-score-circle{width:120px;height:120px;flex-shrink:0}.report-score-circle,.report-score-inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.report-score-inner{width:96px;height:96px;background:#fff;flex-direction:column}.report-score-num{font-size:36px;font-weight:800;line-height:1}.report-score-max{font-size:13px;color:#888}.report-score-right{flex:1 1;min-width:250px}.report-score-right h2{font-size:20px;font-weight:700;margin-bottom:4px}.report-score-context{font-size:14px;color:#666;margin-bottom:16px;line-height:1.5}.report-bars{display:flex;flex-direction:column;gap:8px}.report-bar-row{display:flex;align-items:center;gap:12px;font-size:13px}.report-bar-label{width:140px;color:#444}.report-bar-track{flex:1 1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.report-bar-fill{height:100%;border-radius:4px}.report-bar-fill.red{background:#ef4444}.report-bar-fill.orange{background:#f59e0b}.report-bar-fill.green{background:#22c55e}.report-bar-value{width:40px;text-align:right;font-weight:600}.report-bar-descriptions{margin-top:12px;display:flex;flex-direction:column;gap:4px}.report-bar-desc{display:flex;align-items:center;gap:8px;font-size:12px;color:#666}.report-bar-desc-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.report-bar-desc-dot.red{background:#ef4444}.report-bar-desc-dot.orange{background:#f59e0b}.report-container{max-width:900px;margin:0 auto;padding:0 24px}.report-problems{background:#fff;border-radius:16px;padding:28px 32px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.report-problems h2{font-size:16px;font-weight:700;margin-bottom:16px;color:#555}.report-problem-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.report-problem-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:8px;font-size:13px;background:#fafafa;border:1px solid #f0f0f0}.report-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.report-dot.red{background:#ef4444}.report-dot.orange{background:#f59e0b}.report-p-text{color:#555;line-height:1.4}.report-p-text strong{font-weight:600;color:#333;display:block;margin-bottom:2px}.report-problem-desc{display:block;font-size:12px;color:#777;line-height:1.45;margin-top:2px}.report-problem-impact{display:inline-block;margin-top:6px;font-size:11px;font-weight:600;color:#16a34a;background:#dcfce7;padding:2px 8px;border-radius:8px}.report-problem-impact.negative{color:#dc2626;background:#fef2f2}.report-timeline-section{background:#fff;border-radius:16px;padding:32px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04);text-align:center}.report-timeline-section h2{font-size:20px;font-weight:700;margin-bottom:4px}.report-timeline-sub{font-size:14px;color:#666;margin-bottom:28px}.report-timeline{display:flex;align-items:center;justify-content:center;gap:0}.report-timeline-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:90px}.report-timeline-circle{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#666;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center}.report-timeline-circle.free{background:#16a34a;color:#fff}.report-timeline-label{font-size:12px;font-weight:600;color:#444}.report-timeline-badge{font-size:11px;font-weight:700;color:#16a34a;background:#dcfce7;padding:2px 8px;border-radius:8px}.report-timeline-badge.free{background:#16a34a;color:#fff}.report-timeline-line{width:40px;height:2px;background:#e5e7eb;flex-shrink:0;margin-top:-20px}.report-section-free{background:#fff;border-radius:16px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden;border:2px solid #dcfce7}.report-section-free .report-section-header:hover{background:#f0fdf4}.report-score-badge.free{background:#16a34a;color:#fff}.report-free-checklist{display:flex;flex-direction:column;gap:12px}.report-check-item{display:flex;gap:12px;padding:14px 16px;border-radius:10px;border:1px solid #f0f0f0}.report-check-item.found{background:#f0fdf4;border-color:#dcfce7}.report-check-item.missing{background:#fef2f2;border-color:#fecaca}.report-check-icon{flex-shrink:0;margin-top:1px}.report-check-item strong{font-size:14px;color:#1a1a2e;display:block;margin-bottom:3px}.report-check-item p{font-size:13px;color:#555;line-height:1.5}.report-free-cta-hint{margin-top:20px;padding:14px 18px;background:rgba(126,231,135,.08);border:1px solid rgba(126,231,135,.2);border-radius:10px;font-size:13px;color:#444;line-height:1.5;display:flex;gap:10px;align-items:flex-start}.report-free-cta-hint span{flex-shrink:0}.report-free-cta-box{margin-top:20px;padding:24px;background:linear-gradient(135deg,#0f0f23,#1a1a3e);border-radius:12px;text-align:center;color:#fff}.report-free-cta-box h3{font-size:17px;font-weight:700;margin-bottom:8px}.report-free-cta-box p{font-size:14px;color:#a0a0c0;margin-bottom:16px;line-height:1.5}.report-free-cta-btn{display:inline-block;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;padding:12px 32px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px rgba(22,163,74,.3)}.report-free-cta-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(22,163,74,.4)}.report-free-content{padding:0 32px 32px}.report-section-header{display:flex;align-items:center;gap:12px;padding:24px 32px}.report-section-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.report-section-icon.blue{background:#dbeafe}.report-section-icon.green{background:#dcfce7}.report-section-icon.purple{background:#ede9fe}.report-section-icon.orange{background:#fef3c7}.report-section-title-group{flex:1 1}.report-section-title-group h2{font-size:17px;font-weight:700;color:#1a1a2e}.report-section-sub{font-size:13px;color:#666;margin-top:2px}.report-score-badge{background:#dcfce7;color:#16a34a;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0}.report-chevron{color:#bbb;flex-shrink:0;transition:transform .25s ease}.report-chevron.open{transform:rotate(180deg)}.report-section-header:hover{background:#fafafa}.report-section-locked{background:#fff;border-radius:16px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden}.report-locked-detail{padding:0 32px 28px;display:flex;flex-direction:column;gap:12px}.report-locked-insight{display:flex;gap:12px;padding:14px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;font-size:13px}.report-locked-insight-icon{flex-shrink:0}.report-locked-insight strong{display:block;color:#991b1b;font-size:12px;margin-bottom:2px}.report-locked-insight p{color:#666;line-height:1.5}.report-locked-solution{display:flex;gap:12px;padding:14px 16px;background:#f0fdf4;border:1px solid #dcfce7;border-radius:10px;font-size:13px}.report-locked-solution-icon{flex-shrink:0}.report-locked-solution strong{display:block;color:#166534;font-size:12px;margin-bottom:2px}.report-locked-solution p{color:#666;line-height:1.5}.report-locked-cta{display:inline-block;margin-top:4px;padding:10px 24px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px rgba(22,163,74,.2)}.report-locked-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,163,74,.3)}.report-testimonial{background:#fff;border-radius:16px;padding:28px 32px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04);border-left:4px solid #7ee787}.report-testimonial-quote{font-size:15px;color:#444;line-height:1.65;font-style:italic;margin-bottom:16px}.report-testimonial-author{display:flex;align-items:center;gap:12px}.report-testimonial-avatar{width:40px;height:40px;border-radius:50%;background:#0f0f23;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-testimonial-author strong{display:block;font-size:14px;color:#1a1a2e}.report-testimonial-author span{font-size:13px;color:#888}.report-cta-banner{background:linear-gradient(135deg,#0f0f23,#1a1a3e);border-radius:16px;padding:48px 40px;margin-top:24px;text-align:center;color:#fff}.report-cta-urgency{display:inline-block;background:rgba(126,231,135,.1);color:#7ee787;font-size:13px;font-weight:600;padding:5px 14px;border-radius:20px;border:1px solid rgba(126,231,135,.25);margin-bottom:16px}.report-cta-banner h2{font-size:28px;font-weight:800;margin-bottom:24px;line-height:1.3}.report-cta-features{display:flex;flex-direction:column;gap:10px;max-width:400px;margin:0 auto 28px;text-align:left}.report-cta-feature{display:flex;align-items:center;gap:10px;font-size:15px;color:#d0d0e0}.report-cta-feature svg{flex-shrink:0}.report-cta-price{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.report-cta-price-old{font-size:20px;color:#888;text-decoration:line-through}.report-cta-price-main{font-size:44px;font-weight:800;color:#fff}.report-unlock-btn{display:inline-block;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;padding:16px 48px;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px rgba(22,163,74,.3);transition:transform .15s,box-shadow .15s;text-decoration:none;text-align:center}.report-unlock-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(22,163,74,.4)}.report-unlock-btn:disabled{opacity:.85;cursor:wait;transform:none}.btn-spinner{display:inline-block;width:18px;height:18px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:btnSpin .6s linear infinite;vertical-align:middle;margin-right:8px}@keyframes btnSpin{to{transform:rotate(1turn)}}.report-cta-trust{display:flex;justify-content:center;gap:24px;margin-top:12px;margin-bottom:24px;flex-wrap:wrap}.report-cta-trust span{font-size:14px;color:#d0d0e0;font-weight:500}.report-cta-onetime{margin-top:12px;font-size:12px;color:hsla(0,0%,100%,.35)}.report-purchase-faq{background:#fff;border-radius:16px;padding:28px 32px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.report-purchase-faq h3{font-size:18px;font-weight:700;margin-bottom:16px;text-align:center}.report-pfaq-item{border-bottom:1px solid #f0f0f0;padding:14px 0}.report-pfaq-item:last-child{border-bottom:none}.report-pfaq-item strong{font-size:15px;color:#1a1a2e;display:block;margin-bottom:4px}.report-pfaq-item p{font-size:14px;color:#666;line-height:1.55}.report-paid-banner{background:linear-gradient(135deg,#dcfce7,#f0fdf4);border:2px solid #16a34a;border-radius:16px;padding:24px 32px;margin-top:24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.report-paid-icon{font-size:32px;flex-shrink:0}.report-paid-banner strong{font-size:17px;color:#15803d}.report-paid-banner p{font-size:14px;color:#166534;margin-top:2px}.report-pdf-btn{margin-left:auto;background:#16a34a;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s;white-space:nowrap}.report-pdf-btn:hover{background:#15803d}.report-section-unlocked{background:#fff;border-radius:16px;margin-top:24px;box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden;border:2px solid #dcfce7}.report-section-unlocked .report-section-header:hover{background:#f0fdf4}.report-score-badge.done{background:#16a34a;color:#fff}.report-unlocked-content{padding:0 32px 32px}.report-unlocked-content .report-step{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#444;line-height:1.5}.report-unlocked-content .report-step:last-child{border-bottom:none}.report-unlocked-content .report-step-num{width:28px;height:28px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.report-code-block{background:#0f172a;border-radius:10px;overflow:hidden;margin-top:12px}.report-code-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#1e293b;font-size:12px;color:#94a3b8}.report-copy-btn{background:#334155;color:#e2e8f0;border:none;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.report-copy-btn:hover{background:#475569}.report-code-block pre{padding:16px;margin:0;font-size:12px;color:#e2e8f0;overflow-x:auto;line-height:1.6;white-space:pre-wrap;word-break:break-all}.report-faq-list-unlocked{margin-top:12px}.report-faq-unlocked{padding:14px 18px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;font-size:14px}.report-faq-unlocked strong{color:#1a1a2e}.report-faq-unlocked p{color:#666;margin-top:6px;font-size:13px;line-height:1.5;font-style:italic}.report-tips{display:flex;flex-direction:column;gap:12px}.report-tip{padding:14px 18px;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;font-size:14px}.report-tip strong{color:#1a1a2e}.report-tip p{color:#666;margin-top:4px;font-size:13px;line-height:1.5}.report-pdf-banner{background:#fff;border-radius:16px;margin-top:24px;padding:32px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.04);border:2px dashed #d1d5db}.report-pdf-banner h3{font-size:18px;font-weight:700;margin-bottom:8px}.report-pdf-banner p{font-size:14px;color:#666;margin-bottom:20px}.report-pdf-btn-large{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;padding:14px 40px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px rgba(22,163,74,.3);transition:transform .15s,box-shadow .15s}.report-pdf-btn-large:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(22,163,74,.4)}@media (max-width:600px){.report-score-card{flex-direction:column;text-align:center}.report-bar-label{width:100px}.report-problem-grid{grid-template-columns:1fr}.report-section-header{padding:20px;flex-wrap:wrap}.report-cta-features{margin-left:auto;margin-right:auto}.report-cta-trust{gap:12px}.report-paid-banner{flex-direction:column;text-align:center}.report-pdf-btn{margin-left:0}.report-free-content,.report-locked-detail,.report-unlocked-content{padding:0 20px 24px}.report-timeline{flex-wrap:wrap;gap:8px}.report-timeline-line{width:20px}.report-header h1{font-size:22px}.report-cta-banner{padding:36px 24px}.report-cta-banner h2{font-size:22px}.report-cta-price-main{font-size:36px}.report-generating-inner{padding:32px 20px}}.report-generating{padding:48px 24px;text-align:center}.report-generating-inner{max-width:500px;margin:0 auto;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:40px 32px}.report-generating-spinner{width:48px;height:48px;border:3px solid #d1fae5;border-top-color:#16a34a;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}.report-generating-inner h3{font-size:20px;font-weight:700;margin-bottom:8px;color:#111}.report-generating-inner p{font-size:14px;color:#666;line-height:1.5;margin-bottom:24px}.report-generating-steps{display:flex;flex-direction:column;gap:8px;text-align:left}.report-generating-step{font-size:14px;color:#999;padding:8px 12px;border-radius:8px}.report-generating-step.done{color:#16a34a;background:#dcfce7}.report-generating-step.active{color:#111;font-weight:600;background:#fff;border:1px solid #d1fae5}.report-ai-summary{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:24px;margin:24px 0}.report-ai-summary h3{font-size:16px;font-weight:700;margin-bottom:8px}.report-ai-summary p{font-size:14px;color:#444;line-height:1.6}.report-copy-btn-small{display:inline-block;margin-top:8px;padding:4px 12px;font-size:12px;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;cursor:pointer;transition:background .2s}.report-copy-btn-small:hover{background:#dcfce7}