@charset "UTF-8";:host{display:block;margin-top:15px;--bg: #0f172a;--card: #ffffff;--muted: #162b47;--brand: #0ea5e9;--brand-dark: #0284c7;--accent: #22c55e;--danger: #ef4444;--border: #e2e8f0;--mei-blue: #1e40af;--mei-green: #059669;--mei-yellow: #f59e0b;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:linear-gradient(180deg,#f8fafc,#eef2f7);color:#0f172a;line-height:1.5}:host .container{max-width:1100px;padding:0 16px}:host .header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}:host .logo{display:flex;align-items:center;gap:12px}:host .logo img{height:48px;width:auto;object-fit:contain}:host .logo h1{font-size:20px;margin:0;font-weight:700;letter-spacing:.2px;color:var(--mei-blue)}:host h1{color:#031c38;margin-bottom:0;font-size:1.5rem}:host .trust{display:flex;gap:8px;flex-wrap:wrap;width:50%}:host .badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:6px 12px;background:#fff;font-size:12px;color:#0f172a;white-space:nowrap}:host .badge .dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}:host .hero{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--mei-blue) 0%,var(--mei-green) 100%);color:#fff;border-radius:16px;padding:20px 24px;margin-bottom:24px;flex-wrap:wrap;gap:16px}:host .hero h2{margin:0;font-size:20px;font-weight:600;flex:1;min-width:300px}:host .hero .countdown{font-variant-numeric:tabular-nums;background:#fff3;padding:8px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.3);font-weight:600}:host .grid{display:grid;grid-template-columns:1fr 400px;gap:24px}@media(max-width:940px){:host .grid{grid-template-columns:1fr}}:host .card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 25px #02081714}:host .card .head{padding:20px 20px 8px;border-bottom:1px dashed var(--border)}:host .card .head h3{margin:0;font-size:18px;font-weight:600;color:var(--mei-blue)}:host .card .body{padding:20px}:host .steps{display:flex;gap:10px;flex-wrap:wrap}:host .chip{border:1px solid var(--border);border-radius:20px;padding:8px 12px;font-size:12px;color:#0f172a;background:#fff;font-weight:500}:host .chip.active{background:var(--mei-blue);border-color:var(--mei-blue);color:#fff}:host form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}:host form .row-1{grid-template-columns:1fr}@media(max-width:640px){:host form .row{grid-template-columns:1fr}}:host label{display:block;font-size:13px;color:var(--muted);margin:12px 2px 8px;font-weight:500}:host input,:host select{width:100%;box-sizing:border-box;padding:14px;border-radius:12px;border:1px solid var(--border);font-size:15px;transition:all .2s ease}:host input:focus,:host select:focus{outline:2px solid var(--mei-blue);border-color:transparent;box-shadow:0 0 0 3px #1e40af1a}:host .help{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.4}:host .payment-section{background:#f8fafc;border:2px solid var(--mei-blue);border-radius:16px;padding:24px;margin-top:24px}:host .payment-section h3{margin:0 0 20px;font-size:20px;font-weight:700;color:var(--mei-blue);text-align:center}:host .service-summary{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:20px}:host .service-summary table{width:100%;border-collapse:collapse}:host .service-summary td{padding:8px 0;border-bottom:1px solid #f1f5f9}:host .service-summary td:first-child{font-weight:500}:host .service-summary td:last-child{text-align:right;font-weight:600}:host .service-summary .total{font-size:18px;color:var(--mei-blue);border-bottom:none!important;padding-top:12px}:host .pay-list{display:grid;gap:12px;margin-bottom:24px}:host .pay-option{display:flex;align-items:center;gap:14px;border:2px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;background:#fff;transition:all .2s ease;position:relative}:host .pay-option:hover{border-color:var(--mei-blue);box-shadow:0 2px 8px #1e40af1a}:host .pay-option.selected{border-color:var(--mei-blue);background:#f0f9ff;box-shadow:0 0 0 3px #1e40af1a}:host .pay-option input{accent-color:var(--mei-blue);margin:0;width:auto}:host .pix-pill{font-size:11px;background:#ecfeff;color:#0369a1;border:1px solid #bae6fd;padding:4px 8px;border-radius:999px;font-weight:500}:host .pix-highlight{position:absolute;top:-8px;right:12px;background:var(--mei-green);color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}:host .payment-button{width:100%;background:linear-gradient(135deg,var(--mei-blue) 0%,var(--mei-green) 100%);color:#fff;border:none;border-radius:12px;padding:18px 24px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #1e40af4d}:host .step-button{display:flex;justify-content:center;gap:10px;width:100%}:host .step-button button{margin-top:10px;background:linear-gradient(135deg,var(--mei-blue) 0%,var(--mei-green) 100%);color:#fff;border:none;border-radius:12px;padding:10px 14px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;letter-spacing:.5px;box-shadow:0 4px 12px #1e40af4d}:host .step-button button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e40afcc}:host .payment-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e40af66}:host .payment-button:active{transform:translateY(0)}:host .cta{display:flex;flex-direction:column;gap:12px;margin-top:20px}:host .btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:16px 20px;border-radius:12px;border:none;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;text-decoration:none}:host .btn-primary{background:linear-gradient(90deg,var(--mei-blue),var(--mei-green));color:#fff}:host .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}:host .btn-ghost{background:transparent;border:2px dashed var(--border);color:var(--muted)}:host .btn-ghost:hover{border-color:var(--mei-blue);color:var(--mei-blue)}:host .summary .price{font-size:32px;font-weight:800;color:var(--mei-blue)}:host .summary .old{font-size:16px;color:var(--muted);text-decoration:line-through;margin-left:8px}:host .summary ul{padding-left:20px;margin:12px 0 0}:host .summary li{margin-bottom:6px}:host .upsells{display:grid;gap:12px;margin-top:12px}:host .upsells label{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;border:1px solid var(--border);padding:12px;border-radius:12px;color:#0f172a;cursor:pointer;transition:all .2s ease}:host .upsells label:hover{border-color:var(--mei-blue);background:#f1f5f9}:host .upsells input{margin-top:2px;accent-color:var(--mei-blue);width:auto}:host .testimonials{display:grid;gap:12px;margin-top:12px}:host .testimonials>div{padding:12px;background:#f8fafc;border-radius:8px;border-left:3px solid var(--mei-blue)}:host .rating{color:#f59e0b;font-size:14px;margin-bottom:4px}:host .cta{display:flex;flex-direction:column;gap:20px;margin-top:24px;padding:24px;background:#f8fafc;border:1px solid var(--border);border-radius:16px;text-align:center}:host .cta-content h3{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin:0 0 8px}:host .cta-content p{font-size:.95rem;color:#64748b;margin:0 0 20px;line-height:1.5}:host .cta-actions{display:flex;flex-direction:column;gap:12px;align-items:center}:host .btn-consultoria{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .2s ease;box-shadow:0 4px 6px -1px #4f46e533}:host .btn-consultoria:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #4f46e54d}:host .btn-help{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:transparent;border:1px solid #e2e8f0;color:#64748b;border-radius:12px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease}:host .btn-help:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}:host .secure-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px;padding-top:16px;border-top:1px dashed #e2e8f0}:host .secure-badges .badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:#64748b;background:#fff;padding:6px 10px;border-radius:999px;border:1px solid #f1f5f9}:host .secure-badges .badge svg{width:14px;height:14px;color:#10b981}:host .footer-note{font-size:12px;color:var(--muted);text-align:center;margin-top:20px;line-height:1.4}@media(max-width:768px){:host .container{padding:0 12px;margin:16px auto}:host .grid{grid-template-columns:1fr}:host .header{flex-direction:column;align-items:flex-start;gap:12px}:host .trust{width:50%;justify-content:flex-start}:host .hero{padding:16px;text-align:center}:host .hero h2{font-size:18px;min-width:auto}:host .logo h1{font-size:18px}:host .logo img{height:40px}:host .payment-section{padding:16px}:host .payment-button{font-size:16px;padding:16px 20px}}:host .error{color:red;font-size:.875em}:host input.ng-touched.ng-invalid,:host select.ng-touched.ng-invalid,:host textarea.ng-touched.ng-invalid{border-color:red}:host .error-message{color:red;font-size:12px}:host *{transition:border-color .2s ease,box-shadow .2s ease}
