/* Ledoc Frontend Forms – extracted from original leads plugin */
.ldl-page{padding:0}
.ldl-section{padding:5rem var(--pad);position:relative;overflow:hidden}
.ldl-section.bg-white{background:var(--white)}
.ldl-section-inner{max-width:var(--max);margin:0 auto}
.ldl-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:start}
.ldl-intro{padding:7rem var(--pad) 5rem;position:relative;overflow:hidden;background:var(--blue-deep)}
.ldl-intro::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}
.ldl-intro-inner{max-width:var(--max);margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.ldl-intro-ey{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:1rem}
.ldl-intro-ey i{width:6px;height:6px;border-radius:50%;display:inline-block;font-style:normal}
.ldl-intro h1{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--white);margin-bottom:.75rem}
.ldl-intro-sub{font-size:1rem;line-height:1.65;color:rgba(255,255,255,.55);max-width:460px}
.ldl-intro-checks{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem}
.ldl-intro-check{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;color:rgba(255,255,255,.7)}
.ldl-intro-check svg{width:16px;height:16px;flex-shrink:0}
.ldl-illust{display:flex;align-items:center;justify-content:center}
.ldl-dot{position:absolute;border-radius:50%;pointer-events:none}
.ldl-person{background:var(--g50);border-radius:20px;padding:2rem;margin-bottom:1.5rem}
.ldl-person-top{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}
.ldl-person-img{width:80px;height:80px !important;border-radius:16px !important;object-fit:cover;flex-shrink:0}
.ldl-person-info h3{font-size:1.1rem;font-weight:700;color:var(--g900);margin-bottom:.15rem}
.ldl-person-role{font-size:.78rem;font-weight:600;margin-bottom:.25rem}
.ldl-person-desc{font-size:.82rem;color:var(--g500);line-height:1.5}
.ldl-person-links{display:flex;flex-direction:column;gap:.5rem}
.ldl-person-link{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--g600);text-decoration:none;transition:color .2s}
.ldl-person-link:hover{color:var(--blue)}
.ldl-person-link svg{width:16px;height:16px;flex-shrink:0}
.ldl-trust{display:flex;flex-direction:column;gap:.6rem}
.ldl-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--g600)}
.ldl-trust-item svg{width:18px;height:18px;flex-shrink:0}
.ldl-form{background:var(--g50)!important;border-radius:20px!important;padding:2.5rem!important}
.ldl-form-title{font-size:1.25rem!important;font-weight:800!important;color:var(--g900)!important;letter-spacing:-.02em!important;margin-bottom:.3rem!important}
.ldl-form-desc{font-size:.88rem!important;color:var(--g400)!important;margin-bottom:1.5rem!important}
.ldl-form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.75rem!important;margin-bottom:.75rem!important}
.ldl-form-row.full{grid-template-columns:1fr!important}
.ldl-form-group{display:flex!important;flex-direction:column!important;gap:.3rem!important}
.ldl-form-label{font-size:.75rem!important;font-weight:600!important;color:var(--g600)!important;text-transform:uppercase!important;letter-spacing:.04em!important}
.ldl-form-label .req{color:#ef4444!important}
.ldl-form-input,.ldl-form-select,.ldl-form-textarea{padding:.7rem .9rem!important;border:1.5px solid var(--g200)!important;border-radius:10px!important;font-size:.88rem!important;font-family:inherit!important;color:var(--g900)!important;background:var(--white)!important;transition:border-color .2s,box-shadow .2s!important;outline:none!important;width:100%!important;box-sizing:border-box!important;-webkit-appearance:none!important}
.ldl-form-input:focus,.ldl-form-select:focus,.ldl-form-textarea:focus{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(44,167,223,.1)!important}
.ldl-form-input::placeholder{color:var(--g300)!important}
.ldl-form-textarea{resize:vertical!important;min-height:80px!important}
.ldl-form-select{appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;padding-right:2rem!important}
.ldl-form-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;width:100%!important;padding:.85rem 1.5rem!important;margin-top:.5rem!important;border-radius:10px!important;border:none!important;font-size:.95rem!important;font-weight:600!important;font-family:inherit!important;cursor:pointer!important;transition:all .25s var(--ease)!important;color:var(--white)!important}
.ldl-form-submit svg{width:16px;height:16px;transition:transform .25s}
.ldl-form-submit:hover{transform:translateY(-2px)!important}
.ldl-form-submit:hover svg{transform:translateX(3px)}
.ldl-form-submit:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}
.ldl-form-fb{margin-top:.75rem;padding:.7rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;display:none}
.ldl-form-fb.ok{display:block!important;background:rgba(34,197,94,.08)!important;color:#15803d!important;border:1px solid rgba(34,197,94,.2)!important}
.ldl-form-fb.err{display:block!important;background:rgba(239,68,68,.08)!important;color:#b91c1c!important;border:1px solid rgba(239,68,68,.2)!important}
.ldl-form-priv{font-size:.7rem;color:var(--g400);margin-top:.75rem;line-height:1.5}
.ldl-form-priv a{color:var(--blue);text-decoration:underline}
.ldl-success{text-align:center;padding:4rem 2rem}
.ldl-success-ico{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}
.ldl-success-ico svg{width:32px;height:32px;color:var(--white)}
.ldl-success h2{font-size:1.5rem;font-weight:800;color:var(--g900);margin-bottom:.5rem}
.ldl-success p{font-size:1rem;color:var(--g500);line-height:1.65;max-width:420px;margin:0 auto}
.ldl-success-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;font-size:.88rem;font-weight:600;color:var(--blue);text-decoration:none;transition:gap .25s}
.ldl-success-link:hover{gap:.6rem}
.ldl-success-link svg{width:15px;height:15px}
.ldl-blue .ldl-intro-ey i{background:var(--blue)}.ldl-blue .ldl-intro-check svg{color:var(--blue)}.ldl-blue .ldl-person-role{color:var(--blue)}.ldl-blue .ldl-person-link svg{color:var(--blue)}.ldl-blue .ldl-trust-item svg{color:var(--blue)}.ldl-blue .ldl-form-submit{background:var(--blue)!important}.ldl-blue .ldl-form-submit:hover{background:var(--blue-dark)!important;box-shadow:0 8px 24px rgba(44,167,223,.25)!important}.ldl-blue .ldl-success-ico{background:var(--blue)}
.ldl-amber .ldl-intro-ey i{background:#d9b317}.ldl-amber .ldl-intro-check svg{color:#d9b317}.ldl-amber .ldl-trust-item svg{color:#d9b317}.ldl-amber .ldl-form-submit{background:#d9b317!important}.ldl-amber .ldl-form-submit:hover{background:#b8960f!important;box-shadow:0 8px 24px rgba(217,179,23,.25)!important}.ldl-amber .ldl-form-input:focus,.ldl-amber .ldl-form-select:focus,.ldl-amber .ldl-form-textarea:focus{border-color:#d9b317!important;box-shadow:0 0 0 3px rgba(217,179,23,.1)!important}.ldl-amber .ldl-success-ico{background:#d9b317}
.ldl-demo-vis{position:relative;width:380px;height:340px}.ldl-demo-screen{position:absolute;width:280px;height:308px;background:var(--white);border-radius:16px;box-shadow:0 16px 50px rgba(0,0,0,.3);top:10px;left:50px;overflow:hidden}.ldl-demo-bar{height:20px;background:rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;padding:0 10px;gap:4px}.ldl-demo-bar i{width:6px;height:6px;border-radius:50%;font-style:normal}.ldl-demo-bar i:nth-child(1){background:rgba(239,68,68,.5)}.ldl-demo-bar i:nth-child(2){background:rgba(250,204,21,.5)}.ldl-demo-bar i:nth-child(3){background:rgba(34,197,94,.5)}.ldl-demo-body{padding:14px;display:flex;flex-direction:column;gap:7px}.ldl-demo-line{height:5px;border-radius:3px}.ldl-demo-l1{width:45%;background:rgba(44,167,223,.3)}.ldl-demo-l2{width:100%;background:rgba(0,0,0,.06)}.ldl-demo-l3{width:75%;background:rgba(0,0,0,.06)}.ldl-demo-l4{width:55%;background:rgba(44,167,223,.15)}.ldl-demo-l5{width:90%;background:rgba(0,0,0,.04)}.ldl-demo-l6{width:65%;background:rgba(0,0,0,.06)}.ldl-demo-l7{width:80%;background:rgba(44,167,223,.1)}.ldl-demo-person-float{position:absolute;bottom:20px;left:0;width:72px;height:72px;border-radius:18px;overflow:hidden;box-shadow:0 10px 32px rgba(0,0,0,.35);border:3px solid rgba(44,167,223,.4)}.ldl-demo-person-float img{width:100%;height:100%;object-fit:cover}.ldl-demo-badge{position:absolute;top:0;right:0;background:var(--blue);color:var(--white);font-size:.55rem;font-weight:700;padding:5px 14px;border-radius:10px;box-shadow:0 6px 16px rgba(44,167,223,.35);animation:ldlF 4s ease-in-out infinite}.ldl-demo-play{position:absolute;bottom:70px;right:20px;width:52px;height:52px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 28px rgba(44,167,223,.4);animation:ldlF 5s ease-in-out .5s infinite}.ldl-demo-play svg{width:20px;height:20px;color:var(--white);margin-left:2px}.ldl-demo-stats{position:absolute;bottom:0;right:60px;background:var(--white);border-radius:10px;padding:8px 12px;box-shadow:0 6px 20px rgba(0,0,0,.15);display:flex;gap:10px;animation:ldlF 6s ease-in-out 1s infinite}.ldl-demo-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.ldl-demo-stat-val{font-size:.6rem;font-weight:800;color:var(--g900)}.ldl-demo-stat-bar{width:18px;height:4px;border-radius:2px}
@keyframes ldlF{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.ldl-qr-vis{position:relative;width:280px;height:260px}.ldl-qr-sticker{position:absolute;width:100px;height:100px;background:var(--white);border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,.2);padding:8px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px;transition:transform .5s var(--ease)}.ldl-qr-sticker:hover{transform:rotate(-3deg) translateY(-4px)}.ldl-qr-d{border-radius:2px}.ldl-qr-d.on{background:rgba(255,255,255,.9)}.ldl-qr-d.off{background:rgba(255,255,255,.2)}.ldl-qr-d.hl{background:#d9b317}.ldl-qr-s1{top:10px;left:15px;transform:rotate(-4deg)}.ldl-qr-s2{top:50px;left:110px;transform:rotate(3deg)}.ldl-qr-s3{bottom:20px;left:55px;transform:rotate(-1deg);opacity:.7}.ldl-qr-scan{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:160px;height:2px;background:linear-gradient(90deg,transparent,#d9b317,transparent);border-radius:1px;opacity:0;animation:ldlScan 3s ease-in-out infinite}
@keyframes ldlScan{0%{opacity:0;top:25%}20%{opacity:.6}80%{opacity:.6}100%{opacity:0;top:65%}}
.ldl-qr-price-tag{position:absolute;bottom:0;right:0;background:#d9b317;color:var(--white);font-size:.65rem;font-weight:800;padding:6px 14px;border-radius:10px;box-shadow:0 6px 18px rgba(217,179,23,.35);animation:ldlF 4s ease-in-out infinite}.ldl-qr-badge{position:absolute;top:0;right:15px;background:var(--white);border-radius:8px;padding:5px 10px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:.5rem;font-weight:700;color:var(--g600);display:flex;align-items:center;gap:3px;animation:ldlF 5s ease-in-out .5s infinite}.ldl-qr-badge i{width:5px;height:5px;border-radius:50%;background:#22c55e;font-style:normal}
.ldl-qr-types{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.ldl-qr-tc{background:var(--g50);border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .2s}.ldl-qr-tc:hover{background:rgba(217,179,23,.04)}.ldl-qr-tc-text h3{font-size:.88rem;font-weight:700;color:var(--g900);margin-bottom:.1rem}.ldl-qr-tc-text p{font-size:.75rem;color:var(--g500);line-height:1.4}.ldl-qr-tc-price{font-size:.95rem;font-weight:800;color:#d9b317;white-space:nowrap;flex-shrink:0}
@media(max-width:900px){.ldl-grid,.ldl-intro-inner{grid-template-columns:1fr!important}.ldl-form-row{grid-template-columns:1fr!important}.ldl-illust{display:none}}
