#checkout .module_payment_container {
    position: relative;
}

#checkout .module_payment_container .payment-option input.payment_radio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    opacity: 0;
}

#checkout .module_payment_container .payment-option .payment_input:before{
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    border: 2px solid white;
    box-shadow: 0px 0px 0px 1px #484848;
    top: 27px;
    left: 8px;
    width: 13px;
    height: 13px;
    border-radius: 100px;
}

#checkout .module_payment_container .payment-option.selected .payment_input:before{
    background-color: rgb(50 159 237);
}

#checkout .leo-quicklogin-modal.fade.show{
    opacity: 1!important;
}

/* === LP PROFESIONALES START === */
/* === PrestaShop CMS Container Overrides (only when LP present) === */
body:has(.lp-pro) #content-wrapper,body:has(.lp-pro) #wrapper,body:has(.lp-pro) .container,body:has(.lp-pro) #main{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}
body:has(.lp-pro) #content-wrapper .container{max-width:100%!important;padding:0!important}
body:has(.lp-pro) #main .page-content{padding:0!important;margin:0!important}
body:has(.lp-pro) .breadcrumb-wrapper,body:has(.lp-pro) .breadcrumb,body:has(.lp-pro) .breadcrumb-bg,body:has(.lp-pro) .page-header{display:none!important}
body:has(.lp-pro) #wrapper{padding-top:0!important}
body:has(.lp-pro) #footer{display:none!important}

