@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Nunito+Sans:wght@400;600;700;800&display=swap);.checkout-container *{font-family:Nunito Sans,sans-serif;color:#2e1065}.checkout-container{min-height:80dvh;padding:24px 16px;background:linear-gradient(180deg,#f6f4fc,#eeeaf9);min-height:100vh;display:flex;align-items:center;justify-content:center}h1{color:#2e1065;font-family:Poppins,sans-serif!important}.card{background:#fff;width:100%;max-width:420px;border-radius:28px;padding:32px 24px 28px;box-shadow:0 18px 50px rgba(46,16,101,.14);text-align:center}.logo{font-family:Poppins,sans-serif;font-weight:800;font-size:26px;color:#6d28d9;letter-spacing:-.5px;margin-bottom:22px}.logo span{color:#2e1065;font-size:26px}.check-wrap{width:84px;height:84px;margin:0 auto 18px;border-radius:50%;background:#e9f9ef;display:flex;align-items:center;justify-content:center;animation:pop .5s cubic-bezier(.2,1.4,.5,1) both}.check-wrap svg{width:44px;height:44px}.check-wrap path{stroke:#16a34a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:60;stroke-dashoffset:60;animation:draw .6s ease-out .35s forwards}@keyframes pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes draw{to{stroke-dashoffset:0}}h1{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;margin-bottom:6px}.subtitulo{color:#6b7280;font-size:15px}.hero,.subtitulo{margin-bottom:22px}.hero{background:linear-gradient(135deg,#f5f3ff,#ece5fb);border-radius:18px;padding:18px 16px}.hero .label{font-size:13px;color:#6b7280;margin-bottom:4px}.hero .monto{font-family:Poppins,sans-serif;font-size:32px;font-weight:800;color:#2e1065}.hero .plan{display:inline-block;margin-top:8px;background:#fff;color:#5b21b6;font-weight:700;font-size:13px;padding:5px 14px;border-radius:999px}.seccion-titulo{font-size:11.5px;font-weight:800;letter-spacing:1.2px;color:#6b7280;text-transform:uppercase;text-align:left;margin-bottom:8px}.detalle{border:1px solid #e9e3fb;border-radius:16px;padding:4px 16px;margin-bottom:22px}.fila{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:11px 0;border-bottom:1px solid #f0f0f4;font-size:14.5px}.fila:last-child{border-bottom:none}.fila .k{color:#6b7280;text-align:left;font-size:14.5px}.fila .v{font-weight:700;text-align:right;white-space:nowrap;font-size:14.5px}.fila.total .k,.fila.total .v{font-weight:800;color:#2e1065;font-size:15.5px}.nota{background:#f5f3ff;border-radius:14px;padding:14px 16px;font-size:13.5px;color:#5b21b6;line-height:1.5;margin-bottom:8px}.footer{margin-top:18px;font-size:12px;color:#a29bb8}#procesando{text-align:center}.spinner{width:74px;height:74px;margin:26px auto 24px;border-radius:50%;border:6px solid #ede9fe;border-top-color:#6d28d9;animation:girar .9s linear infinite}@keyframes girar{to{transform:rotate(1turn)}}.procesando-titulo{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;margin-bottom:8px;min-height:28px;opacity:1;transition:opacity .45s ease}.procesando-titulo.fundido{opacity:0}.procesando-texto{color:#6b7280;font-size:14.5px;margin-bottom:26px}#resultado{display:none}#resultado.visible{display:block;animation:aparecer .45s ease-out both}@keyframes aparecer{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}