.m3d-acc-container{--m3d-primary:#AD17AA;--m3d-primary-hover:#8b0288;--m3d-bg-card:rgba(255, 255, 255, 0.04);--m3d-border:#8b0288;--m3d-text:rgba(255, 255, 255, 0.92);--m3d-text-muted:rgba(255, 255, 255, 0.6);--m3d-error:#EF4444;--m3d-success:#10B981;max-width:560px;margin:80px auto;padding:0 16px;font-family:'Be Vietnam Pro',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.m3d-acc-card{background:linear-gradient(180deg,#1A0A2E 0%,#0A0A0A 100%);border:1px solid var(--m3d-border);border-radius:20px;padding:40px;position:relative;overflow:hidden}.m3d-acc-card::before{content:'';position:absolute;top:-40%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgb(155 77 202 / .15) 0%,transparent 70%);pointer-events:none}.m3d-acc-card>*{position:relative;z-index:1}.m3d-acc-header{text-align:center;margin-bottom:28px}.m3d-acc-logo{font-size:28px;font-weight:800;color:#fff;letter-spacing:4px;margin-bottom:16px}.m3d-acc-title{font-size:26px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.4px}.m3d-acc-subtitle{font-size:14px;color:var(--m3d-text-muted);margin:0;line-height:1.5}.m3d-acc-form{display:flex;flex-direction:column;gap:16px}.m3d-acc-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.m3d-acc-field{display:flex;flex-direction:column}.m3d-acc-field label{font-size:13px;font-weight:500;color:var(--m3d-text-muted);margin-bottom:6px}.m3d-acc-opt{color:rgb(255 255 255 / .35);font-weight:400}.m3d-acc-field input,.m3d-acc-field textarea{background:var(--m3d-bg-card);border:1.5px solid var(--m3d-border);border-radius:10px;padding:12px 14px;color:#fff;font-size:15px;font-family:inherit;transition:border-color 0.2s ease;width:100%;box-sizing:border-box}.m3d-acc-field input:focus,.m3d-acc-field textarea:focus{outline:none;border-color:var(--m3d-primary);background:rgb(155 77 202 / .05)}.m3d-acc-field textarea{resize:vertical}.m3d-acc-company-desc{animation:m3d-acc-slide 0.3s ease}@keyframes m3d-acc-slide{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.m3d-acc-remember{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--m3d-text-muted);cursor:pointer}.m3d-acc-remember input{width:auto}.m3d-acc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;border:none;font-family:inherit;text-decoration:none;transition:all 0.2s ease}.m3d-acc-btn svg{width:18px;height:18px}.m3d-acc-btn-primary{background:var(--m3d-primary);color:#fff;box-shadow:0 4px 16px rgb(155 77 202 / .3)}.m3d-acc-btn-primary:hover{background:var(--m3d-primary-hover);transform:translateY(-1px)}.m3d-acc-btn-ghost{background:#fff0;color:var(--m3d-text-muted);border:1px solid var(--m3d-border)}.m3d-acc-btn-ghost:hover{color:#fff;border-color:var(--m3d-primary)}.m3d-acc-btn:disabled{opacity:.6;cursor:not-allowed}.m3d-acc-btn-loader{width:16px;height:16px;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:m3d-acc-spin 0.7s linear infinite}@keyframes m3d-acc-spin{to{transform:rotate(360deg)}}.m3d-acc-message{font-size:14px;line-height:1.4}.m3d-acc-message:empty{display:none}.m3d-acc-message.is-error{color:var(--m3d-error);background:rgb(239 68 68 / .1);border:1px solid rgb(239 68 68 / .3);border-radius:8px;padding:12px}.m3d-acc-message.is-success{color:var(--m3d-success);background:rgb(16 185 129 / .1);border:1px solid rgb(16 185 129 / .3);border-radius:8px;padding:12px}.m3d-acc-foot{text-align:center;font-size:14px;color:var(--m3d-text-muted);margin:8px 0 0}.m3d-acc-foot a{color:var(--m3d-primary);text-decoration:none;font-weight:600}.m3d-acc-success{text-align:center;padding:16px 0}.m3d-acc-success-icon{width:72px;height:72px;margin:0 auto 16px;background:linear-gradient(135deg,#10B981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.m3d-acc-success-icon svg{width:36px;height:36px}.m3d-acc-success h3{color:#fff;font-size:22px;margin:0 0 10px}.m3d-acc-success p{color:var(--m3d-text-muted);line-height:1.6;margin:0 0 20px}.m3d-acc-resend{border-top:1px solid var(--m3d-border);padding-top:20px;margin-top:20px}.m3d-acc-resend p{font-size:14px;margin:0 0 10px}.m3d-acc-resend-msg{display:block;margin-top:10px;font-size:13px;color:var(--m3d-success)}.m3d-acc-notice{max-width:560px;margin:20px auto;padding:16px 20px;background:rgb(155 77 202 / .1);border:1px solid var(--m3d-primary);border-radius:10px;color:#fff;text-align:center}.m3d-acc-notice a{color:var(--m3d-primary)}.m3d-profile-card{max-width:560px}.m3d-profile-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.m3d-profile-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ad17aa,#7B2FBE);display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:700}.m3d-profile-name{color:#fff;font-size:22px;margin:0}.m3d-profile-email{color:var(--m3d-text-muted);font-size:14px;margin:2px 0 0}.m3d-profile-tier{display:flex;align-items:center;gap:16px;background:var(--tier-bg);border:1px solid var(--tier-color);border-radius:14px;padding:20px;margin-bottom:20px}.m3d-profile-tier-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--tier-color);background:rgb(0 0 0 / .2);border-radius:12px}.m3d-profile-tier-icon svg{width:28px;height:28px}.m3d-profile-tier-info{display:flex;flex-direction:column;flex:1}.m3d-profile-tier-label{font-size:12px;color:var(--m3d-text-muted)}.m3d-profile-tier-name{font-size:22px;font-weight:700;color:var(--tier-color)}.m3d-profile-tier-desc{font-size:13px;color:var(--m3d-text-muted)}.m3d-profile-tier-discount{text-align:center}.m3d-profile-discount-num{display:block;font-size:28px;font-weight:800;color:var(--tier-color)}.m3d-profile-discount-label{font-size:11px;color:var(--m3d-text-muted);letter-spacing:1px}.m3d-profile-data{margin-bottom:24px}.m3d-profile-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--m3d-border);font-size:14px}.m3d-profile-row span{color:var(--m3d-text-muted)}.m3d-profile-row strong{color:#fff}.m3d-profile-actions{display:flex;gap:12px;flex-wrap:wrap}.m3d-profile-actions .m3d-acc-btn{flex:1}.m3d-tier-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:100px;background:var(--tier-bg);color:var(--tier-color);font-size:13px;font-weight:600;border:1px solid var(--tier-color)}.m3d-tier-badge svg{width:14px;height:14px}.m3d-tier-badge-sm{padding:2px 8px;font-size:11px}.m3d-tier-badge-sm svg{width:12px;height:12px}.m3d-auth-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:100px;font-size:14px;font-weight:700;text-decoration:none;font-family:'Be Vietnam Pro',sans-serif;transition:all 0.2s ease}.m3d-auth-btn svg{width:16px;height:16px}.m3d-auth-btn-login{background:#AD17AA;color:#fff}.m3d-auth-btn-login:hover{background:#8b0288;color:#fff}.m3d-auth-btn-cotizar{background:#AD17AA;color:#fff}.m3d-auth-btn-cotizar:hover{background:#8b0288;color:#fff}.m3d-auth-guest{display:inline-flex;align-items:center;gap:12px}.m3d-auth-btn-cotizar-guest{background:#AD17AA;color:#fff}.m3d-auth-btn-cotizar-guest:hover{background:#8b0288;color:#fff}.m3d-auth-logged{display:inline-flex;align-items:center;gap:14px}.m3d-auth-user{display:inline-flex;align-items:center;gap:8px}.m3d-auth-name{color:#fff;font-size:14px;font-weight:600}.m3d-auth-logout{display:inline-flex;color:rgb(255 255 255 / .5);transition:color 0.2s}.m3d-auth-logout:hover{color:#9B4DCA}.m3d-auth-logout svg{width:18px;height:18px}@media (max-width:600px){.m3d-acc-card{padding:28px 20px}.m3d-acc-row{grid-template-columns:1fr}.m3d-profile-actions{flex-direction:column}}.m3d-auth-menu-trigger{position:relative;cursor:pointer;padding:6px 8px;border-radius:10px;transition:background 0.2s ease}.m3d-auth-menu-trigger:hover{background:rgb(255 255 255 / .06)}.m3d-auth-chevron{width:14px;height:14px;color:rgb(255 255 255 / .5);transition:transform 0.2s ease}.m3d-auth-menu-trigger:hover .m3d-auth-chevron{transform:rotate(180deg)}.m3d-auth-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:240px;background:#1A0A2E;border:1px solid #3A2D50;border-radius:14px;box-shadow:0 12px 40px rgb(0 0 0 / .5);padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 0.2s ease;z-index:9999}.m3d-auth-dropdown::before{content:'';position:absolute;top:-10px;left:0;right:0;height:10px}.m3d-auth-menu-trigger:hover .m3d-auth-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.m3d-auth-dropdown-head{padding:10px 12px 12px;border-bottom:1px solid #3A2D50;margin-bottom:6px;display:flex;flex-direction:column}.m3d-auth-dropdown-name{color:#fff;font-size:14px;font-weight:600}.m3d-auth-dropdown-email{color:rgb(255 255 255 / .5);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m3d-auth-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;color:rgb(255 255 255 / .85);text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;transition:background 0.15s ease,color 0.15s ease}.m3d-auth-dropdown-item svg{width:16px;height:16px;flex-shrink:0}.m3d-auth-dropdown-item:hover{background:rgb(155 77 202 / .15);color:#fff}.m3d-auth-dropdown-logout:hover{background:rgb(239 68 68 / .12);color:#EF4444}.m3d-auth-dropdown-divider{height:1px;background:#3A2D50;margin:6px 0}@media (max-width:767px){.elementor-element.elementor-absolute:has(.m3d-auth-wrap),.elementor-element.elementor-fixed:has(.m3d-auth-wrap),.elementor-widget:has(>.elementor-widget-container>.m3d-auth-wrap){position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;width:100%!important;max-width:100%!important;margin:0 0 14px!important;z-index:auto!important}.m3d-auth-wrap{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;width:100%}.m3d-auth-logged{flex-wrap:wrap;justify-content:center;gap:10px}}