/* === LP Base Reset === */
.lp-pro *{margin:0;padding:0;box-sizing:border-box}
.lp-pro{font-family:'Inter',sans-serif;color:#1c1917;max-width:100%;overflow-x:hidden;line-height:1.4}
.lp-pro img{max-width:100%;height:auto;display:block}
.lp-pro a{text-decoration:none;color:inherit}

/* ===== HERO ===== */
.lp-hero{display:flex;align-items:flex-start;gap:64px;background:#e8e7e3;padding:180px 96px 60px}
.lp-hero-left{flex:1;display:flex;flex-direction:column;gap:32px}
.lp-hero-badge{display:inline-flex;align-items:center;background:#d4c3a3;padding:8px 16px;align-self:flex-start}
.lp-hero-badge span{font-size:11px;font-weight:600;letter-spacing:2px;color:#fff}
.lp-hero h1{font-size:52px;font-weight:500;letter-spacing:-3px;line-height:1.05;color:#1c1917}
.lp-hero-sub{font-size:20px;font-weight:400;line-height:1.5;color:#57534e;max-width:550px}
.lp-hero-trust{display:flex;gap:24px;flex-wrap:wrap}
.lp-hero-trust-item{display:flex;align-items:center;gap:8px}
.lp-hero-trust-item svg{width:18px;height:18px;color:#78716c;flex-shrink:0}
.lp-hero-trust-item span{font-size:14px;font-weight:500;color:#57534e}

/* ===== HERO FORM ===== */
.lp-hero-form{width:480px;min-width:480px;background:#fff;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:10px;box-shadow:0 4px 24px rgba(0,0,0,.07)}
.lp-hero-form h2{font-size:18px;font-weight:600;letter-spacing:-.5px;color:#1c1917}
.lp-hero-form .form-sub{font-size:13px;color:#78716c;margin-top:-4px}
.lp-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lp-field{display:flex;flex-direction:column;gap:4px}
.lp-field label{font-size:11px;font-weight:500;color:#57534e}
.lp-field input{height:38px;border:1px solid #E5E2DD;border-radius:4px;padding:0 12px;font-size:13px;font-family:'Inter',sans-serif;color:#1c1917;outline:none;transition:border-color .2s;width:100%;background:#fff}
.lp-field input::placeholder{color:#a8a29e}
.lp-field input:focus{border-color:#d4c3a3}
.lp-legal-checks{display:flex;flex-direction:column;gap:6px}
.lp-check-row{display:flex;gap:8px;align-items:flex-start}
.lp-check-row input[type="checkbox"]{width:14px;height:14px;flex-shrink:0;margin-top:1px;accent-color:#d4c3a3}
.lp-check-row span{font-size:10px;color:#57534e;line-height:1.4}
.lp-check-row.opt span{color:#a8a29e}
.lp-legal-note{font-size:8px;color:#a8a29e;line-height:1.4}
.lp-form-btn{display:flex;align-items:center;justify-content:center;height:42px;background:#1c1917;color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:2px;font-family:'Inter',sans-serif;cursor:pointer;transition:background .2s;width:100%}
.lp-form-btn:hover{background:#333}
.lp-fg{display:flex;flex-direction:column;gap:4px}
.lp-fg-item{display:flex;align-items:center;gap:6px}
.lp-fg-item svg{width:14px;height:14px;color:#78716c;flex-shrink:0}
.lp-fg-item span{font-size:12px;color:#57534e}
/* Click-to-reveal phone */
.lp-reveal{padding-top:8px;border-top:1px solid #E5E2DD}
.lp-reveal-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:38px;border:1.5px solid #d4c3a3;border-radius:6px;background:transparent;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;color:#1c1917;letter-spacing:.5px;cursor:pointer;transition:background .25s ease-out,border-color .25s ease-out}
.lp-reveal-btn:hover{background:rgba(212,195,163,.08);border-color:#c4ad87}
.lp-reveal-btn:active{transform:scale(.98)}
.lp-reveal-btn:focus-visible{outline:2px solid #d4c3a3;outline-offset:2px}
.lp-reveal-btn svg{width:16px;height:16px;color:#d4c3a3;flex-shrink:0}
.lp-reveal-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .25s ease-out,opacity .2s ease-out .05s}
.lp-reveal.is-open .lp-reveal-content{max-height:50px;opacity:1}
.lp-reveal.is-open .lp-reveal-btn{display:none}
.lp-reveal-phone{display:flex;align-items:center;justify-content:center;gap:10px;height:38px;border-radius:6px;background:#d4c3a3;text-decoration:none;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;color:#fff;letter-spacing:.5px;transition:opacity .2s}
.lp-reveal-phone:hover{opacity:.9}
.lp-reveal-phone svg{width:16px;height:16px;flex-shrink:0}
@media(prefers-reduced-motion:reduce){.lp-reveal-content{transition:none}.lp-reveal-btn{transition:none}}

/* Form states */
.lp-form-btn.is-sending{opacity:.7;pointer-events:none}
.lp-form-error{font-size:12px;color:#c0392b;text-align:center;display:none}
.lp-form-error.show{display:block}
.lp-form-success{display:none;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;text-align:center}
.lp-hero-form.is-sent .lp-form-success{display:flex}
.lp-hero-form.is-sent .lp-fields-grid,.lp-hero-form.is-sent .lp-legal-checks,.lp-hero-form.is-sent .lp-form-btn,.lp-hero-form.is-sent .lp-fg,.lp-hero-form.is-sent .lp-reveal,.lp-hero-form.is-sent .lp-form-error,.lp-hero-form.is-sent .form-sub{display:none}
.lp-success-ico{width:56px;height:56px;border-radius:50%;background:#d4c3a3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:300}
.lp-success-h{font-size:18px;font-weight:600;color:#1c1917;letter-spacing:-.3px}
.lp-success-p{font-size:14px;color:#78716c;line-height:1.6;max-width:340px}
.lp-success-badge{display:inline-flex;align-items:center;gap:8px;background:#f9f8f6;border:1px solid #E5E2DD;border-radius:4px;padding:10px 16px;font-size:12px;color:#57534e;font-weight:500}

/* ===== SECTION HEADERS ===== */
.lp-sh{display:flex;gap:48px;width:100%}
.lp-sl{font-size:14px;color:#78716c;letter-spacing:3px;line-height:1.6;min-width:200px;font-weight:400}
.lp-st{display:flex;flex-direction:column;flex:1}
.lp-st .t1{font-size:56px;font-weight:500;letter-spacing:-2px;color:#1c1917;line-height:1.1}
.lp-st .t2{font-size:56px;font-weight:500;letter-spacing:-2px;color:#1c1917;padding-left:96px;line-height:1.1}

/* ===== IDENTIFICACIÓN ===== */
.lp-ident{background:#fff;padding:80px 96px;display:flex;flex-direction:column;gap:48px}
.lp-id-wrap{display:flex;gap:64px;align-items:center}
.lp-id-list{display:flex;flex-direction:column;flex:1}
.lp-id-img{flex:0 0 380px;height:520px;overflow:hidden;border-radius:4px}
.lp-id-img img{width:100%;height:100%;object-fit:cover}
.lp-id-row{display:flex;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid #E5E2DD;transition:padding-left .3s cubic-bezier(.22,1,.36,1)}
.lp-id-row:first-child{border-top:1px solid #E5E2DD}
.lp-id-row:hover{padding-left:8px}
.lp-id-ico{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #E5E2DD;border-radius:50%;transition:border-color .3s,background .3s}
.lp-id-ico span{font-size:20px;font-weight:300;color:#d4c3a3;letter-spacing:-.5px;line-height:1;transition:color .3s}
.lp-id-row:hover .lp-id-ico{border-color:#d4c3a3;background:#d4c3a3}
.lp-id-row:hover .lp-id-ico span{color:#fff}
.lp-id-txt{display:flex;flex-direction:column;gap:4px}
.lp-id-role{font-size:18px;font-weight:600;color:#1c1917;letter-spacing:-.3px}
.lp-id-ben{font-size:15px;color:#78716c;line-height:1.5}
.lp-id-note{display:flex;align-items:center;gap:12px;background:#f4f3ef;padding:16px 24px;border-radius:4px}
.lp-id-note svg{width:18px;height:18px;color:#78716c;flex-shrink:0}
.lp-id-note span{font-size:14px;color:#78716c}
.lp-id-note a{text-decoration:underline}

/* ===== 5 VENTAJAS ===== */
.lp-ventajas{background:#fff;padding:96px;display:flex;flex-direction:column;gap:96px}
.lp-v{display:flex;align-items:center;gap:96px}
.lp-v.rev{flex-direction:row-reverse}
.lp-v-txt{flex:1;display:flex;flex-direction:column;gap:16px}
.lp-v-num{font-size:64px;font-weight:300;letter-spacing:-2px;color:#E5E2DD;line-height:1}
.lp-v-title{font-size:24px;font-weight:500;letter-spacing:-.5px;color:#1c1917}
.lp-v-desc{font-size:18px;color:#78716c;line-height:1.6;max-width:450px}
.lp-v-img{width:500px;height:340px;overflow:hidden;flex-shrink:0}
.lp-v-img img{width:100%;height:100%;object-fit:cover}

/* ===== PROCESO & CASOS SPLIT ===== */
.lp-split{display:flex;border-top:1px solid #E5E2DD}
.lp-split-l{flex:1;padding:96px 48px;display:flex;flex-direction:column;gap:64px;border-right:1px solid #E5E2DD}
.lp-split-r{flex:1;padding:96px 48px;display:flex;flex-direction:column;gap:64px}
.lp-sph{display:flex;flex-direction:column}
.lp-sph .t1{font-size:48px;font-weight:500;letter-spacing:-2px;line-height:1.1}
.lp-sph .t2{font-size:48px;font-weight:500;letter-spacing:-2px;padding-left:64px;line-height:1.1}
.lp-spl{font-size:14px;color:#78716c;letter-spacing:3px;line-height:1.6;margin-bottom:32px;font-weight:400}
.lp-steps{display:flex;flex-direction:column;gap:48px}
.lp-step{display:flex;gap:24px}
.lp-step-n{font-size:40px;font-weight:300;letter-spacing:-2px;color:#d4c3a3;line-height:1}
.lp-step-c{display:flex;flex-direction:column;gap:8px;flex:1}
.lp-step-t{font-size:20px;font-weight:500;color:#1c1917}
.lp-step-d{font-size:16px;color:#78716c;line-height:1.5}

/* CASOS */
.lp-caso{background:#f4f3ef;border-radius:4px;padding:32px;display:flex;flex-direction:column;gap:20px}
.lp-caso-q{font-size:22px;font-weight:500;font-style:italic;letter-spacing:-.5px;line-height:1.3;color:#1c1917}
.lp-caso-p{font-size:14px;color:#78716c;line-height:1.5}
.lp-caso-r{font-size:14px;color:#57534e;font-weight:500;line-height:1.5}
.lp-caso-a{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #E5E2DD}
.lp-caso-a svg{width:32px;height:32px;color:#d4c3a3;flex-shrink:0}
.lp-caso-ai{display:flex;flex-direction:column;gap:2px}
.lp-caso-an{font-size:14px;font-weight:600;color:#1c1917}
.lp-caso-as{font-size:12px;color:#78716c}

/* ===== TRIPLE GARANTÍA ===== */
.lp-gar{background:#1c1917;padding:80px 96px;display:flex;flex-direction:column;gap:48px}
.lp-gar .lp-sl{color:#78716c}
.lp-gar .lp-st .t1,.lp-gar .lp-st .t2{color:#fff}
.lp-gar-cards{display:flex;gap:32px}
.lp-gc{flex:1;border:1px solid #333;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:16px}
.lp-gc svg{width:28px;height:28px;color:#d4c3a3}
.lp-gc-t{font-size:18px;font-weight:500;color:#fff}
.lp-gc-d{font-size:14px;color:#a8a29e;line-height:1.5}

/* ===== FAQ ===== */
.lp-faq{background:#fff;padding:80px 96px;display:flex;flex-direction:column;gap:48px}
.lp-faq-items{display:flex;flex-direction:column}
.lp-faq-i{padding:24px 0;border-bottom:1px solid #E5E2DD;display:flex;flex-direction:column;gap:12px}
.lp-faq-i:last-child{border-bottom:none}
.lp-faq-q{font-size:18px;font-weight:500;color:#1c1917}
.lp-faq-ans{font-size:16px;color:#78716c;line-height:1.5}

/* ===== CTA FINAL ===== */
.lp-cta{position:relative;height:600px;overflow:hidden}
.lp-cta-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.lp-cta-ov{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(28,25,23,0),rgba(28,25,23,.53))}
.lp-cta-l{position:absolute;bottom:60px;left:96px;display:flex;flex-direction:column;gap:24px;z-index:2}
.lp-cta-urg{display:inline-flex;align-items:center;gap:8px;background:#d4c3a3;padding:10px 20px;align-self:flex-start}
.lp-cta-urg svg{width:16px;height:16px;color:#fff}
.lp-cta-urg span{font-size:13px;font-weight:500;color:#fff}
.lp-cta-inf{display:flex;flex-direction:column;gap:8px}
.lp-cta-logo{display:flex;align-items:center}
.lp-cta-logo img{height:28px;width:auto;filter:brightness(0) invert(1)}
.lp-cta-addr{font-size:12px;color:rgba(255,255,255,.5)}
.lp-cta-r{position:absolute;right:96px;top:200px;display:flex;flex-direction:column;align-items:flex-end;gap:20px;z-index:2}
.lp-cta-h{font-size:48px;font-weight:500;letter-spacing:-2px;line-height:1.1;color:#fff;text-align:right}
.lp-cta-pb{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:20px 40px;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.6);border-radius:4px;color:#fff;font-size:14px;font-weight:600;letter-spacing:2px;cursor:pointer;transition:background .2s,border-color .2s;text-decoration:none;backdrop-filter:blur(4px)}
.lp-cta-pb:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.8)}
.lp-cta-pb svg{width:18px;height:18px}

/* ===== FOOTER ===== */
.lp-ft{background:#1c1917;padding:40px 96px;display:flex;flex-direction:column;gap:24px}
.lp-ft-top{display:flex;align-items:center;justify-content:space-between}
.lp-ft-logo{display:flex;align-items:center}
.lp-ft-logo img{height:32px;width:auto;filter:brightness(0) invert(1)}
.lp-ft-links{display:flex;gap:24px;flex-wrap:wrap}
.lp-ft-links a{font-size:10px;color:rgba(255,255,255,.5);letter-spacing:2px;text-decoration:none;transition:color .2s;text-transform:uppercase}
.lp-ft-links a:hover{color:rgba(255,255,255,.8)}
.lp-ft-div{height:1px;background:#333;width:100%;border:none}
.lp-ft-bot{display:flex;align-items:center;justify-content:space-between}
.lp-ft-co{font-size:11px;color:rgba(255,255,255,.31)}
.lp-ft-em{font-size:11px;color:rgba(255,255,255,.5)}

/* ===== ANIMATIONS ===== */
@keyframes lpFadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}
@keyframes lpFadeLeft{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}
@keyframes lpFadeRight{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}
@keyframes lpScaleIn{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}

.lp-anim{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}
.lp-anim.lp-from-left{transform:translateX(-40px)}
.lp-anim.lp-from-right{transform:translateX(40px)}
.lp-anim.lp-visible{opacity:1;transform:translate(0)}

.lp-stagger .lp-anim:nth-child(1){transition-delay:.05s}
.lp-stagger .lp-anim:nth-child(2){transition-delay:.12s}
.lp-stagger .lp-anim:nth-child(3){transition-delay:.19s}
.lp-stagger .lp-anim:nth-child(4){transition-delay:.26s}
.lp-stagger .lp-anim:nth-child(5){transition-delay:.33s}

.lp-hero-left{animation:lpFadeLeft .9s cubic-bezier(.22,1,.36,1) both}
.lp-hero-form{animation:lpFadeRight .9s cubic-bezier(.22,1,.36,1) .15s both}

.lp-v-img img{transition:transform .6s cubic-bezier(.22,1,.36,1)}
.lp-v-img:hover img{transform:scale(1.04)}

.lp-gc{transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .4s}
.lp-gc:hover{transform:translateY(-4px);border-color:#d4c3a3}

.lp-caso{transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}
.lp-caso:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.06)}

.lp-faq-i{cursor:pointer}
.lp-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px}
.lp-faq-q::after{content:'+';font-size:22px;font-weight:300;color:#d4c3a3;transition:transform .3s;flex-shrink:0}
.lp-faq-i.open .lp-faq-q::after{transform:rotate(45deg)}
.lp-faq-ans{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1),opacity .3s;opacity:0}
.lp-faq-i.open .lp-faq-ans{max-height:200px;opacity:1}

.lp-cta-bg{transition:transform .1s linear}

.lp-form-btn{position:relative;overflow:hidden}
.lp-form-btn::after{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:lpShimmer 3s infinite 2s}
@keyframes lpShimmer{0%{left:-100%}100%{left:200%}}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
.lp-hero{flex-direction:column;padding:160px 24px 40px;min-height:auto;gap:40px}
.lp-hero-form{width:100%;min-width:auto}
.lp-fields-grid{grid-template-columns:1fr}
.lp-hero h1{font-size:34px;letter-spacing:-2px}
.lp-hero-sub{font-size:17px;max-width:100%}
.lp-hero-trust{flex-direction:column;gap:12px}
.lp-ident,.lp-ventajas,.lp-gar,.lp-faq{padding:60px 24px}
.lp-id-wrap{flex-direction:column;gap:32px}
.lp-id-img{flex:none;width:100%;height:240px}
.lp-id-row{gap:16px;padding:20px 0}
.lp-id-ico{width:44px;height:44px}
.lp-id-role{font-size:16px}
.lp-sh{flex-direction:column;gap:16px}
.lp-st .t1,.lp-st .t2{font-size:32px}
.lp-st .t2{padding-left:40px}
.lp-v,.lp-v.rev{flex-direction:column;gap:32px}
.lp-v-img{width:100%;height:240px}
.lp-v-desc{max-width:100%}
.lp-split{flex-direction:column}
.lp-split-l{border-right:none;border-bottom:1px solid #E5E2DD;padding:60px 24px}
.lp-split-r{padding:60px 24px}
.lp-sph .t1,.lp-sph .t2{font-size:30px}
.lp-sph .t2{padding-left:40px}
.lp-gar-cards{flex-direction:column}
.lp-cta{height:auto;position:relative;display:flex;flex-direction:column}
.lp-cta-bg{position:absolute;top:0;left:0;width:100%;height:100%}
.lp-cta-ov{position:absolute}
.lp-cta-l{position:relative;bottom:auto;left:auto;padding:40px 24px;z-index:2}
.lp-cta-r{position:relative;right:auto;top:auto;align-items:flex-start;padding:0 24px 40px;z-index:2}
.lp-cta-h{font-size:30px;text-align:left}
.lp-ft{padding:32px 24px}
.lp-ft-top{flex-direction:column;gap:16px;align-items:flex-start}
.lp-ft-bot{flex-direction:column;gap:8px;align-items:flex-start}
.lp-ventajas{gap:64px}
}

/* === LP PROFESIONALES END === */
