*,:before,:after{box-sizing:border-box}body{margin:0}:root{--bg:#f8fafc;--surface:#fff;--surface2:#f1f5f9;--border:#e2e8f0;--accent:#c8a96e;--accent2:#e8c98e;--accent-light:#fdf8f0;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--green:#16a34a;--red:#dc2626;--radius:16px;--shadow:0 4px 24px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.header{border-bottom:1px solid var(--border);z-index:100;background:#fff;position:sticky;top:0;box-shadow:0 1px 8px #0000000f}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{color:#0f172a;background:var(--accent);border-radius:8px;padding:.4rem .6rem;font-size:.9rem;font-weight:900}.logo-name{color:var(--accent);font-size:1.1rem;font-weight:700}.logo-sub{color:var(--text-muted);font-size:.75rem}.unlocked-badge{color:var(--green);background:#f0fdf4;border:1px solid #86efac;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.header-unlock-btn{border:2px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.header-unlock-btn:hover{background:var(--accent-light)}.main{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.hero{text-align:center;padding:4rem 1rem 3rem}.hero h1{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.accent{color:var(--accent)}.hero-sub{color:var(--text-muted);max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.hero-badges{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;font-size:.88rem;display:flex}.hero-badges span{background:var(--accent-light);color:var(--accent);border:1px solid #e8c98e;border-radius:999px;padding:.4rem 1rem;font-weight:600}.before-after{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:700px;margin:0 auto 4rem;display:grid}@media (width<=600px){.before-after{grid-template-columns:1fr}}.ba-card{border-radius:var(--radius);text-align:center;padding:1.5rem}.ba-card.before{background:#fef2f2;border:2px solid #fecaca}.ba-card.after{background:var(--accent-light);border:2px solid #e8c98e}.ba-icon{color:var(--text-muted);margin-bottom:.75rem;font-size:1.3rem;font-weight:800}.ba-card h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.ba-card.before h3{color:#dc2626}.ba-card.after h3{color:var(--accent)}.ba-card p{color:var(--text-muted);font-size:.88rem}.tool-layout{grid-template-columns:1fr 280px;align-items:start;gap:1.5rem;margin-bottom:3rem;display:grid}@media (width<=800px){.tool-layout{grid-template-columns:1fr}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.panel-title{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:700}.field-grid-2{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}@media (width<=600px){.field-grid-2{grid-template-columns:1fr}}.field-grid-2 label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.field-grid-2 input{background:var(--surface2);border:2px solid var(--border);color:var(--text);border-radius:10px;outline:none;width:100%;padding:.65rem .85rem;font-size:.95rem;transition:border-color .2s}.field-grid-2 input:focus{border-color:var(--accent)}.full-label{color:var(--text-muted);flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.textarea-input{background:var(--surface2);border:2px solid var(--border);color:var(--text);resize:vertical;border-radius:10px;outline:none;width:100%;padding:.65rem .85rem;font-size:.95rem}.textarea-input:focus{border-color:var(--accent)}.photo-upload{border:2px dashed var(--border);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:140px;transition:border-color .2s;display:flex;overflow:hidden}.photo-upload:hover{border-color:var(--accent)}.photo-preview{object-fit:cover;width:100%;height:180px;display:block}.photo-placeholder{text-align:center;color:var(--text-muted);padding:2rem}.photo-icon{color:var(--text-light);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.photo-placeholder p{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.photo-placeholder span{color:var(--text-light);font-size:.78rem}.action-panel{position:sticky;top:80px}.action-info{text-align:center;color:var(--text-muted);padding:1.25rem .5rem;font-size:.88rem}.action-icon{color:var(--border);margin-bottom:.5rem;font-size:2rem;font-weight:700}.action-stack{flex-direction:column;gap:.75rem;display:flex}.preview-btn{background:var(--surface2);border:2px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:10px;padding:.75rem;font-size:.9rem;font-weight:600}.preview-btn:hover:not(:disabled){border-color:var(--accent)}.preview-btn:disabled{opacity:.45;cursor:not-allowed}.download-btn{background:var(--accent);color:#0f172a;cursor:pointer;border:none;border-radius:10px;width:100%;padding:.85rem;font-size:.95rem;font-weight:800}.download-btn:hover:not(:disabled){background:var(--accent2)}.download-btn:disabled{opacity:.45;cursor:not-allowed}.download-btn.locked{background:var(--surface2);color:var(--text-muted);border:2px solid var(--border)}.download-btn.locked:hover{border-color:var(--accent);color:var(--accent)}.buy-link{text-align:center;color:var(--accent);font-size:.9rem;font-weight:600;text-decoration:none;display:block}.buy-link:hover{text-decoration:underline}.guarantee{color:var(--text-muted);text-align:center;font-size:.78rem}.hint{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.8rem}.unlock-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.unlock-panel{border-radius:var(--radius);background:#fff;width:100%;max-width:440px;box-shadow:0 20px 60px #0003}.unlock-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;display:flex}.unlock-icon{color:var(--accent);background:var(--accent-light);border-radius:8px;padding:.5rem 1rem;font-size:1.1rem;font-weight:800}.unlock-inner h2{font-size:1.4rem;font-weight:800}.unlock-inner p{color:var(--text-muted);font-size:.95rem}.buy-btn{background:var(--accent);color:#0f172a;text-align:center;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;text-decoration:none;display:block}.buy-btn:hover{background:var(--accent2)}.divider{color:var(--text-muted);text-align:center;width:100%;font-size:.85rem;position:relative}.divider:before,.divider:after{content:"";background:var(--border);width:38%;height:1px;position:absolute;top:50%}.divider:before{left:0}.divider:after{right:0}.license-input{background:var(--surface2);border:2px solid var(--border);width:100%;color:var(--text);text-align:center;border-radius:10px;outline:none;padding:.75rem;font-family:monospace;font-size:.9rem}.license-input:focus{border-color:var(--accent)}.verify-btn{background:var(--surface2);border:2px solid var(--accent);width:100%;color:var(--accent);cursor:pointer;border-radius:10px;padding:.75rem;font-size:.95rem;font-weight:700}.verify-btn:hover:not(:disabled){background:var(--accent-light)}.verify-btn:disabled{opacity:.5;cursor:not-allowed}.error-msg{color:var(--red);font-size:.9rem}.testimonials{margin:3rem 0}.testimonials h2{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:800}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=700px){.testimonial-grid{grid-template-columns:1fr}}.testimonial-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1.5rem}.testimonial-stars{color:#f59e0b;margin-bottom:.5rem;font-size:1rem;font-weight:700}.testimonial-text{color:var(--text-muted);margin-bottom:.75rem;font-size:.92rem;font-style:italic}.testimonial-author{color:var(--text);font-size:.85rem;font-weight:700}.how-section{margin:3rem 0}.how-section h2{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:800}.steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=600px){.steps{grid-template-columns:1fr}}.step{border:1px solid var(--border);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);background:#fff;padding:1.75rem}.step-num{background:var(--accent);color:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.2rem;font-weight:800;display:flex}.step h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.step p{color:var(--text-muted);font-size:.88rem}.cta-section{border-radius:var(--radius);text-align:center;background:#0f172a;margin:2rem 0 3rem;padding:3rem 2rem}.cta-section h2{color:var(--accent);margin-bottom:.75rem;font-size:1.8rem;font-weight:800}.cta-section p{color:#94a3b8;margin-bottom:1.5rem;font-size:1.05rem}.cta-buy-btn{background:var(--accent);color:#0f172a;border-radius:12px;padding:.9rem 2.5rem;font-size:1.05rem;font-weight:800;text-decoration:none;display:inline-block}.cta-buy-btn:hover{background:var(--accent2)}.cta-guarantee{color:#64748b;margin-top:1rem;font-size:.85rem}.faq-section{margin:2rem 0 3rem}.faq-section h2{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:800}.faq-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.faq-grid{grid-template-columns:1fr}}.faq-item{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1.5rem}.faq-item h3{margin-bottom:.5rem;font-size:.95rem;font-weight:700}.faq-item p{color:var(--text-muted);font-size:.88rem}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:2rem;font-size:.82rem}
