.bf-kw-modal{position:fixed;inset:0;z-index:300;background:#523c368c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease;padding:0}@media(min-width:640px){.bf-kw-modal{align-items:center;padding:24px}}.bf-kw-modal.is-open{opacity:1;pointer-events:auto}.bf-kw-modal[hidden]{display:none}.bf-kw-box{background:var(--cream-light);width:100%;max-width:760px;max-height:100vh;max-height:100dvh;height:auto;border-radius:20px 20px 0 0;box-shadow:0 -8px 40px #523c3633;display:flex;flex-direction:column;overflow:hidden;transform:translateY(40px);transition:transform .35s cubic-bezier(.16,1,.3,1);font-family:var(--display);color:var(--ink)}@media(min-width:640px){.bf-kw-box{border-radius:20px;max-height:90vh;max-height:90dvh;box-shadow:var(--shadow-lg)}}.bf-kw-modal.is-open .bf-kw-box{transform:translateY(0)}.bf-kw-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 0;flex-shrink:0}@media(min-width:640px){.bf-kw-head{padding:22px 24px 0}}.bf-kw-progress{flex:1;display:flex;gap:6px}.bf-kw-progress-step{flex:1;height:4px;background:#523c361a;border-radius:4px;transition:background .3s ease}.bf-kw-progress-step.is-active{background:var(--mauve)}.bf-kw-close{background:transparent;border:none;color:var(--ink-soft);cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,color .2s ease;padding:0}.bf-kw-close:hover{background:var(--cream);color:var(--ink)}.bf-kw-close svg{width:18px;height:18px}.bf-kw-body{padding:16px 20px 20px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;min-width:0}@media(min-width:640px){.bf-kw-body{padding:18px 24px 24px}}.bf-kw-step{display:none;animation:bfKwFade .35s ease}.bf-kw-step.is-active{display:block}@keyframes bfKwFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bf-kw-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--display);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mauve);margin:0 0 14px}.bf-kw-eyebrow:before{content:"";width:24px;height:1px;background:var(--mauve);flex-shrink:0}.bf-kw-title{font-family:var(--display);font-size:26px;font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--ink-deep);margin:0 0 6px}.bf-kw-title em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--mauve)}@media(min-width:640px){.bf-kw-title{font-size:32px}}.bf-kw-sub{font-size:14px;color:var(--ink-soft);margin:0 0 18px;line-height:1.5}.bf-kw-sub-space{margin-bottom:18px}@media(min-width:640px){.bf-kw-sub{font-size:15px;margin-bottom:22px}}.bf-kw-cards{display:grid;grid-template-columns:1fr;gap:8px;width:100%;min-width:0}@media(min-width:700px){.bf-kw-cards{grid-template-columns:1fr 1fr;gap:10px}}.bf-kw-card{display:flex;align-items:center;gap:12px;text-align:left;background:var(--white);border:1.5px solid rgba(82,60,54,.12);border-radius:14px;padding:14px 16px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .15s ease;font-family:inherit;color:var(--ink);font-size:15px;font-weight:600;line-height:1.3;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.bf-kw-card>span:not(.bf-kw-card-check){min-width:0;flex:1 1 auto;overflow-wrap:break-word;word-break:break-word;white-space:normal;hyphens:auto}.bf-kw-card:hover{border-color:var(--sand);transform:translateY(-1px)}.bf-kw-card.is-selected{border-color:var(--mauve);background:var(--mauve-soft)}.bf-kw-card-check{width:22px;height:22px;border-radius:50%;border:2px solid rgba(82,60,54,.18);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--white);transition:all .2s ease}.bf-kw-card.is-selected .bf-kw-card-check{border-color:var(--mauve);background:var(--mauve)}.bf-kw-card-check svg{width:12px;height:12px;color:var(--white);opacity:0;transition:opacity .2s ease}.bf-kw-card.is-selected .bf-kw-card-check svg{opacity:1}.bf-kw-section{margin-bottom:22px}.bf-kw-section:last-child{margin-bottom:0}.bf-kw-section-title{font-family:var(--serif);font-size:17px;font-weight:700;color:var(--ink-deep);margin:0 0 10px}.bf-kw-tags{display:flex;flex-wrap:wrap;gap:8px}.bf-kw-tag{background:var(--white);border:1.5px solid rgba(82,60,54,.12);color:var(--ink);padding:8px 14px;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.bf-kw-tag:hover{border-color:var(--sand)}.bf-kw-tag.is-selected{border-color:var(--mauve);background:var(--mauve);color:var(--white)}.bf-kw-field{margin-bottom:14px}.bf-kw-label{display:block;font-size:13px;font-weight:700;color:var(--ink-deep);margin-bottom:6px}.bf-kw-label .bf-kw-req{color:var(--mauve);margin-left:2px}.bf-kw-input,.bf-kw-textarea{width:100%;background:var(--white);border:1.5px solid rgba(82,60,54,.12);border-radius:12px;padding:13px 16px;font-family:inherit;font-size:16px;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease;outline:none;box-sizing:border-box}.bf-kw-input:focus,.bf-kw-textarea:focus{border-color:var(--mauve);box-shadow:0 0 0 3px #b65c8626}.bf-kw-textarea{min-height:80px;resize:vertical}.bf-kw-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13px;line-height:1.5;color:var(--grey);margin-top:8px}.bf-kw-checkbox input{margin-top:2px;accent-color:var(--mauve);flex-shrink:0}.bf-kw-checkbox a{color:var(--mauve);text-decoration:underline}.bf-kw-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.bf-kw-msg{padding:12px 14px;border-radius:10px;font-size:14px;margin-top:10px;line-height:1.5}.bf-kw-msg.is-error{background:#fceaea;color:#8a2a2a;border:1px solid #f0bcbc}.bf-kw-foot{display:flex;gap:10px;justify-content:space-between;align-items:center;padding:14px 20px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(82,60,54,.06);background:var(--cream-light);flex-shrink:0}@media(min-width:640px){.bf-kw-foot{padding:16px 24px 22px}}.bf-kw-btn{font-family:inherit;font-weight:700;font-size:15px;padding:14px 26px;border-radius:999px;border:none;cursor:pointer;transition:background .2s ease,opacity .2s ease,transform .15s ease;line-height:1;white-space:nowrap}.bf-kw-btn-primary{background:var(--mauve);color:var(--white);box-shadow:0 4px 12px #b65c8640}.bf-kw-btn-primary:hover:not(:disabled){background:var(--mauve-deep);transform:translateY(-1px)}.bf-kw-btn-primary:disabled{opacity:.5;cursor:not-allowed}.bf-kw-btn-ghost{background:transparent;color:var(--ink-soft);padding:12px}.bf-kw-btn-ghost:hover{color:var(--ink)}.bf-kw-btn-ghost.is-hidden{visibility:hidden}.bf-kw-success{text-align:center;padding:12px 0}.bf-kw-success-icon{width:64px;height:64px;background:var(--mauve-soft);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 16px}.bf-kw-success-icon svg{width:28px;height:28px;color:var(--mauve)}.bf-kw-phone-label{font-size:13px;color:var(--ink-soft);margin:0 0 10px;text-align:center;line-height:1.4}.bf-kw-phone{display:inline-flex;align-items:center;gap:10px;background:var(--mauve-soft);color:var(--mauve);padding:12px 22px;border-radius:100px;text-decoration:none;font-family:inherit;font-weight:700;font-size:16px;letter-spacing:.2px;transition:background .2s ease,transform .15s ease;border:1.5px solid transparent}.bf-kw-phone:hover{background:#fceee9;border-color:#f0d8cf;color:var(--mauve-deep);transform:translateY(-1px)}.bf-kw-phone svg{width:18px;height:18px;flex-shrink:0;stroke-width:1.8}body.bf-kw-locked{overflow:hidden;position:fixed;width:100%}.bf-kw-spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:var(--white);border-radius:50%;animation:bfKwSpin .7s linear infinite;margin-right:8px;vertical-align:-2px}@keyframes bfKwSpin{to{transform:rotate(360deg)}}
