.profile-capture-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.profile-capture{background:#fff;border-radius:8px;padding:30px;max-width:400px;width:90%}.profile-capture h3{margin:0 0 8px;font-family:var(--brandon);font-size:18px;color:#221f1f}.profile-capture p{margin:0 0 20px;font-size:14px;color:#666;line-height:1.4}.profile-capture__fields{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.profile-capture__fields input{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:var(--hind)}.profile-capture__fields input:focus{outline:none;border-color:#f09184}.profile-capture__label{display:flex;flex-direction:column;gap:4px}.profile-capture__label span{font-size:13px;color:#888;font-family:var(--hind)}.profile-capture__submit{width:100%;padding:12px;background:#f09184;color:#fff;border:none;border-radius:4px;font-family:var(--brandon);font-size:14px;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.profile-capture__submit:hover{background:#e07d70}.profile-capture__submit:disabled{opacity:.5;cursor:not-allowed}