/* injected wrapper: clear floated content/sidebar so the band never overlaps */
.tag-lf-autoinject{clear:both!important;float:none!important;width:100%!important;max-width:100%!important;position:static!important}
/* ===== Monk Creatives Lead Form — black / white / yellow ===== */
.tag-lf-band{background:linear-gradient(135deg,#1A1A1A 0%,#212E3B 100%);border-radius:20px;margin:34px auto;padding:48px 56px;max-width:1320px;box-shadow:0 20px 50px rgba(0,0,0,.28)}
.tag-lf-inner{display:grid;grid-template-columns:1fr 500px;gap:64px;align-items:center;max-width:1240px;margin:0 auto}
.tag-lf-left h2{color:#fff!important;font-size:30px;line-height:1.2;font-weight:800;margin:0 0 12px}
.tag-lf-left h2 em,.tag-lf-left h2 b{color:#FADB06!important;font-style:normal}
.tag-lf-left p{color:#d5d7da!important;font-size:16px;line-height:1.6;margin:0 0 20px}
.tag-lf-trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.tag-lf-trust li{color:#f2f2f2!important;font-size:15px;font-weight:500;display:flex;align-items:center;gap:10px}
.tag-lf-trust li:before{content:"";flex:0 0 22px;height:22px;border-radius:50%;background:#FADB06;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%231A1A1A" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');background-repeat:no-repeat;background-position:center}

/* the form card */
.tag-lf-wrap{max-width:500px;width:100%;margin:0}
.tag-lf{background:#fff;border-radius:16px;padding:30px 28px;box-shadow:0 12px 34px rgba(0,0,0,.30);position:relative}
.tag-lf-title{margin:0 0 6px;font-size:21px;font-weight:800;color:#1A1A1A!important;text-align:center}
.tag-lf-sub{margin:0 0 20px;font-size:13.5px;color:#5C5E5E!important;text-align:center}
.tag-lf-dots{display:flex;justify-content:center;gap:8px;margin:0 0 20px}
.tag-lf-dots span{width:26px;height:5px;border-radius:3px;background:#eaeaea;transition:background .2s}
.tag-lf-dots span.on{background:#FADB06}
.tag-lf-step{display:none}
.tag-lf-step.is-active{display:block;animation:tagfade .25s ease}
@keyframes tagfade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.tag-lf label{display:block;font-size:13px;font-weight:700;color:#2a2a2a!important;margin-bottom:8px}
.tag-lf input[type=text],.tag-lf select{width:100%;box-sizing:border-box;padding:14px 15px;font-size:15px;color:#1A1A1A;background:#f6f6f6;border:1.5px solid #e2e2e2;border-radius:11px;outline:none;transition:border .15s,background .15s}
.tag-lf input:focus,.tag-lf select:focus{border-color:#1A1A1A;background:#fff}
.tag-lf-nav{display:flex;gap:10px;margin-top:18px}
/* single-form field stack */
.tag-lf-fields{display:flex;flex-direction:column;gap:15px}
.tag-lf-field label{margin-bottom:7px}
/* buttons — !important beats theme link/button styles */
.tag-lf button{cursor:pointer!important;font-size:15px!important;font-weight:800!important;border:none!important;border-radius:11px!important;padding:15px 22px!important;line-height:1.2!important;text-decoration:none!important;transition:transform .12s,box-shadow .12s,opacity .12s;box-shadow:none}
.tag-lf-next,.tag-lf-submit{background:#FADB06!important;color:#1A1A1A!important;display:block!important;width:100%!important;box-sizing:border-box!important;text-align:center!important;align-self:stretch!important;margin-top:6px;box-shadow:0 6px 16px rgba(250,219,6,.40)!important}
.tag-lf-prev{background:#f0f0f0!important;color:#3a3a3a!important}
.tag-lf-nav .tag-lf-next,.tag-lf-nav .tag-lf-submit{margin-top:0}
.tag-lf button:hover{transform:translateY(-1px);opacity:.94}
.tag-lf-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.tag-lf-msg{margin-top:15px;font-size:14px;text-align:center;font-weight:700}
.tag-lf-msg:empty{margin:0;display:none}
.tag-lf-right{display:flex;align-items:center;justify-content:center}
.tag-lf-msg.ok{color:#1A1A1A!important}.tag-lf-msg.err{color:#d63638!important}
.tag-lf.is-done{text-align:center}
.tag-lf.is-done .tag-lf-fields,.tag-lf.is-done .tag-lf-steps,.tag-lf.is-done .tag-lf-dots,.tag-lf.is-done .tag-lf-sub{display:none}
.tag-lf.is-done .tag-lf-title:after{content:" ✓";color:#1A1A1A;background:#FADB06;border-radius:50%;padding:0 6px;margin-left:6px}
@media(max-width:860px){.tag-lf-band{padding:30px 20px;border-radius:16px}.tag-lf-inner{grid-template-columns:1fr;gap:26px}.tag-lf-left{text-align:center}.tag-lf-trust{display:inline-flex;text-align:left}.tag-lf-wrap{margin:0 auto}}

/* ---- searchable service dropdown ---- */
.tag-lf-combo{position:relative}
.tag-lf-combo-display{width:100%;box-sizing:border-box;padding:14px 40px 14px 15px;font-size:15px;color:#1A1A1A;background:#f6f6f6;border:1.5px solid #e2e2e2;border-radius:11px;cursor:pointer;position:relative;user-select:none}
.tag-lf-combo-display.placeholder{color:#9a9a9a}
.tag-lf-combo-display:after{content:"";position:absolute;right:16px;top:50%;width:9px;height:9px;border-right:2px solid #5C5E5E;border-bottom:2px solid #5C5E5E;transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.tag-lf-combo.open .tag-lf-combo-display{border-color:#1A1A1A;background:#fff}
.tag-lf-combo.open .tag-lf-combo-display:after{transform:translateY(-30%) rotate(-135deg)}
.tag-lf-combo-panel{display:none;position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1.5px solid #e2e2e2;border-radius:12px;box-shadow:0 14px 34px rgba(0,0,0,.18);z-index:50;overflow:hidden}
.tag-lf-combo.open .tag-lf-combo-panel{display:block}
.tag-lf-combo-search{width:100%!important;box-sizing:border-box;border:none!important;border-bottom:1px solid #f0f0f0!important;border-radius:0!important;padding:12px 15px!important;font-size:14px;background:#fff!important;outline:none}
.tag-lf-combo-list{list-style:none;margin:0;padding:6px;max-height:216px;overflow-y:auto}
.tag-lf-combo-list li{padding:11px 12px;font-size:14.5px;color:#2a2a2a;border-radius:8px;cursor:pointer;transition:background .12s}
.tag-lf-combo-list li:hover{background:#FEF9D6;color:#1A1A1A}
.tag-lf-combo-list li.sel{background:#FADB06;color:#1A1A1A;font-weight:700}
.tag-lf-combo-list li.hide{display:none}
.tag-lf-combo-list::-webkit-scrollbar{width:8px}
.tag-lf-combo-list::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:8px}
