:root{--brand: #2563eb;--brand-dark: #1e40af;--success: #22c55e;--danger: #ef4444;--muted: #6b7280;--bg: #f8fafc}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#111827;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;line-height:1.5}img{max-width:100%;height:auto}a{color:var(--brand)}.container{max-width:1100px;margin:0 auto;padding:16px}.grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}@media (max-width: 900px){.grid{grid-template-columns:1fr}}.section{background:#fff;border-radius:14px;box-shadow:0 8px 28px #11182714;padding:22px;margin-bottom:16px}.hero{background:#fff;border-radius:16px;box-shadow:0 8px 28px #11182714;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.pill{background:#eef2ff;color:#4338ca;font-weight:700;border-radius:999px;padding:6px 12px;font-size:.9rem}.progress-steps{display:flex;align-items:center;gap:8px;font-weight:700;flex-wrap:wrap}.progress-steps .dot{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#e2e8f0}.progress-steps .dot.active{background:var(--brand);color:#fff}.badge-count{background:#fef3c7;color:#92400e;border:1px dashed #f59e0b;font-weight:700;border-radius:8px;padding:6px 10px;font-size:.9rem}.timer{display:flex;align-items:center;gap:8px;background:#fee2e2;color:#991b1b;padding:6px 10px;border-radius:10px;font-weight:700}.timer .digits{font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:10px;padding:12px 18px;font-weight:700;cursor:pointer;text-decoration:none;font-size:1rem}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-outline{background:#fff;border:1px solid var(--brand);color:var(--brand)}.submit-btn{background:linear-gradient(90deg,var(--brand),var(--brand-dark));color:#fff;border:none;border-radius:12px;padding:14px 18px;width:100%;font-size:1.05rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.field{margin-bottom:14px}.field label{display:block;font-weight:700;margin-bottom:6px;font-size:.95rem}.field input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:1rem}.field input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 .2rem #2563eb26}.row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 560px){.row-2{grid-template-columns:1fr}}.guarantee{display:flex;gap:10px;align-items:center;background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;border-radius:10px;padding:10px 12px;font-weight:600}.muted{color:var(--muted)}.small{font-size:.9rem}.list-check{list-style:none;padding:0}.list-check li{margin-bottom:8px}.list-check i{color:var(--success);margin-right:8px}.sticky{position:sticky;top:16px}.price-row{display:flex;justify-content:space-between;gap:10px;margin:6px 0}.price-row .line{text-decoration:line-through;color:#9ca3af}.price-total{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-weight:800;font-size:1.35rem;color:#065f46}hr{border:none;border-top:1px solid #eee;margin:14px 0}.coupon-row{display:flex;gap:6px}.coupon-row input{flex:1}.testimonial-slider{background:#f8f9fa;padding:12px;border-radius:12px;box-shadow:0 6px 12px #00000014;height:180px;overflow:hidden;display:flex;align-items:center;justify-content:center}.testimonial-slider img{max-height:100%;width:auto;border-radius:8px;object-fit:contain;transition:opacity .3s ease-in-out}.faq-item{border:none;box-shadow:0 4px 18px #0000000f;border-radius:10px;margin-bottom:10px;overflow:hidden;background:#fff}.faq-q{padding:14px 16px;cursor:pointer;font-weight:700;display:flex;justify-content:space-between;align-items:center}.faq-a{padding:0 16px 14px;color:var(--muted)}.wpp-float{position:fixed;right:16px;bottom:16px;z-index:1000;background:#25d366;color:#fff;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000002e;font-size:26px}.alert{border-radius:10px;padding:12px 14px;margin-bottom:14px}.alert-error{background:#fee2e2;color:#991b1b}.alert-info{background:#eff6ff;color:#1e40af}.status-wrap{max-width:640px;margin:48px auto}.status-icon{font-size:56px;margin-bottom:12px}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warn{color:#d97706}.center{text-align:center}
